diff --git a/python-Scrapy.changes b/python-Scrapy.changes index cab03f7..bcfbd93 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Jul 31 04:40:49 UTC 2025 - Steve Kowalik +Thu Jul 31 05:18:40 UTC 2025 - Steve Kowalik - Update to 2.13.3: * Changed the values for DOWNLOAD_DELAY (from 0 to 1) and diff --git a/python-Scrapy.spec b/python-Scrapy.spec index 88ee4ff..8a939f1 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -120,6 +120,8 @@ skiplist="test_pformat" skiplist="$skiplist or CheckCommandTest or test_file_path" # Flaky test gh#scrapy/scrapy#5703 skiplist="$skiplist or test_start_requests_laziness" +# Fails on 32 bit arches +skiplist="$skiplist or test_queue_push_pop_priorities" %{pytest -x \ -k "not (${skiplist})" \ -W ignore::DeprecationWarning \