15
0

Accepting request 1245045 from home:nkrapp:branches:devel:languages:python

- Update to 0.4.1:
  * 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. 
  * Improved documentation.

OBS-URL: https://build.opensuse.org/request/show/1245045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-build-cmake?expand=0&rev=3
This commit is contained in:
2025-02-11 13:39:03 +00:00
committed by Git OBS Bridge
parent 352957c54a
commit d823d0e65d
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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
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.
* Improved documentation.
-------------------------------------------------------------------
Mon Dec 25 19:11:00 UTC 2023 - Ben Greiner <code@bnavigator.de>