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

This commit is contained in:
Automatic Build System 2024-01-05 16:21:58 +01:00
parent c2b45efb58
commit 06197306d5

View File

@ -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 <autodist@mambasoft.it> 2.20191221-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.20191221-1mamba
- package created using the webbuild interface