Skip to content

Commit

Permalink
[fc] Repository: plone.autoinclude
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2022-02-07T15:47:38+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.autoinclude@d66b768

Test-only fix: pin exact pip version for buildout3.

zc.buildout 3.0.0rc1 does not work with pip 22+.

Files changed:
M tox.ini
Repository: plone.autoinclude

Branch: refs/heads/main
Date: 2022-02-07T15:53:15+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.autoinclude@169c395

Merge pull request #15 from plone/maurits-fix-buildout3-tests

Test-only fix: pin exact pip version for buildout3.

Files changed:
M tox.ini
  • Loading branch information
mauritsvanrees committed Feb 7, 2022
1 parent 3d557a2 commit 71267b9
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
Repository: plone.volto
Repository: plone.autoinclude


Branch: refs/heads/main
Date: 2022-02-04T10:42:10+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: https://github.com/plone/plone.volto/commit/20c62c943426e13e26ddb031842bd0fa0bff8e1a
Date: 2022-02-07T15:47:38+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/plone.autoinclude/commit/d66b768f5a48b8738979b53fe3f15bad9dab068c

Preparing release 4.0.0a3
Test-only fix: pin exact pip version for buildout3.

zc.buildout 3.0.0rc1 does not work with pip 22+.

Files changed:
M CHANGES.rst
M setup.py
M tox.ini

b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 816b497..1440afe 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -1,7 +1,7 @@\n Changelog\n =========\n \n-4.0.0a3 (unreleased)\n+4.0.0a3 (2022-02-04)\n --------------------\n \n - Fix Multilingual profile, revert to use draftJS (until slate is integrated into Volto)\ndiff --git a/setup.py b/setup.py\nindex e05016d..c192e66 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -24,7 +24,7 @@ def readfile(name):\n \n setup(\n name="plone.volto",\n- version="4.0.0a3.dev0",\n+ version="4.0.0a3",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n # Get more from https://pypi.org/classifiers/\n'
b"diff --git a/tox.ini b/tox.ini\nindex 7e409f1..b052794 100644\n--- a/tox.ini\n+++ b/tox.ini\n@@ -158,7 +158,7 @@ setenv =\n # Work around 'TypeError: dist must be a Distribution instance' on GHA:\n SETUPTOOLS_USE_DISTUTILS = stdlib\n deps =\n- pip >= 21.3.1\n+ pip == 21.3.1\n setuptools >= 60.2.0\n zc.buildout >= 3.0.0rc1\n commands_pre =\n"

Repository: plone.volto
Repository: plone.autoinclude


Branch: refs/heads/main
Date: 2022-02-04T10:42:23+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: https://github.com/plone/plone.volto/commit/116983676375e1b0d3431559482087ee0004e894
Date: 2022-02-07T15:53:15+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/plone.autoinclude/commit/169c39563351c2b86838bdfd5ccc831c5c295c2b

Merge pull request #15 from plone/maurits-fix-buildout3-tests

Back to development: 4.0.0a4
Test-only fix: pin exact pip version for buildout3.

Files changed:
M CHANGES.rst
M setup.py
M tox.ini

b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 1440afe..63d2c60 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -1,6 +1,12 @@\n Changelog\n =========\n \n+4.0.0a4 (unreleased)\n+--------------------\n+\n+- Nothing changed yet.\n+\n+\n 4.0.0a3 (2022-02-04)\n --------------------\n \ndiff --git a/setup.py b/setup.py\nindex c192e66..71dd42f 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -24,7 +24,7 @@ def readfile(name):\n \n setup(\n name="plone.volto",\n- version="4.0.0a3",\n+ version="4.0.0a4.dev0",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n # Get more from https://pypi.org/classifiers/\n'
b"diff --git a/tox.ini b/tox.ini\nindex 7e409f1..b052794 100644\n--- a/tox.ini\n+++ b/tox.ini\n@@ -158,7 +158,7 @@ setenv =\n # Work around 'TypeError: dist must be a Distribution instance' on GHA:\n SETUPTOOLS_USE_DISTUTILS = stdlib\n deps =\n- pip >= 21.3.1\n+ pip == 21.3.1\n setuptools >= 60.2.0\n zc.buildout >= 3.0.0rc1\n commands_pre =\n"

0 comments on commit 71267b9

Please sign in to comment.