diff --git a/python-cssselect2.spec b/python-cssselect2.spec index 3e61583..3b9e347 100644 --- a/python-cssselect2.spec +++ b/python-cssselect2.spec @@ -1,13 +1,13 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-cssselect2 Version: 0.7.0 -Release: 1mamba +Release: 2mamba Summary: CSS selectors for Python ElementTree Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://doc.courtbouillon.org/cssselect2/ +URL: https://doc.courtbouillon.org/cssselect2/stable/ Source: https://pypi.debian.net/cssselect2/cssselect2-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN @@ -49,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Wed Mar 22 2023 Silvan Calarco 0.7.0-2mamba +- rebuilt with python 3.10 + * Sat Nov 12 2022 Silvan Calarco 0.7.0-1mamba - package created using the webbuild interface