From 94eefc7d7ee35a4afbfee0d8585ec5e9b8285deec82e1f5361d4d059f9719d4c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 16:45:08 +0000 Subject: [PATCH] - 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 --- py-build-cmake-0.4.2-gh.tar.gz | 3 --- py-build-cmake-0.4.3-gh.tar.gz | 3 +++ python-py-build-cmake.changes | 17 ++++++++++++++--- python-py-build-cmake.spec | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 py-build-cmake-0.4.2-gh.tar.gz create mode 100644 py-build-cmake-0.4.3-gh.tar.gz diff --git a/py-build-cmake-0.4.2-gh.tar.gz b/py-build-cmake-0.4.2-gh.tar.gz deleted file mode 100644 index 04ef397..0000000 --- a/py-build-cmake-0.4.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e751c0715b28b7f4fdcf54b3dc4e51e14d78ff587af796457c0bdf106c74b1a -size 1704451 diff --git a/py-build-cmake-0.4.3-gh.tar.gz b/py-build-cmake-0.4.3-gh.tar.gz new file mode 100644 index 0000000..c59eddb --- /dev/null +++ b/py-build-cmake-0.4.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6a737853aeb663464597b8be8f37571209b453b300c4dbe594649e148f5e96 +size 1706845 diff --git a/python-py-build-cmake.changes b/python-py-build-cmake.changes index 27d9e89..1045434 100644 --- a/python-py-build-cmake.changes +++ b/python-py-build-cmake.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 28 16:44:56 UTC 2025 - Dirk Müller + +- 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 @@ -11,13 +22,13 @@ Wed Feb 26 11:30:35 UTC 2025 - John Paul Adrian Glaubitz - 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. ------------------------------------------------------------------- diff --git a/python-py-build-cmake.spec b/python-py-build-cmake.spec index bdebacf..3e98dc6 100644 --- a/python-py-build-cmake.spec +++ b/python-py-build-cmake.spec @@ -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