From 269118d4e972933d65c469ee35160af725238740d0f22f34bfc2b3cf3f0361e1 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 23 Jun 2023 05:18:02 +0000 Subject: [PATCH] Accepting request 1094740 from home:ecsos:python - Update to 0.4.11 No changelog from upstream. See instead here: https://github.com/kovidgoyal/html5-parser/compare/v0.4.10...v0.4.11?diff=unified&name=v0.4.11 - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1094740 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5-parser?expand=0&rev=25 --- python-html5-parser-0.4.10.tar.gz | 3 --- python-html5-parser-0.4.11.tar.gz | 3 +++ python-html5-parser.changes | 9 +++++++++ python-html5-parser.spec | 7 +++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 python-html5-parser-0.4.10.tar.gz create mode 100644 python-html5-parser-0.4.11.tar.gz diff --git a/python-html5-parser-0.4.10.tar.gz b/python-html5-parser-0.4.10.tar.gz deleted file mode 100644 index 4453dcb..0000000 --- a/python-html5-parser-0.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2179cd1f62ffd87c7f3ddd93c108441a55ee3ec9476446fe954b5b394c726710 -size 289923 diff --git a/python-html5-parser-0.4.11.tar.gz b/python-html5-parser-0.4.11.tar.gz new file mode 100644 index 0000000..6d5af32 --- /dev/null +++ b/python-html5-parser-0.4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ffd856c7ba0208d7f590484f688b9c3af516c805d006f9209d97182ca08ab0 +size 289921 diff --git a/python-html5-parser.changes b/python-html5-parser.changes index ceda3c3..7f737d0 100644 --- a/python-html5-parser.changes +++ b/python-html5-parser.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 23 04:59:34 UTC 2023 - ecsos + +- Update to 0.4.11 + No changelog from upstream. + See instead here: + https://github.com/kovidgoyal/html5-parser/compare/v0.4.10...v0.4.11?diff=unified&name=v0.4.11 +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Thu Dec 23 11:59:31 UTC 2021 - ecsos diff --git a/python-html5-parser.spec b/python-html5-parser.spec index d27c2e9..5f433eb 100644 --- a/python-html5-parser.spec +++ b/python-html5-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-html5-parser # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-html5-parser -Version: 0.4.10 +Version: 0.4.11 Release: 0 Summary: C based HTML 5 parsing for Python License: Apache-2.0