-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update from main branch #170
Open
tiberiuichim
wants to merge
108
commits into
simplify-traversal
Choose a base branch
from
simplify-traversal-update
base: simplify-traversal
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* fix typo after refactoring in docs * add changelog entry
fix test to use document_view as default view for site root
Resolve all the deprecation warnings that originate in this package's code that are exposed by running the tests that do not stem from backwards compatibility we still support. IOW, warnings are still emitted that stem from code that needs to work with older versions we still support and cannot be updated without breaking that backwards compatibility. It seems better to me to leave the warnings in place than litter our code with BBB conditionals.
[ci skip]
[ci skip]
* Pin black and install version from versions.cfg * pin black to 21.12b0 (last py2 compatible version) * Pin black==22.1.0 * Install black from versions.cfg in Makefile
* ++api++ traverser should be kept on 30x redirections * reinsert ++api++ traverser * black Co-authored-by: Timo Stollenwerk <stollenwerk@kitconcept.com>
* redirect with view * black * black * changes
[ci skip]
[ci skip]
* Fix an infinite loop with redirections from parent to child * Pin Click version
* temporarily_redirect * fix tests + changelog * changelog * Update news/135.bugfix --------- Co-authored-by: David Glick <david@glicksoftware.com>
* Bring back Python 2.7 on CI * Add python_requires to setup.py
* Drop support for Plone 4.3, 5.0, and 5.1 * Drop versions on gha as well
* Drop support for Plone 4.3, 5.0, and 5.1 * Drop versions on gha as well * Add official support for Plone 6 * Use individual requirements files for 5.2 and 6.0 * Exclude GHA Plone 6 / Py 2.7 * Add changelog for #143 * Add build for Plone 6 to Makefile * No need to test py 3.7
Add Python 3.12 support
Did we seriously still use pypi.python.org? gh-actions complained: ``` root: Reading https://pypi.python.org/simple/Unidecode/ Getting distribution for 'Unidecode==1.3.6'. While: Installing instance. Getting distribution for 'Unidecode==1.3.6'. Error: Couldn't find a distribution for 'Unidecode==1.3.6'. ``` Maybe this fixes is, as the version is available just fine on https://pypi.org/simple/unidecode/ Could be a temporary error.
Fixup explicitacquisition tests
[ci skip]
[ci skip]
Before it would leak into other tests, enabling the publication check when it shouldn't be active.
Fixup tests: reset SKIP_PTA to whatever it was
fix for weird requests with media types with extra /
Maybe you should rebase the branch so you don't accumulate so many commits? 🧹 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.