Skip to content

Commit

Permalink
extend versions from dist.plone.org in constraints files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Apr 14, 2019
1 parent 6a1cfcd commit f66764d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Changelog
4.0.3 (unreleased)
------------------

- Fix travis setup in addon template.
- Fix travis setup in generated addon template.
[erral]

- extend versions from dist.plone.org in constraints files, to stay in sync with the buildout versions from there
[MrTango]


4.0.2 (2019-03-25)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bobtemplates/plone/addon/.travis.yml.bob
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- python: "3.7"
env: PLONE_VERSION=52
dist: xenial
sudo: true
sudo: true
fast_finish: true
before_install:
- virtualenv -p `which python` .
Expand Down
5 changes: 3 additions & 2 deletions bobtemplates/plone/addon/constraints_plone50.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==27.3.0
zc.buildout==2.5.3
-c https://dist.plone.org/release/5.0-latest/requirements.txt
# setuptools==27.3.0
# zc.buildout==2.5.3
5 changes: 3 additions & 2 deletions bobtemplates/plone/addon/constraints_plone51.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==40.2.0
zc.buildout==2.12.2
-c https://dist.plone.org/release/5.1-latest/requirements.txt
# setuptools==40.2.0
# zc.buildout==2.12.2
5 changes: 3 additions & 2 deletions bobtemplates/plone/addon/constraints_plone52.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==40.2.0
zc.buildout==2.12.2
-c https://dist.plone.org/release/5.2-latest/requirements.txt
# setuptools==40.2.0
# zc.buildout==2.12.2

0 comments on commit f66764d

Please sign in to comment.