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 - _)
|
||||
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 <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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user