forked from pool/python-py-build-cmake
- 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:
@@ -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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user