Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Scrapy for openSUSE:Factory checked in at 2022-03-06 18:48:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Scrapy (Old) and /work/SRC/openSUSE:Factory/.python-Scrapy.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Scrapy" Sun Mar 6 18:48:43 2022 rev:14 rq:959733 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Scrapy/python-Scrapy.changes 2022-03-04 00:17:30.232283487 +0100 +++ /work/SRC/openSUSE:Factory/.python-Scrapy.new.1958/python-Scrapy.changes 2022-03-06 18:48:44.204173661 +0100 @@ -1,0 +2,5 @@ +Fri Mar 4 00:06:54 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update runtime requirements and test deselections + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Scrapy.spec ++++++ --- /var/tmp/diff_new_pack.LPsUBR/_old 2022-03-06 18:48:44.748173745 +0100 +++ /var/tmp/diff_new_pack.LPsUBR/_new 2022-03-06 18:48:44.752173747 +0100 @@ -69,6 +69,7 @@ Requires: python-queuelib >= 1.4.2 Requires: python-service_identity >= 16.0.0 Requires: python-setuptools +Requires: python-tldextract Requires: python-w3lib >= 1.17.2 Requires: python-zope.interface >= 4.1.3 Requires(post): update-alternatives @@ -106,20 +107,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# tests/test_proxy_connect.py: requires mitmproxy == 0.10.1 -# tests/test_downloader_handlers_*.py and test_http2_client_protocol.py: no network -# tests/test_command_check.py: twisted dns resolution of example.com error # no color in obs chroot console skiplist="test_pformat" -# correct exception but not recognized due to different format -python310_skiplist=" or test_callback_kwargs" +# no online connection to toscrapy.com +skiplist="$skiplist or CheckCommandTest" %{pytest \ - --ignore tests/test_proxy_connect.py \ - --ignore tests/test_command_check.py \ - --ignore tests/test_downloader_handlers.py \ - --ignore tests/test_downloader_handlers_http2.py \ - --ignore tests/test_http2_client_protocol.py \ - -k "not (${skiplist} ${$python_skiplist})" \ + -k "not (${skiplist})" \ -W ignore::DeprecationWarning \ tests}