loosen version requirement on cachecontrol [release 1.7.1-3mamba;Tue Feb 13 2024]
This commit is contained in:
parent
6a75aa5f20
commit
ec797ed0f9
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-poetry
|
Name: python-poetry
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Python dependency management and packaging made easy
|
Summary: Python dependency management and packaging made easy
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -45,6 +45,7 @@ BuildRequires: python3.11dist(virtualenv)
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n poetry-%{version}
|
%setup -q -n poetry-%{version}
|
||||||
sed -i 's|platformdirs = .*|platformdirs = ">=3.0.0,<5"|' pyproject.toml
|
sed -i 's|platformdirs = .*|platformdirs = ">=3.0.0,<5"|' pyproject.toml
|
||||||
|
sed -i -e '/^cachecontrol/s/ version = .*,/ version = ">=0.13.0",/' pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
@ -70,6 +71,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-3mamba
|
||||||
|
- loosen version requirement on cachecontrol
|
||||||
|
|
||||||
* Sun Jan 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-2mamba
|
* Sun Jan 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-2mamba
|
||||||
- loosen requirement for platformdirs 4.1.0
|
- loosen requirement for platformdirs 4.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user