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

Update from main branch #170

Open
wants to merge 108 commits into
base: simplify-traversal
Choose a base branch
from

Conversation

tiberiuichim
Copy link
Contributor

No description provided.

jensens and others added 30 commits October 12, 2021 20:11
* 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.
* 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
* 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
tisto and others added 29 commits October 14, 2023 23:03
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.
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 /
@gforcada
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.