From c38856c07a421743c5cc50ae5edd6abae24a932e Mon Sep 17 00:00:00 2001 From: tisto Date: Fri, 22 Sep 2023 18:37:06 +0200 Subject: [PATCH] [fc] Repository: plone.rest Branch: refs/heads/main Date: 2023-09-22T18:37:06+02:00 Author: Timo Stollenwerk (tisto) Commit: https://github.com/plone/plone.rest/commit/bd6d1124abcc481c8847c09132592d821ce97d27 Update Plone/Python support section. (#158) * Update Plone/Python support section. * Update README.rst Co-authored-by: Steve Piercy <web@stevepiercy.com> * Update README.rst Co-authored-by: Steve Piercy <web@stevepiercy.com> * Update README * Update README.rst Co-authored-by: Maurits van Rees <maurits@vanrees.org> --------- Co-authored-by: Steve Piercy <web@stevepiercy.com> Co-authored-by: Maurits van Rees <maurits@vanrees.org> Files changed: M README.rst --- last_commit.txt | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 359379d11f..df3e80a64d 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -2,15 +2,35 @@ Repository: plone.rest Branch: refs/heads/main -Date: 2023-09-22T10:12:37+02:00 -Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.rest/commit/f6d7bc858786fd99ed515e63d6703f1f1c866172 +Date: 2023-09-22T18:37:06+02:00 +Author: Timo Stollenwerk (tisto) +Commit: https://github.com/plone/plone.rest/commit/bd6d1124abcc481c8847c09132592d821ce97d27 -Fix CI badge in README. Update checkouts to use main instead of master +Update Plone/Python support section. (#158) + +* Update Plone/Python support section. + +* Update README.rst + +Co-authored-by: Steve Piercy <web@stevepiercy.com> + +* Update README.rst + +Co-authored-by: Steve Piercy <web@stevepiercy.com> + +* Update README + +* Update README.rst + +Co-authored-by: Maurits van Rees <maurits@vanrees.org> + +--------- + +Co-authored-by: Steve Piercy <web@stevepiercy.com> +Co-authored-by: Maurits van Rees <maurits@vanrees.org> Files changed: M README.rst -M base.cfg -b'diff --git a/README.rst b/README.rst\nindex 8578eb9..a47e4af 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -1,6 +1,6 @@\n-.. image:: https://github.com/plone/plone.rest/workflows/plone.rest%20CI/badge.svg\n+.. image:: https://github.com/plone/plone.rest/actions/workflows/tests.yml/badge.svg\n :alt: Github Actions Status\n- :target: https://github.com/plone/plone.rest/actions?query=workflow%3A%22plone.rest+CI%22\n+ :target: https://github.com/plone/plone.rest/actions/workflows/tests.yml\n \n .. image:: https://img.shields.io/coveralls/github/plone/plone.rest.svg\n :alt: Coveralls github\ndiff --git a/base.cfg b/base.cfg\nindex 10182f5..51763bc 100644\n--- a/base.cfg\n+++ b/base.cfg\n@@ -61,5 +61,5 @@ eggs =\n \n [sources]\n plone.dexterity = git git://github.com/plone/plone.dexterity.git pushurl=git@github.com:plone/plone.dexterity.git branch=plip-680\n-plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=master\n+plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=main\n Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git pushurl=git@github.com:plone/Products.CMFPlone.git branch=4.3.x-plip-680\n' +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'