From d823d0e65d853792667b5eb892ca80aa0c77f677262a4f7aa5fd5912524b490a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 Feb 2025 13:39:03 +0000 Subject: [PATCH] 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 --- py-build-cmake-0.1.8-gh.tar.gz | 3 --- py-build-cmake-0.4.1-gh.tar.gz | 3 +++ python-py-build-cmake.changes | 13 +++++++++++++ python-py-build-cmake.spec | 10 +++++++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 py-build-cmake-0.1.8-gh.tar.gz create mode 100644 py-build-cmake-0.4.1-gh.tar.gz diff --git a/py-build-cmake-0.1.8-gh.tar.gz b/py-build-cmake-0.1.8-gh.tar.gz deleted file mode 100644 index 9b834e3..0000000 --- a/py-build-cmake-0.1.8-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e707875b2914d904301b6f19500d841e4e60e7986b41335a5c9ce59d15b1b5c -size 1424371 diff --git a/py-build-cmake-0.4.1-gh.tar.gz b/py-build-cmake-0.4.1-gh.tar.gz new file mode 100644 index 0000000..8d15300 --- /dev/null +++ b/py-build-cmake-0.4.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e002887bb12a96c945a51e856ab655f7cc38af902ebf086f96d59b1dba732afd +size 1694932 diff --git a/python-py-build-cmake.changes b/python-py-build-cmake.changes index c69848e..c8bf0ae 100644 --- a/python-py-build-cmake.changes +++ b/python-py-build-cmake.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 11 09:32:04 UTC 2025 - Nico Krapp + +- 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 diff --git a/python-py-build-cmake.spec b/python-py-build-cmake.spec index 72aa68a..7539087 100644 --- a/python-py-build-cmake.spec +++ b/python-py-build-cmake.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-build-cmake # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-py-build-cmake -Version: 0.1.8 +Version: 0.4.1 Release: 0 Summary: Modern, PEP 517 compliant build backend for creating Python packages with License: MIT @@ -26,19 +26,23 @@ Source: https://github.com/tttapa/py-build-cmake/archive/refs/tags/%{ver BuildRequires: %{python_module click >= 8.1.3 with %python-click < 8.2} BuildRequires: %{python_module distlib >= 0.3.5 with %python-distlib < 0.4} BuildRequires: %{python_module flit-core >= 3.7 with %python-flit-core < 4} +BuildRequires: %{python_module lark} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pyproject-metadata} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tomli if %python-base < 3.11} BuildRequires: cmake BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: cmake Requires: (python-click >= 8.1.3 with python-click < 8.2) Requires: (python-distlib >= 0.3.5 with python-distlib < 0.4) Requires: (python-flit-core >= 3.7 with python-flit-core < 4) -Requires: cmake %if 0%{?python_version_nodots} < 311 Requires: (python-tomli >= 1.2.3 with python-tomli < 3) %endif +Requires: python-lark +Requires: python-pyproject-metadata Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch