rebuilt with python3 == 3.11 [release 1.0.0-2mamba;Sat Sep 30 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:39:28 +01:00
parent 9529afca82
commit ccae2ef2dc

View File

@ -1,18 +1,19 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-sgmllib3k
Version: 1.0.0
Release: 1mamba
Release: 2mamba
Summary: Py3k port of sgmllib
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://hg.hardcoded.net/sgmllib
URL: https://pypi.org/project/sgmllib3k/
Source: https://pypi.debian.net/sgmllib3k/sgmllib3k-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -48,5 +49,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
# %doc README
%changelog
* Sat Sep 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
- rebuilt with python3 == 3.11
* Wed Jan 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
- package created using the webbuild interface