Skip to content

Commit

Permalink
[fc] Repository: plone.rest
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2023-09-22T18:37:06+02:00
Author: Timo Stollenwerk (tisto) <[email protected]>
Commit: plone/plone.rest@bd6d112

Update Plone/Python support section. (#158)

* Update Plone/Python support section.

* Update README.rst

Co-authored-by: Steve Piercy &lt;[email protected]&gt;

* Update README.rst

Co-authored-by: Steve Piercy &lt;[email protected]&gt;

* Update README

* Update README.rst

Co-authored-by: Maurits van Rees &lt;[email protected]&gt;

---------

Co-authored-by: Steve Piercy &lt;[email protected]&gt;
Co-authored-by: Maurits van Rees &lt;[email protected]&gt;

Files changed:
M README.rst
  • Loading branch information
tisto committed Sep 22, 2023
1 parent 2db3c4e commit c38856c
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,35 @@ Repository: plone.rest


Branch: refs/heads/main
Date: 2023-09-22T10:12:37+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: https://github.com/plone/plone.rest/commit/f6d7bc858786fd99ed515e63d6703f1f1c866172
Date: 2023-09-22T18:37:06+02:00
Author: Timo Stollenwerk (tisto) <[email protected].com>
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 &lt;[email protected]&gt;

* Update README.rst

Co-authored-by: Steve Piercy &lt;[email protected]&gt;

* Update README

* Update README.rst

Co-authored-by: Maurits van Rees &lt;[email protected]&gt;

---------

Co-authored-by: Steve Piercy &lt;[email protected]&gt;
Co-authored-by: Maurits van Rees &lt;[email protected]&gt;

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 [email protected]:plone/plone.dexterity.git branch=plip-680\n-plone.rest = git git://github.com/plone/plone.rest.git [email protected]:plone/plone.rest.git branch=master\n+plone.rest = git git://github.com/plone/plone.rest.git [email protected]:plone/plone.rest.git branch=main\n Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git [email protected]: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'

0 comments on commit c38856c

Please sign in to comment.