Package: python-scrapy / 1.5.1-1+deb10u1
Metadata
Package | Version | Patches format |
---|---|---|
python-scrapy | 1.5.1-1+deb10u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Skip tests with unattainable dependencies in Python3.patch | (download) |
tests/test_linkextractors_deprecated.py |
4 4 + 0 - 0 ! |
skip tests with unattainable dependencies in python3. Both libmproxy and sgmllib are not available for Python3. libmproxy might be in the future. |
0002 Catch StopIteration from next.patch | (download) |
scrapy/utils/iterators.py |
29 16 + 13 - 0 ! |
catch stopiteration from raised from next() Generators should not raise StopIteration, but return instead. Python 3.7 enforces that. |
CVE 2021 41125.patch | (download) |
docs/topics/downloader-middleware.rst |
18 16 + 2 - 0 ! |
add http_auth_domain to httpauthmiddleware. Fixes CVE-2021-41125 |
CVE 2022 0577.patch | (download) |
scrapy/downloadermiddlewares/redirect.py |
30 25 + 5 - 0 ! |
merge pull request from ghsa-cjvr-mfj7-j4j8 |