From 4d99bf3d25e81cf488418bda77b56ae75a81ca5a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:14:01 +0100 Subject: [PATCH] rebuilt for python 3.10 [release 0.4.10-2mamba;Mon May 30 2022] --- README.md | 2 +- python-html5-parser.spec | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e16b64a..55f2df7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # python-html5-parser -A *fast*, standards compliant, C based, HTML 5 parser for python. +A fast, standards compliant, C based, HTML 5 parser for python. diff --git a/python-html5-parser.spec b/python-html5-parser.spec index ae6d86b..18e2213 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -1,7 +1,7 @@ Name: python-html5-parser Version: 0.4.10 -Release: 1mamba -Summary: A *fast*, standards compliant, C based, HTML 5 parser for python +Release: 2mamba +Summary: A fast, standards compliant, C based, HTML 5 parser for python Group: System/Libraries Vendor: openmamba Distribution: openmamba @@ -14,7 +14,6 @@ BuildRequires: glibc-devel BuildRequires: libpython3-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version %description %{summary}. @@ -43,6 +42,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %doc LICENSE %changelog +* Mon May 30 2022 Silvan Calarco 0.4.10-2mamba +- rebuilt for python 3.10 + * Wed Sep 22 2021 Automatic Build System 0.4.10-1mamba - automatic version update by autodist