diff --git a/feedparser-6.0.2.tar.gz b/feedparser-6.0.2.tar.gz deleted file mode 100644 index bfdfb48ae8c4aa4f82a37b0514e9c1d75838c2e2..0000000000000000000000000000000000000000 Binary files a/feedparser-6.0.2.tar.gz and /dev/null differ diff --git a/feedparser-6.0.8.tar.gz b/feedparser-6.0.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e96f409f7ce25cafe9666922e457bf724af93c9e Binary files /dev/null and b/feedparser-6.0.8.tar.gz differ diff --git a/python-feedparser.spec b/python-feedparser.spec index d73a9ba797beb926f092b953a2787f69267fcf81..1f973ceabfbde26901a6dd6373e93d74e25b12c5 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -1,34 +1,35 @@ %global _empty_manifest_terminate_build 0 Name: python-feedparser -Version: 6.0.2 +Version: 6.0.8 Release: 1 Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds License: BSD-2-Clause URL: https://github.com/kurtmckee/feedparser -Source0: https://files.pythonhosted.org/packages/1b/84/934fc369d2e36d7fd9a196a72e68035cabc672c46bf7aa2661838e4d0ca9/feedparser-6.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/96/c2/5c5c266988142936ca81aaa22e5ef3750cce49e10c0ee9d0b9feda167491/feedparser-6.0.8.tar.gz BuildArch: noarch - -Requires: python3-sgmllib3k - %description Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds + %package -n python3-feedparser Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds Provides: python-feedparser BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-sgmllib3k %description -n python3-feedparser Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds + %package help Summary: Development documents and examples for feedparser Provides: python3-feedparser-doc %description help -Development documents and examples for feedparser +Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds + %prep -%autosetup -n feedparser-6.0.2 +%autosetup -n feedparser-6.0.8 %build %py3_build @@ -68,5 +69,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 22 2021 openstack-sig +- Update to 6.0.8 * Sun May 23 2021 Python_Bot - Package Spec generated