diff --git a/python-mechanize.spec b/python-mechanize.spec index 68bd364..52c31d8 100644 --- a/python-mechanize.spec +++ b/python-mechanize.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-mechanize Version: 0.4.8 -Release: 3mamba +Release: 4mamba Summary: Stateful programmatic web browsing in Python Group: System/Libraries Vendor: openmamba @@ -12,9 +12,10 @@ URL: https://github.com/python-mechanize/mechanize Source: https://pypi.debian.net/mechanize/mechanize-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(html5lib) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(html5lib) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: python-build-py3 BuildRequires: python-wheel-py3 BuildRequires: python-python_install-py3 @@ -50,6 +51,9 @@ Stateful programmatic web browsing in Python, after Andy Lester’s Perl module %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %changelog +* Wed Sep 27 2023 Automatic Build System 0.4.8-4mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat May 28 2022 Silvan Calarco 0.4.8-3mamba - use python-build to fix uninstalled files