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

This commit is contained in:
Automatic Build System 2024-01-06 11:14:11 +01:00
parent b39f78edcb
commit 129a84f388

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-html5lib Name: python-html5lib
Version: 1.1 Version: 1.1
Release: 2mamba Release: 3mamba
Summary: HTML parser based on the HTML5 specifcation Summary: HTML parser based on the HTML5 specifcation
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -11,10 +11,11 @@ URL: https://github.com/html5lib/html5lib-python
Source: https://github.com/html5lib/html5lib-python.git/%{version}/html5lib-python-%{version}.tar.bz2 Source: https://github.com/html5lib/html5lib-python.git/%{version}/html5lib-python-%{version}.tar.bz2
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(six) BuildRequires: python3.11dist(six)
BuildRequires: python3.7dist(webencodings) BuildRequires: python3.11dist(webencodings)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildArch: noarch BuildArch: noarch
%description %description
@ -50,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog %changelog
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.1-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Thu May 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba * Thu May 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
- rebuilt with distdeps and python 3.10 subpackage - rebuilt with distdeps and python 3.10 subpackage