From 806cd2830ca67ec5df4efe62ea2790b2defc54e9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:00:47 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.7.0-2mamba;Wed Mar 22 2023] --- python-cssselect2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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