From ec797ed0f94b240e22b35b97276ba05b82b5bb6d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 14 Feb 2024 00:43:28 +0100 Subject: [PATCH] loosen version requirement on cachecontrol [release 1.7.1-3mamba;Tue Feb 13 2024] --- python-poetry.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-poetry.spec b/python-poetry.spec index 1ad9182..9153ee0 100644 --- a/python-poetry.spec +++ b/python-poetry.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-poetry Version: 1.7.1 -Release: 2mamba +Release: 3mamba Summary: Python dependency management and packaging made easy Group: System/Libraries Vendor: openmamba @@ -45,6 +45,7 @@ BuildRequires: python3.11dist(virtualenv) %prep %setup -q -n poetry-%{version} sed -i 's|platformdirs = .*|platformdirs = ">=3.0.0,<5"|' pyproject.toml +sed -i -e '/^cachecontrol/s/ version = .*,/ version = ">=0.13.0",/' pyproject.toml %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -70,6 +71,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue Feb 13 2024 Silvan Calarco 1.7.1-3mamba +- loosen version requirement on cachecontrol + * Sun Jan 14 2024 Silvan Calarco 1.7.1-2mamba - loosen requirement for platformdirs 4.1.0