-
-
Notifications
You must be signed in to change notification settings - Fork 75
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: 2023-09-22T20:07:40+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.rest@f61e3c7 Minor changelog amendment for #141 Files changed: M news/141.breaking
- Loading branch information
Showing
1 changed file
with
5 additions
and
20 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,29 +2,14 @@ Repository: plone.rest | |
|
||
|
||
Branch: refs/heads/main | ||
Date: 2023-09-22T18:54:54+02:00 | ||
Date: 2023-09-22T20:07:40+02:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.rest/commit/3c79d7cd35dfba049a3d793b728319f505b85aef | ||
Commit: https://github.com/plone/plone.rest/commit/f61e3c7de95580a4413c6cabc78f13d1aa4e78cd | ||
|
||
Add .pre-commit-config.yaml | ||
Minor changelog amendment for #141 | ||
|
||
Files changed: | ||
A .pre-commit-config.yaml | ||
M news/141.breaking | ||
|
||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nnew file mode 100644\nindex 0000000..90184b8\n--- /dev/null\n+++ b/.pre-commit-config.yaml\n@@ -0,0 +1,38 @@\n+# Generated from:\n+# https://github.com/plone/meta/tree/master/config/default\n+ci:\n+ autofix_prs: false\n+ autoupdate_schedule: monthly\n+\n+repos:\n+ - repo: https://github.com/asottile/pyupgrade\n+ rev: v3.3.2\n+ hooks:\n+ - id: pyupgrade\n+ args: [--py38-plus]\n+ - repo: https://github.com/pycqa/isort\n+ rev: 5.12.0\n+ hooks:\n+ - id: isort\n+ - repo: https://github.com/psf/black\n+ rev: 23.3.0\n+ hooks:\n+ - id: black\n+ - repo: https://github.com/PyCQA/flake8\n+ rev: 6.0.0\n+ hooks:\n+ - id: flake8\n+ - repo: https://github.com/codespell-project/codespell\n+ rev: v2.2.4\n+ hooks:\n+ - id: codespell\n+ additional_dependencies:\n+ - tomli\n+ - repo: https://github.com/mgedmin/check-manifest\n+ rev: "0.49"\n+ hooks:\n+ - id: check-manifest\n+ - repo: https://github.com/regebro/pyroma\n+ rev: "4.2"\n+ hooks:\n+ - id: pyroma\n' | ||
|
||
Repository: plone.rest | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2023-09-22T18:55:03+02:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.rest/commit/dfea52a6292e6df41670f203f747ed77da945108 | ||
|
||
Merge branch 'main' of github.com:plone/plone.rest | ||
|
||
Files changed: | ||
M README.rst | ||
|
||
b'diff --git a/README.rst b/README.rst\nindex a47e4af..86e24f7 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -315,16 +315,11 @@ and then running "bin/buildout"\n Plone/Python Support\n --------------------\n \n-plone.restapi currently supports Plone 6 and 5.2.\n+plone.rest 4.x.x supports Plone 5.2 and 6.x on Python 3.8 and newer.\n \n-plone.restapi supports Python 2.7 and 3.8 for Plone 5.2 and Python 3.8, 3.9, 3.10, and 3.11 for Plone 6.\n-\n-Older versions of Python and Plone most likely will continue to work with plone.rest.\n-\n-Though, we do not test or officially support them.\n-\n-Check older versions of plone.rest for official support.\n+plone.rest 3.x.x supports Plone 5.2 on Python 2.7 and 3.6 to 3.8 and Plone 6.0 on Python 3.8 to 3.11.\n \n+If you need to use Plone 4.3, 5.0, or 5.1 on Python 2.7, check out plone.rest 2.x.x or 1.x.x.\n \n Redirects\n ---------\n' | ||
b'diff --git a/news/141.breaking b/news/141.breaking\nindex e86d4ff..1e6bade 100644\n--- a/news/141.breaking\n+++ b/news/141.breaking\n@@ -1 +1 @@\n-Drop support for Python 2.7, 3.6 and 3.7 @tisto\n\\ No newline at end of file\n+Drop support for Python 2.7, 3.6, and 3.7 @tisto\n\\ No newline at end of file\n' | ||
|