diff --git a/python-sgmllib3k.spec b/python-sgmllib3k.spec index a15afff..c5b0855 100644 --- a/python-sgmllib3k.spec +++ b/python-sgmllib3k.spec @@ -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 -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 1.0.0-2mamba +- rebuilt with python3 == 3.11 + * Wed Jan 12 2022 Silvan Calarco 1.0.0-1mamba - package created using the webbuild interface