15
0

- update to 0.4.3:

* Experimental free-threading support
  * Python 3.14 support
  * Set `MYPYPATH` for stubgen
  * Add `PY_BUILD_CMAKE_VERBOSE_ENV` option
  * Use `CMAKE_GENERATOR` environment variable as default value
    for `cmake.generator`
  * Produce a warning when MACOSX_DEPLOYMENT_TARGET is set in the
    Its value is now used to determine the Wheel platform tag on macOS,
    and the target version is passed on to CMake.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-build-cmake?expand=0&rev=7
This commit is contained in:
2025-04-28 16:45:08 +00:00
committed by Git OBS Bridge
parent c1bf8d7654
commit 94eefc7d7e
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 28 16:44:56 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.4.3:
* Experimental free-threading support
* Python 3.14 support
* Set `MYPYPATH` for stubgen
* Add `PY_BUILD_CMAKE_VERBOSE_ENV` option
* Use `CMAKE_GENERATOR` environment variable as default value
for `cmake.generator`
-------------------------------------------------------------------
Wed Feb 26 11:30:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@@ -11,13 +22,13 @@ Wed Feb 26 11:30:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
Tue Feb 11 09:32:04 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 0.4.1:
* Produce a warning when MACOSX_DEPLOYMENT_TARGET is set in the
* Produce a warning when MACOSX_DEPLOYMENT_TARGET is set in the
py-build-cmake config (#43)
* Support appending and prepending to environment variables
- Update to 0.4.0:
* MACOSX_DEPLOYMENT_TARGET support:
Its value is now used to determine the Wheel platform tag on macOS,
and the target version is passed on to CMake.
Its value is now used to determine the Wheel platform tag on macOS,
and the target version is passed on to CMake.
* Improved documentation.
-------------------------------------------------------------------

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-py-build-cmake
Version: 0.4.2
Version: 0.4.3
Release: 0
Summary: Modern, PEP 517 compliant build backend for creating Python packages with
License: MIT