-
Notifications
You must be signed in to change notification settings - Fork 22
Support Scrapy 2.14 #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Support Scrapy 2.14 #269
Changes from 45 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e0ac909
Remove Python 3.9.
wRAR c268d5b
Do not rely on Scrapy providing create_instance
AdrianAtZyte 817a8a3
Silence mypy issue
AdrianAtZyte d1f6b74
WIP
AdrianAtZyte d334b27
WIP
AdrianAtZyte 871615d
Update default fallback download handler expectations for Scrapy 2.14+
AdrianAtZyte 5c94151
Remove unneeded @deferred_f_from_coro_f
AdrianAtZyte 6861a2e
Update download_request() output type expectations based on the Scrap…
AdrianAtZyte dde5300
Address deprecation warnings
AdrianAtZyte 1e174ff
Merge remote-tracking branch 'origin/remove-py39' into scrapy-2.14
AdrianAtZyte 04cffcc
Make download_request() compatible with Scrapy 2.0-2.14
AdrianAtZyte 7e20b4d
Add backward compatibility to download_request() overrides in tests
AdrianAtZyte e9846c8
Wrap crawler.crawl() with maybe_deferred_to_future()
AdrianAtZyte ef64eec
Fix download_request calls in tests to omit spiders in Scrapy 2.14+
AdrianAtZyte 75a5ad3
Fix if typo
AdrianAtZyte 6bb97e7
Add remaining maybe_deferred_to_future
AdrianAtZyte 663defb
Use maybe_deferred_to_future() for crawler.stop()
AdrianAtZyte 04c4b21
Move deferred_to_future to utils
AdrianAtZyte 9126793
Support Python 3.14
AdrianAtZyte f409531
Fix tests not passing with Scrapy 2.0
AdrianAtZyte 2d0a055
Revert "Support Python 3.14"
AdrianAtZyte d5cb518
WIP
AdrianAtZyte 263dfbd
WIP
AdrianAtZyte 6b6ff62
WIP
AdrianAtZyte a89af8f
WIP
AdrianAtZyte 51de625
WIP
AdrianAtZyte 45ac1df
Silence mypy issues
AdrianAtZyte a8999df
WIP
AdrianAtZyte 16927bc
Address warnings
AdrianAtZyte 15270cb
Address warnings
AdrianAtZyte 4ad2a7d
Keep slot_request() backward-compatible
AdrianAtZyte 462004e
Changes to maintain backward compatibility
AdrianAtZyte a88c5ec
Add missing decorator
AdrianAtZyte be5fb60
Add missing maybe_deferred_to_future
AdrianAtZyte 36bae3e
Add missing parent class
AdrianAtZyte e1bf6d2
Simplify test code
AdrianAtZyte efb9b3b
Silence scrapy-poet warnings
AdrianAtZyte ea8474a
Address Twisted warning
AdrianAtZyte dec48b8
Remove undefined type
AdrianAtZyte 694c1a1
Silence mypy issues
AdrianAtZyte eb8684c
Use caplog.clear() in test that gets leaked logs from other tests
AdrianAtZyte 0ad0684
Use a Deferred-based close() for lower Scrapy versions
AdrianAtZyte 698ecf1
Silence mypy
AdrianAtZyte cb2d418
Disable the telnet console during tests
AdrianAtZyte 2c93743
Clean up
AdrianAtZyte e857eef
Address feedback and make test_higher_concurrency more resilient
AdrianAtZyte 17f32c3
Fix issues
AdrianAtZyte f9b93ac
Address feedback
AdrianAtZyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.