diff --git a/python-genshi.spec b/python-genshi.spec index 2188487..e308697 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,7 +1,7 @@ Name: python-genshi Epoch: 1 Version: 0.7.7 -Release: 1mamba +Release: 2mamba Summary: Python toolkit for generation of output for the web Group: System/Libraries/Python Vendor: openmamba @@ -12,9 +12,10 @@ Source: https://pypi.debian.net/Genshi/Genshi-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(six) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(six) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. @@ -52,6 +53,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc COPYING %changelog +* Wed Sep 27 2023 Automatic Build System 0.7.7-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat Apr 23 2022 Automatic Build System 0.7.7-1mamba - automatic version update by autodist