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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e707875b2914d904301b6f19500d841e4e60e7986b41335a5c9ce59d15b1b5c
size 1424371

View File

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

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>

View File

@@ -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