2024-01-06 11:27:11 +01:00
|
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 11:27:11 +01:00
|
|
|
|
Name: python-mechanize
|
2024-01-06 11:27:12 +01:00
|
|
|
|
Version: 0.4.9
|
|
|
|
|
Release: 1mamba
|
2024-01-06 11:27:11 +01:00
|
|
|
|
Summary: Stateful programmatic web browsing in Python
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
2024-01-06 11:27:11 +01:00
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
|
URL: https://github.com/python-mechanize/mechanize
|
2024-01-06 11:27:11 +01:00
|
|
|
|
#Source: https://github.com/python-mechanize/mechanize.git/v%{version}/mechanize-%{version}.tar.bz2
|
2024-01-06 11:27:11 +01:00
|
|
|
|
Source: https://pypi.debian.net/mechanize/mechanize-%{version}.tar.gz
|
2024-01-06 11:27:11 +01:00
|
|
|
|
License: GPL
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:27:12 +01:00
|
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
|
BuildRequires: python3.11dist(html5lib)
|
2024-01-06 11:27:11 +01:00
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:27:12 +01:00
|
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 11:27:11 +01:00
|
|
|
|
BuildRequires: python-build-py3
|
|
|
|
|
BuildRequires: python-wheel-py3
|
|
|
|
|
BuildRequires: python-python_install-py3
|
|
|
|
|
BuildRequires: python-build-py310
|
|
|
|
|
BuildRequires: python-wheel-py310
|
|
|
|
|
BuildRequires: python-python_install-py310
|
2024-01-06 11:27:11 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize.
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
|
%pyver_package
|
|
|
|
|
%endif
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n mechanize-%{version}
|
|
|
|
|
#%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%{__python} -m build --wheel --skip-dependency-check
|
|
|
|
|
#--no-isolation
|
2024-01-06 11:27:11 +01:00
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%{__python} -m venv --system-site-packages test-env
|
|
|
|
|
%{__python} -m install --optimize=1 --destdir="%{buildroot}" dist/*.whl
|
2024-01-06 11:27:11 +01:00
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%files %{?pyappend}
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:27:11 +01:00
|
|
|
|
%dir %{python_sitelib}/%{pkgname}
|
|
|
|
|
%{python_sitelib}/%{pkgname}/*
|
|
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
2024-01-06 11:27:11 +01:00
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:27:12 +01:00
|
|
|
|
* Tue Nov 07 2023 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:27:12 +01:00
|
|
|
|
* 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
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-3mamba
|
|
|
|
|
- use python-build to fix uninstalled files
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Thu May 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-2mamba
|
|
|
|
|
- rebuilt with distdeps and python 3.10 subpackage
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Fri Apr 15 2022 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.5-2mamba
|
|
|
|
|
- rebuilt with py3* packages
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Fri Nov 08 2019 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
|
|
|
|
|
- update to 0.4.3
|
|
|
|
|
|
2024-01-06 11:27:11 +01:00
|
|
|
|
* Sun Jun 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.5-2mamba
|
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 01 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.5-1mamba
|
|
|
|
|
- update to 0.2.5
|
|
|
|
|
- make package name same as specfile by renaming package from mechanize to python-mechanize
|
|
|
|
|
|
|
|
|
|
* Mon Dec 27 2010 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.2.4-1mamba
|
|
|
|
|
- package created by autospec
|