From 00c51db015ef81ca33b6344aa7a6834e0af1373726772f928af6b06131cdcc72 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 14 May 2025 02:43:26 +0000 Subject: [PATCH] - Loosen {Build,}Requires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-build-cmake?expand=0&rev=9 --- python-py-build-cmake.changes | 5 +++++ python-py-build-cmake.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-py-build-cmake.changes b/python-py-build-cmake.changes index 1045434..3599500 100644 --- a/python-py-build-cmake.changes +++ b/python-py-build-cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 14 02:42:50 UTC 2025 - Steve Kowalik + +- Loosen {Build,}Requires. + ------------------------------------------------------------------- Mon Apr 28 16:44:56 UTC 2025 - Dirk Müller diff --git a/python-py-build-cmake.spec b/python-py-build-cmake.spec index 3e98dc6..9a58649 100644 --- a/python-py-build-cmake.spec +++ b/python-py-build-cmake.spec @@ -24,9 +24,9 @@ Summary: Modern, PEP 517 compliant build backend for creating Python pack License: MIT URL: https://github.com/tttapa/py-build-cmake Source: https://github.com/tttapa/py-build-cmake/archive/refs/tags/%{version}.tar.gz#/py-build-cmake-%{version}-gh.tar.gz -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 click >= 8.1.3} +BuildRequires: %{python_module distlib >= 0.3.5} +BuildRequires: %{python_module flit-core >= 3.7} BuildRequires: %{python_module lark} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyproject-metadata} @@ -36,11 +36,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: python-click >= 8.1.3 +Requires: python-distlib >= 0.3.5 +Requires: python-packaging >= 23.2 %if 0%{?python_version_nodots} < 311 -Requires: (python-tomli >= 1.2.3 with python-tomli < 3) +Requires: python-tomli >= 1.2.3 %endif Requires: python-lark Requires: python-pyproject-metadata