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