rebuilt with python3 = 3.11.5 [release 1.16.0-5mamba;Tue Sep 26 2023]
This commit is contained in:
parent
74b77e441f
commit
041ddb766b
@ -1,6 +1,6 @@
|
||||
Name: python-six
|
||||
Version: 1.16.0
|
||||
Release: 4mamba
|
||||
Release: 5mamba
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,8 +10,9 @@ URL: https://github.com/benjaminp/six
|
||||
Source: https://pypi.debian.net/six/six-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11.5
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc LICENSE documentation/index.rst
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.16.0-5mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Mon Jul 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.0-4mamba
|
||||
- rebuilt to fix wrong requirement for python 3.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user