rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.2.0-3mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:17:12 +01:00
parent c1860ace10
commit 87fef407a8

View File

@ -1,6 +1,6 @@
Name: python-ipaddr Name: python-ipaddr
Version: 2.2.0 Version: 2.2.0
Release: 2mamba Release: 3mamba
Summary: A library for working with IP addresses, both IPv4 and IPv6 Summary: A library for working with IP addresses, both IPv4 and IPv6
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,8 +10,9 @@ URL: https://github.com/google/ipaddr-py
Source: https://pypi.debian.net/ipaddr/ipaddr-%{version}.tar.gz Source: https://pypi.debian.net/ipaddr/ipaddr-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%if "%{?with_pyver}" %if "%{?with_pyver}"
%pyver_package %pyver_package
@ -43,6 +44,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc COPYING %doc COPYING
%changelog %changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 2.2.0-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Wed Apr 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-2mamba * Wed Apr 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-2mamba
- rebuilt with python 3.10 - rebuilt with python 3.10