rebuilt with python3 = 3.11 [release 2.5-2mamba;Sun Oct 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:41:48 +01:00
parent c50c944ce3
commit d40b9dc93a

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-soupsieve Name: python-soupsieve
Version: 2.4.1 Version: 2.5
Release: 1mamba Release: 2mamba
Summary: A CSS selector library designed to be used with Beautiful Soup 4 Summary: A CSS selector library designed to be used with Beautiful Soup 4
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,7 +11,7 @@ URL: https://github.com/facelessuser/soupsieve
Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -46,6 +46,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-2mamba
- rebuilt with python3 = 3.11
* Thu Sep 07 2023 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
- automatic version update by autodist
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba * Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
- automatic version update by autodist - automatic version update by autodist