Skip to content
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

Upgrade scrapy to version 2.2.0 #47

Merged
merged 3 commits into from
Jul 7, 2020
Merged

Conversation

renehernandez
Copy link
Contributor

Description

Fix #42

scrapy was failing on upgrade due to the usage of the CustomContextFactory, which no longer complied with the signature of ContextFactory in newer scrapy versions.

According to scrapy/scrapy#1429 (comment), the CustomContextFactory is no longer required to solve the SSLv3 issue

Changes

  • Remove scrapy_patch file (containing CustomContextFactory class)
  • Upgrade scrapy to version 2.2.0

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @renehernandez! 😄

@curquiza curquiza merged commit 2e14dbe into meilisearch:master Jul 7, 2020
@curquiza curquiza mentioned this pull request Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade scrapy
2 participants