From a5ca22481443597fb619666555356963db01ebb0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 22 Sep 2024 19:12:01 +0200 Subject: [PATCH] relax version requirement for smmap [release 4.0.11-2mamba;Sun Sep 22 2024] --- python-gitdb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-gitdb.spec b/python-gitdb.spec index 275d4ad..c3f5e20 100644 --- a/python-gitdb.spec +++ b/python-gitdb.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-gitdb Version: 4.0.11 -Release: 1mamba +Release: 2mamba Summary: Git Object Database Group: System/Libraries Vendor: openmamba @@ -24,6 +24,8 @@ BuildRequires: python3.11dist(smmap) %prep %setup -q -n gitdb-%{version} +sed -i "s|smmap<6|smmap<7|" PKG-INFO gitdb.egg-info/requires.txt gitdb.egg-info/PKG-INFO +sed -i "s|smmap>=3.0.1,<6|smmap>=3.0.1|" setup.py %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -48,5 +50,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc AUTHORS LICENSE %changelog +* Sun Sep 22 2024 Silvan Calarco 4.0.11-2mamba +- relax version requirement for smmap + * Fri Dec 29 2023 Silvan Calarco 4.0.11-1mamba - package created using the webbuild interface