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

4.0.0 branch #605

Merged
merged 7 commits into from
Aug 3, 2021
Merged

4.0.0 branch #605

merged 7 commits into from
Aug 3, 2021

Conversation

g-k
Copy link
Collaborator

@g-k g-k commented Aug 3, 2021

Fix: #520

Changes:

  • just supported Python version changes from 4.0.0 branch #575 (reviewed and approved in that PR)

Making a separate release, so people can update without having to deal with the other breaking changes in the old 4.0.0 branch (which I moved to https://github.com/mozilla/bleach/tree/next-major-release).

We haven't been testing against 2.7.x in CI, so this reduces the chance of releasing breaking changes there. I've removed the 3.5- CI targets as required to be passing to land a PR.

Also, while bleach code doesn't use six directly anymore. It's still a dependency for html5lib.

Greg Guthe added 6 commits August 3, 2021 13:09
* tox: drop EOL pythons
* tox: drop pypy2
* tox: drop python 3.5
* setup.py: drop EOL pythons
* ci: drop python 3.5
* tests_website: remove six usage from server.py
* tests_website: bump version
* tests_website: update open_test_page.py for Python 3
* remove non-vendored six.moves imports
* sanitizer: replace six.string_types check with str
* linkifier: replace six.string_types check with str
* sanitizer: drop force_unicode call
* linkifier: drop force_unicode calls
* html5lib_shim: replace six text_type and unichr calls
* utils: remove force_unicode fn
* remove unicode_literals imports
@g-k g-k marked this pull request as ready for review August 3, 2021 17:16
@g-k g-k merged commit ad0004f into master Aug 3, 2021
@g-k g-k deleted the 4.0.0-branch branch August 3, 2021 17:17
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.

Drop support for EOL Python versions <3.6
1 participant