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

allow chardet 4 since it has been released #55

Merged
merged 2 commits into from Feb 25, 2021

Conversation

tomashek
Copy link
Contributor

Now that chardet 4 is released, expand the runtime requirement

Checklist

<-- I don't think re-rendering is needed since the latest accepted PR was only a few days ago -->

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

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

I'm not happy with extending the pin here while upstream doesn't do it.

@@ -28,7 +28,7 @@ requirements:
- python
- async-timeout >=3.0,<4.0
- attrs >=17.3.0
- chardet >=2.0,<4.0
- chardet >=2.0,<5.0
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I saw that. It is in fact why the tests are failing. They have merged to master a commit back in December that updates to allow chardet 4.0 (aio-libs/aiohttp#5333), but there have been no releases since then. We would like to support environments that include chardet 4. Can we cherry-pick the patch #5333 since it only allows the new chardet (no other related code changes)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added the change in PR5333 to a patch, and now everything passes. Please review. Thanks!

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

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

Thanks for digging though to find the patch.

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.

None yet

3 participants