diff --git a/python-publicsuffix2.spec b/python-publicsuffix2.spec index 69fface..c0071c9 100644 --- a/python-publicsuffix2.spec +++ b/python-publicsuffix2.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-publicsuffix2 Version: 2.20191221 -Release: 1mamba +Release: 2mamba Summary: Get a public suffix for a domain name using the Public Suffix List. Forked from and using the same API as the publicsuffix package Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: https://github.com/nexb/python-publicsuffix2 Source: https://pypi.debian.net/publicsuffix2/publicsuffix2-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Tue Sep 26 2023 Automatic Build System 2.20191221-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Mon Apr 18 2022 Silvan Calarco 2.20191221-1mamba - package created using the webbuild interface