Skip to content

Commit

Permalink
Merge branch 'master' into extract-cmfplone-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Sep 11, 2018
2 parents 2a5f310 + 4b14683 commit 3ad2d02
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ all: .installed.cfg
bin/buildout

bin/buildout: bin/pip
bin/pip install --upgrade pip setuptools zc.buildout
bin/pip install --upgrade pip
bin/pip install -r requirements.txt
@touch -c $@

bin/python bin/pip:
Expand Down
2 changes: 1 addition & 1 deletion plone-4.3.x.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[buildout]
extends =
base.cfg
http://dist.plone.org/release/4.3.15/versions.cfg
http://dist.plone.org/release/4.3.18/versions.cfg
versions.cfg
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://github.com/plone/buildout.coredev/blob/5.1/requirements.txt
setuptools==38.5.1
zc.buildout==2.11.4
setuptools==39.1.0
zc.buildout==2.11.5
7 changes: 5 additions & 2 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[versions]
# setuptools / buildout
setuptools =
zc.buildout =
zc.recipe.egg =
zc.recipe.egg = 2.0.3

six = 1.10.0
httpie = 0.9.4
# https://github.com/plone/plone.recipe.zope2instance/issues/37

# Fix https://github.com/plone/plone.recipe.zope2instance/issues/37
plone.recipe.zope2instance = 4.4.0

# Release
Expand Down

0 comments on commit 3ad2d02

Please sign in to comment.