relax version requirement for smmap [release 4.0.11-2mamba;Sun Sep 22 2024]
This commit is contained in:
parent
39d219bdba
commit
a5ca224814
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-gitdb
|
Name: python-gitdb
|
||||||
Version: 4.0.11
|
Version: 4.0.11
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Git Object Database
|
Summary: Git Object Database
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,6 +24,8 @@ BuildRequires: python3.11dist(smmap)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gitdb-%{version}
|
%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
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
@ -48,5 +50,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.11-2mamba
|
||||||
|
- relax version requirement for smmap
|
||||||
|
|
||||||
* Fri Dec 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.11-1mamba
|
* Fri Dec 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.11-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user