rebuilt with python3 = 3.11 [release 2.5-2mamba;Sun Oct 01 2023]
This commit is contained in:
parent
c50c944ce3
commit
d40b9dc93a
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-soupsieve
|
||||
Version: 2.4.1
|
||||
Release: 1mamba
|
||||
Version: 2.5
|
||||
Release: 2mamba
|
||||
Summary: A CSS selector library designed to be used with Beautiful Soup 4
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,7 +11,7 @@ URL: https://github.com/facelessuser/soupsieve
|
||||
Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -46,6 +46,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user