diff --git a/python-html5-parser.spec b/python-html5-parser.spec
index 1a3fc08..ae6d86b 100644
--- a/python-html5-parser.spec
+++ b/python-html5-parser.spec
@@ -1,21 +1,20 @@
Name: python-html5-parser
-Version: 0.4.9
-Release: 2mamba
+Version: 0.4.10
+Release: 1mamba
Summary: A *fast*, standards compliant, C based, HTML 5 parser for python
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco
-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
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
-BuildRequires: libpython-devel
+BuildRequires: libpython3-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
@@ -44,6 +43,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%doc LICENSE
%changelog
+* Wed Sep 22 2021 Automatic Build System 0.4.10-1mamba
+- automatic version update by autodist
+
* Sat Apr 11 2020 Silvan Calarco 0.4.9-2mamba
- rebuilt with py3* packages