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 #575

Closed
wants to merge 15 commits into from
Closed

4.0.0 branch #575

wants to merge 15 commits into from

Conversation

g-k
Copy link
Collaborator

@g-k g-k commented Jan 22, 2021

WIP

Fixes: #520
Fixes: #566
Fixes: #477

@g-k g-k force-pushed the 4.0.0-branch branch 2 times, most recently from 580551a to ba8031e Compare January 26, 2021 14:48
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
python-version: [3.6, 3.7, 3.8, pypy3]
Copy link
Contributor

Choose a reason for hiding this comment

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

3.9 is also available

Suggested change
python-version: [3.6, 3.7, 3.8, pypy3]
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]

Copy link
Collaborator Author

@g-k g-k Aug 3, 2021

Choose a reason for hiding this comment

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

Yes, but tests still fail due to the urlparse changes mentioned in #536

'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',

Comment on lines +5 to +6
py{36,37,38,py3}
py{36,37,38}-build-no-lang
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
py{36,37,38,py3}
py{36,37,38}-build-no-lang
py{36,37,38,39,py3}
py{36,37,38,39}-build-no-lang

commands =
./run_tests.sh format-check

[testenv:type-check]
basepython = python3.8
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
basepython = python3.8
basepython = python3.9

@@ -10,7 +10,7 @@ jobs:
matrix:
python-version: [3.8]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
python-version: [3.8]
python-version: [3.9]

Greg Guthe and others added 15 commits August 3, 2021 12:45
* 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
and remove now unused utils.py
@g-k
Copy link
Collaborator Author

g-k commented Aug 3, 2021

Splitting this up to provide a cleaner migration path to library consumers.

@g-k g-k closed this Aug 3, 2021
@g-k g-k deleted the 4.0.0-branch branch August 3, 2021 16:59
@g-k g-k mentioned this pull request Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants