From 1dad2cce1c34fa89f3b045789a7e3e4f9e3118b75566b9d53e1e30e945517c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Dec 2023 12:21:10 +0000 Subject: [PATCH] Accepting request 1132752 from home:benoit_monin:branches:devel:languages:python - update to version 6.0.11 - remove python_module definition: provided by python-rpm-macros - drop python-xml requirement: not needed anymore OBS-URL: https://build.opensuse.org/request/show/1132752 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=66 --- feedparser-6.0.10.tar.gz | 3 --- feedparser-6.0.11.tar.gz | 3 +++ python-feedparser.changes | 8 ++++++++ python-feedparser.spec | 7 ++----- 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 feedparser-6.0.10.tar.gz create mode 100644 feedparser-6.0.11.tar.gz diff --git a/feedparser-6.0.10.tar.gz b/feedparser-6.0.10.tar.gz deleted file mode 100644 index c5008a7..0000000 --- a/feedparser-6.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27da485f4637ce7163cdeab13a80312b93b7d0c1b775bef4a47629a3110bca51 -size 286395 diff --git a/feedparser-6.0.11.tar.gz b/feedparser-6.0.11.tar.gz new file mode 100644 index 0000000..0901268 --- /dev/null +++ b/feedparser-6.0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5 +size 286197 diff --git a/python-feedparser.changes b/python-feedparser.changes index 9207d2d..ef484e9 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 12 20:24:21 UTC 2023 - BenoƮt Monin + +- update to version 6.0.11: + * Resolve cgi module deprecation warnings. (#330) +- remove python_module definition: provided by python-rpm-macros +- drop python-xml requirement: not needed anymore + ------------------------------------------------------------------- Tue Jun 27 13:08:16 UTC 2023 - ecsos diff --git a/python-feedparser.spec b/python-feedparser.spec index 2572cb0..4ac3e49 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -1,7 +1,7 @@ # # spec file for package python-feedparser # -# Copyright (c) 2022 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,11 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-feedparser -Version: 6.0.10 +Version: 6.0.11 Release: 0 Summary: Universal Feed Parser Module for Python License: BSD-2-Clause @@ -33,11 +32,9 @@ Patch0: 304_python310-crash.patch BuildRequires: %{python_module chardet} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sgmllib3k} -BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-sgmllib3k -Requires: python-xml Recommends: python-chardet BuildArch: noarch %python_subpackages