Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-feedparser for openSUSE:Factory checked in at 2022-02-07 23:38:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-feedparser (Old) and /work/SRC/openSUSE:Factory/.python-feedparser.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-feedparser" Mon Feb 7 23:38:30 2022 rev:34 rq:952249 version:6.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-feedparser/python-feedparser.changes 2022-02-06 23:56:09.550060732 +0100 +++ /work/SRC/openSUSE:Factory/.python-feedparser.new.1898/python-feedparser.changes 2022-02-07 23:40:02.069646314 +0100 @@ -1,0 +2,7 @@ +Mon Feb 7 21:02:35 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Revert previous skip, because we have now working sgmllib3k. +- Remove test tests/wellformed/sanitize/xml_declaration_unexpected_character.xml + (gh#kurtmckee/feedparser#304) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-feedparser.spec ++++++ --- /var/tmp/diff_new_pack.kE7qBI/_old 2022-02-07 23:40:02.549643030 +0100 +++ /var/tmp/diff_new_pack.kE7qBI/_new 2022-02-07 23:40:02.553643002 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-feedparser # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -# no sgmllib3k for python 3.10 -%define skip_python310 1 Name: python-feedparser Version: 6.0.8 Release: 0 @@ -47,6 +45,12 @@ %prep %autosetup -p1 -n feedparser-%{version} +# Remove Python 3.10 non-compatible tests +rm -v tests/wellformed/sanitize/xml_declaration_unexpected_character.xml + +# Make tests more verbose +sed -i -e 's/verbosity=1/verbosity=2/' tests/runtests.py + %build %python_build