automatic version update by autodist [release 0.4.10-1mamba;Wed Sep 22 2021]

This commit is contained in:
Automatic Build System 2024-01-06 11:14:01 +01:00
parent dce5d213b8
commit 74b1cae475

View File

@ -1,21 +1,20 @@
Name: python-html5-parser Name: python-html5-parser
Version: 0.4.9 Version: 0.4.10
Release: 2mamba Release: 1mamba
Summary: A *fast*, standards compliant, C based, HTML 5 parser for python Summary: A *fast*, standards compliant, C based, HTML 5 parser for python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/html5-parser URL: https://pypi.org/project/html5-parser/
Source: https://pypi.debian.net/html5-parser/html5-parser-%{version}.tar.gz Source: https://pypi.debian.net/html5-parser/html5-parser-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpython-devel BuildRequires: libpython3-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -44,6 +43,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%doc LICENSE %doc LICENSE
%changelog %changelog
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 0.4.10-1mamba
- automatic version update by autodist
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-2mamba * Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-2mamba
- rebuilt with py3* packages - rebuilt with py3* packages