17
0

2 Commits

Author SHA256 Message Date
b04c27fa63 Accepting request 1308107 from devel:languages:python
- update to 0.5.0:
  * PEP 639 license metadata support (see
    `examples/minimal#configuration`)
  * Improved CMake 4.0 FindPython support (including
    `Python_ARTIFACTS_PREFIX`, see https://tttapa.github.io/py-
    build-cmake/usage/find-python.html#locating-two-python-
    interpreters)
  * Improved free-threading support
  * Pyodide support (see https://tttapa.github.io/py-build-
    cmake/usage/cross-compilation.html#pyodide)
  * Enable Python 3.14 builds and tests
  * Update core dependencies (distlib, pyproject-metadata)

OBS-URL: https://build.opensuse.org/request/show/1308107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-build-cmake?expand=0&rev=6
2025-09-30 15:41:38 +00:00
cf3bacc503 - update to 0.5.0:
* PEP 639 license metadata support (see
    `examples/minimal#configuration`)
  * Improved CMake 4.0 FindPython support (including
    `Python_ARTIFACTS_PREFIX`, see https://tttapa.github.io/py-
    build-cmake/usage/find-python.html#locating-two-python-
    interpreters)
  * Improved free-threading support
  * Pyodide support (see https://tttapa.github.io/py-build-
    cmake/usage/cross-compilation.html#pyodide)
  * Enable Python 3.14 builds and tests
  * Update core dependencies (distlib, pyproject-metadata)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-build-cmake?expand=0&rev=11
2025-09-30 06:47:40 +00:00
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd6a737853aeb663464597b8be8f37571209b453b300c4dbe594649e148f5e96
size 1706845

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87003c05d75fa1f1f27e7a003121f7232790181443de4c32729c9cc8f3e0b0a2
size 1715147

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 30 06:47:28 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* PEP 639 license metadata support (see
`examples/minimal#configuration`)
* Improved CMake 4.0 FindPython support (including
`Python_ARTIFACTS_PREFIX`, see https://tttapa.github.io/py-
build-cmake/usage/find-python.html#locating-two-python-
interpreters)
* Improved free-threading support
* Pyodide support (see https://tttapa.github.io/py-build-
cmake/usage/cross-compilation.html#pyodide)
* Enable Python 3.14 builds and tests
* Update core dependencies (distlib, pyproject-metadata)
-------------------------------------------------------------------
Wed May 14 02:42:50 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-build-cmake
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-py-build-cmake
Version: 0.4.3
Version: 0.5.0
Release: 0
Summary: Modern, PEP 517 compliant build backend for creating Python packages with
License: MIT