diff --git a/python-soupsieve.spec b/python-soupsieve.spec index ce9734d..27a5d95 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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 2.5-2mamba +- rebuilt with python3 = 3.11 + +* Thu Sep 07 2023 Automatic Build System 2.5-1mamba +- automatic version update by autodist + * Mon Apr 17 2023 Automatic Build System 2.4.1-1mamba - automatic version update by autodist