rebuilt with python 3.10 [release 0.7.0-2mamba;Wed Mar 22 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:00:47 +01:00
parent 0a9e16558b
commit 806cd2830c

View File

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