rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.4.8-4mamba;Wed Sep 27 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:27:12 +01:00
parent 1108466fa7
commit a34b2a8938
1 changed files with 7 additions and 3 deletions

View File

@ -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 Lesters Perl module
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%changelog
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.4.8-4mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-3mamba
- use python-build to fix uninstalled files