Adrián Chaves
a72ccf9f1f
Freeze Pillow on tests
2023-11-17 14:07:38 +01:00
Adrián Chaves
2023a6bdcb
Fix the CI ( #6149 )
2023-11-17 10:12:29 +01:00
Adrián Chaves
f9e2387112
tox: set a complete envlist
2023-11-15 16:39:45 +01:00
Adrián Chaves
f9b1494148
Fix the ReadTheDocs configuration
2023-11-15 16:36:24 +01:00
Adrián Chaves
c0a6ec084a
Fix the tox configuration for end-of-life Python support
2023-11-15 16:19:14 +01:00
Adrián Chaves
e3273732c2
Bump version: 1.8.2 → 1.8.3
2022-07-25 13:34:10 +02:00
Adrián Chaves
ced7e4649a
Merge pull request from GHSA-9x8m-2xpf-crp3
...
* Backport the 2.6.2 security fix
* Force the same Python version for docs as CI in Tox configuration
* Re-enable TLS 1.2 in cipher tests.
* tox.ini: ensure pypy runs pypy2
* Set the release date of Scrapy 1.8.3
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
2022-07-25 13:15:17 +02:00
Adrián Chaves
ae41acb502
Bump version: 1.8.1 → 1.8.2
2022-03-01 16:04:17 +01:00
Adrián Chaves
d2589c74c5
test_unbounded_response: to_unicode → custom six code
2022-03-01 15:50:19 +01:00
Adrián Chaves
efd72b08f9
tests: unicode → to_unicode
2022-03-01 15:14:59 +01:00
Adrián Chaves
c5c2e2c7e9
tests: fix cast (str → unicode)
2022-03-01 15:03:36 +01:00
Adrián Chaves
ed2348de76
CI: Install mock in Python 3.5 with pinned dependencies
2022-03-01 14:49:59 +01:00
Adrián Chaves
919f52fb8f
CI: Install mock in Python 3.5
2022-03-01 14:44:14 +01:00
Adrián Chaves
610ce9b96d
Fix typo
2022-03-01 14:18:19 +01:00
Adrián Chaves
6c55f76318
Stop mixing keyword arguments and ** in function calls
2022-03-01 13:43:56 +01:00
Adrián Chaves
c4b22a5817
Remove further Python 3 syntax
2022-03-01 13:38:00 +01:00
Adrián Chaves
c0e745e3fd
Remove Python 3 syntax
2022-03-01 13:30:49 +01:00
Adrián Chaves
f541d61593
Remove use of keyword-only arguments
2022-03-01 13:14:02 +01:00
Adrián Chaves
bdd022d931
Fix redirect handling regression
2022-03-01 13:10:45 +01:00
Adrián Chaves
91706f58b7
Merge pull request from GHSA-mfjm-vh54-3f96
2022-03-01 12:38:19 +01:00
Adrián Chaves
290e2a2726
Merge pull request from GHSA-cjvr-mfj7-j4j8
...
* Do not carry over cookies to a different domain on redirect
* Cover the cookie-domain redirect fix in the release notes
* Restore accidentally-removed release notes content
* Fix redirect Cookie handling when the cookie middleware is disabled
* Update the 1.8.2 release date
2022-03-01 12:26:05 +01:00
nsirletti
47c4a3282a
Suppress Sphinx warnings about MIME types other than .rst
2021-10-06 12:22:13 +02:00
Adrián Chaves
283e90e466
Bump version: 1.8.0 → 1.8.1
2021-10-05 21:37:54 +02:00
Adrián Chaves
99ac4dbd6b
Cover 1.8.1 in the release notes
2021-10-05 21:10:49 +02:00
Andrey Rakhmatullin
16351344a6
Small documentation fixes.
2021-10-05 21:07:52 +02:00
Andrey Rakhmatullin
b01d69a1bf
Add http_auth_domain to HttpAuthMiddleware.
2021-10-05 21:07:45 +02:00
Adrián Chaves
4183925b4b
Travis CI → GitHub Actions
2021-10-05 21:04:36 +02:00
Adrián Chaves
be2e910dd0
Bump version: 1.7.0 → 1.8.0
2019-10-29 12:57:02 +01:00
Adrián Chaves
94f060fcc8
Cover Scrapy 1.8.0 in the release notes ( #3952 )
2019-10-29 12:53:46 +01:00
Andrey Rahmatullin
18b808b2e9
Merge pull request #4092 from further-reading/master
...
Add Python 3.8 official support
2019-10-29 16:30:58 +05:00
Roy
93e3dc1b82
[test_downloadermiddleware_httpcache.py] Cleaning text
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 16:12:03 +00:00
Roy
b73d217de5
[test_downloadermiddleware_httpcache.py] Fixing pytest mark behaviour
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 12:55:54 +00:00
Roy
74909030a5
[tox.ini] Removing obsolete py37 extra deps enviornment
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 12:52:36 +00:00
Roy
c51fb959e2
[test_downloadermiddleware_httpcache] Fixing pytest skip behaviour
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 12:36:54 +00:00
Roy
4432136fff
[test_downloadermiddleware_httpcache] Fixing pytest skip behaviour
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 12:22:21 +00:00
Roy
9b47dc6a70
[travis, setup] Adding official python 3.8 support
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 11:24:52 +00:00
Roy
16bb3ac20d
[test_downloadermiddleware_httpcache] Using skipif approach
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-28 11:24:09 +00:00
Roy Healy
3af2abb75b
Merge pull request #1 from Gallaecio/py38
...
Mark the LevelDB storage backend as deprecated
2019-10-28 10:35:04 +00:00
Adrián Chaves
3d0df419c4
Mark the LevelDB storage backend as deprecated
2019-10-28 11:24:47 +01:00
Roy Healy
b5a00262ec
Update .travis.yml
...
Reverting change to 3.8 extra dependency environment.
2019-10-28 09:59:33 +00:00
elacuesta
7731814cc2
ItemLoader: improve handling of initial item ( #4036 )
2019-10-28 10:53:53 +01:00
Adrián Chaves
bb91f9c78c
Cover Scrapy 1.7.4 in the release notes
2019-10-28 09:58:13 +01:00
Roy
20ea912513
[test_downloadermiddleware_httpcache] Making xfails more informative
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-27 18:52:01 +00:00
Roy
70b2854590
[test_downloadermiddleware_httpcache] Making xfails more informative
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-27 18:51:26 +00:00
Roy
b3df0a8415
[test_downloadermiddleware_httpcache] Adding xfails to impacted tests following hack fix
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-27 18:28:47 +00:00
Roy
11942c436c
[test_downloadermiddleware_httpcache] Trying hack to handle systemerror whjen importing leveldb
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-27 18:02:13 +00:00
Roy
deacd34c8d
[test_downloadermiddleware_httpcache] Attempting to add xfail for leveldb related tests
...
https://github.com/scrapy/scrapy/issues/4085
2019-10-27 17:39:47 +00:00
Roy Healy
4068797558
Update test_downloadermiddleware_httpcache.py
...
Adding xfail denoting that leveldb is not supported in 3.8
2019-10-27 17:02:17 +00:00
Roy Healy
179dc916ff
Update setup.py
...
Updating setup.py to remove python 3.8 support for now
2019-10-27 16:48:20 +00:00
Adrián Chaves
1d5c270ce8
Fix dangling file descriptor in FeedExporter when FEED_STORE_EMPTY is False ( #4023 )
2019-10-22 15:12:52 +02:00