Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2025-01-20T22:48:51+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.rest@4b8e567 Fix DeprecationWarnings. Files changed: A news/4090.bugfix A src/plone/rest/bbb.py M .meta.toml M README.rst M pyproject.toml M setup.py M src/plone/rest/testing.py M src/plone/rest/testing.zcml M src/plone/rest/tests/test_traversal.py Repository: plone.rest Branch: refs/heads/main Date: 2025-01-20T22:51:51+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.rest@0b2786d Test on Plone 6.0.13. 6.0.9 is too old, giving various errors. See https://github.com/plone/plone.rest/actions/runs/12875351288?pr=184 And 6.0.14 may be too new, because it officially drops support for Python 3.8. Files changed: M plone-6.0.x.cfg M requirements-6.0.txt Repository: plone.rest Branch: refs/heads/main Date: 2025-01-20T23:10:53+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.rest@7a95d54 Test Python 3.8 with Plone 6.0.13, newer Pythons on 6.0.14. Otherwise on 3.12 you get a too old Pillow and on 3.9-3.11 a too old docutils. Files changed: M plone-6.0.x.cfg M requirements-6.0.txt Repository: plone.rest Branch: refs/heads/main Date: 2025-01-20T23:25:08+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.rest@62e7fea Do not test Plone 6.0 on Python 3.8. Do start testing 6.1. Python 3.8 is not supported since Plone 6.0.14. And it is too hard to use 6.0.13 on 3.8 and 6.0.14 on 3.9+: we would need a different requirements file for 3.8, otherwise pip fails with: ``` No matching distribution found for setuptools==75.6.0 ``` Files changed: A plone-6.1.x.cfg A requirements-6.1.txt M .github/workflows/tests.yml M plone-6.0.x.cfg Repository: plone.rest Branch: refs/heads/main Date: 2025-01-24T11:07:06-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.rest@bafb5a2 Drop support for Plone 5.2 Files changed: A news/4090.breaking M .github/workflows/tests.yml M Makefile M README.rst M news/178.internal M plone-6.1.x.cfg M requirements-6.1.txt M requirements.txt M setup.py M src/plone/rest/patches.py M src/plone/rest/patches.zcml M src/plone/rest/testing.zcml M src/plone/rest/tests/test_traversal.py M tox.ini D plone-5.2.x.cfg D requirements-5.2.txt D src/plone/rest/bbb.py Repository: plone.rest Branch: refs/heads/main Date: 2025-01-24T11:14:46-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.rest@3a0142c fix CI Files changed: M .pre-commit-config.yaml M setup.py Repository: plone.rest Branch: refs/heads/main Date: 2025-01-24T11:48:12-08:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.rest@6f4b6cf Merge pull request #184 from plone/maurits-warnings Fix DeprecationWarnings. Files changed: A news/4090.breaking A news/4090.bugfix A plone-6.1.x.cfg A requirements-6.1.txt M .github/workflows/tests.yml M .meta.toml M .pre-commit-config.yaml M Makefile M README.rst M news/178.internal M plone-6.0.x.cfg M pyproject.toml M requirements-6.0.txt M requirements.txt M setup.py M src/plone/rest/patches.py M src/plone/rest/patches.zcml M src/plone/rest/testing.py M src/plone/rest/testing.zcml M src/plone/rest/tests/test_traversal.py M tox.ini D plone-5.2.x.cfg D requirements-5.2.txt
- Loading branch information