Commit 69398e24 authored by Kristopher Ruzic's avatar Kristopher Ruzic

Updates software/erp5/software.cfg to point to working commits

This is prep for a release tag. Also reverts changes to stack/slapos.cfg to avoid merge conflicts.
In stack/erp5/buildout.cfg, all eggs are updated to the latest versions and pinned.
parent 54fd634d
[buildout] [buildout]
extends = extends =
../../stack/erp5/buildout.cfg ../../stack/erp5/buildout.cfg
[erp5]
revision = 5d873c30d244ca4f47b37a09589468040f7bb2ee
[slapos.cookbook-repository]
revision = 400ccad4df317bcbee063a95dbcf02c2abfa0278
...@@ -296,7 +296,7 @@ extra-context = ...@@ -296,7 +296,7 @@ extra-context =
[template-erp5] [template-erp5]
< = download-base < = download-base
filename = instance-erp5.cfg.in filename = instance-erp5.cfg.in
md5sum = 535e8089acf808efe1d4e55328404ce3 md5sum = 4aca7b8633c12ad6a0fe2ac569648c82
[template-zeo] [template-zeo]
< = download-base < = download-base
...@@ -601,18 +601,23 @@ ZODB3 = 3.10.5+SlapOSPatched001 ...@@ -601,18 +601,23 @@ ZODB3 = 3.10.5+SlapOSPatched001
# specify dev version to be sure that an old released version is not used # specify dev version to be sure that an old released version is not used
cloudooo = 1.2.5-dev cloudooo = 1.2.5-dev
# use newer version than specified in ZTK
PasteDeploy = 1.5.2
Pygments = 2.0.2
coverage = 3.7.1
# test_UserManagerInterfaces in testERP5Security fails with 1.10.0.
Products.PluggableAuthService = 1.9.0
# official pysvn egg does not supports --include-dirs and # official pysvn egg does not supports --include-dirs and
# --library-dirs, so we use our modified version # --library-dirs, so we use our modified version
pysvn = 1.7.4nxd006 pysvn = 1.7.4nxd006
# newer version requires zope.traversing>=4.0.0a2. # we are still using this old stable version.
zope.app.appsetup = 3.16.0 rdiff-backup = 1.0.5
# newer version requires zope.i18n>=4.0.0a3
zope.app.publication = 3.14.0
# newer version requires zope.testbrowser>=4 # use newest version of slapos.cookbook
zope.app.testing = 3.8.1 slapos.cookbook =
# modified version that works fine for buildout installation # modified version that works fine for buildout installation
SOAPpy = 0.12.0nxd001 SOAPpy = 0.12.0nxd001
...@@ -624,6 +629,15 @@ Products.CMFDefault = 2.2.4 ...@@ -624,6 +629,15 @@ Products.CMFDefault = 2.2.4
Products.CMFTopic = 2.2.1 Products.CMFTopic = 2.2.1
Products.CMFUid = 2.2.1 Products.CMFUid = 2.2.1
# newer version requires zope.traversing>=4.0.0a2.
zope.app.appsetup = 3.16.0
# newer version requires zope.i18n>=4.0.0a3
zope.app.publication = 3.14.0
# newer version requires zope.testbrowser>=4
zope.app.testing = 3.8.1
# Pinned versions # Pinned versions
MySQL-python = 1.2.5 MySQL-python = 1.2.5
Pillow = 2.8.1 Pillow = 2.8.1
...@@ -633,7 +647,6 @@ Products.ExternalEditor = 1.1.0 ...@@ -633,7 +647,6 @@ Products.ExternalEditor = 1.1.0
Products.GenericSetup = 1.7.5 Products.GenericSetup = 1.7.5
Products.LongRequestLogger = 1.1.0 Products.LongRequestLogger = 1.1.0
Products.MimetypesRegistry = 2.0.7 Products.MimetypesRegistry = 2.0.7
Products.PluggableAuthService = 1.10.0
Products.PluginRegistry = 1.3 Products.PluginRegistry = 1.3
Products.TIDStorage = 5.4.9 Products.TIDStorage = 5.4.9
PyPDF2 = 1.24 PyPDF2 = 1.24
...@@ -644,14 +657,16 @@ WSGIUtils = 0.7 ...@@ -644,14 +657,16 @@ WSGIUtils = 0.7
apache-libcloud = 0.17.0 apache-libcloud = 0.17.0
astroid = 1.3.6 astroid = 1.3.6
chardet = 2.3.0 chardet = 2.3.0
collective.recipe.template = 1.11
csp-eventlet = 0.7.0 csp-eventlet = 0.7.0
ecdsa = 0.13 ecdsa = 0.13
elementtree = 1.2.6.post20050316 elementtree = 1.2.6.post20050316
erp5diff = 0.8.1.7 erp5diff = 0.8.1.7
eventlet = 0.17.4 eventlet = 0.17.4
five.formlib = 1.0.4
five.localsitemanager = 2.0.5 five.localsitemanager = 2.0.5
gitdb = 0.6.4 gitdb = 0.6.4
greenlet = 0.4.7 greenlet = 0.4.6
http-parser = 0.8.3 http-parser = 0.8.3
httplib2 = 0.9.1 httplib2 = 0.9.1
huBarcode = 1.0.0 huBarcode = 1.0.0
...@@ -659,7 +674,6 @@ interval = 1.0.0 ...@@ -659,7 +674,6 @@ interval = 1.0.0
ipdb = 0.8.1 ipdb = 0.8.1
ipython = 3.1.0 ipython = 3.1.0
logilab-common = 0.63.2 logilab-common = 0.63.2
neoppod = 1.3
numpy = 1.9.2 numpy = 1.9.2
plone.recipe.command = 1.1 plone.recipe.command = 1.1
ply = 3.6 ply = 3.6
...@@ -673,7 +687,6 @@ python-ldap = 2.4.19 ...@@ -673,7 +687,6 @@ python-ldap = 2.4.19
python-magic = 0.4.6 python-magic = 0.4.6
python-memcached = 1.54 python-memcached = 1.54
qrcode = 5.1 qrcode = 5.1
rdiff-backup = 1.0.5
restkit = 4.2.2 restkit = 4.2.2
rtjp-eventlet = 0.3.2 rtjp-eventlet = 0.3.2
slapos.recipe.template = 2.7 slapos.recipe.template = 2.7
...@@ -684,10 +697,9 @@ spyne = 2.11.0 ...@@ -684,10 +697,9 @@ spyne = 2.11.0
suds = 0.4 suds = 0.4
threadframe = 0.2 threadframe = 0.2
timerserver = 2.0.2 timerserver = 2.0.2
urlnorm = 1.1.3 urlnorm = 1.1.2
uuid = 1.30 uuid = 1.30
validictory = 1.0.0 validictory = 1.0.0
xfw = 0.10
xupdate-processor = 0.4 xupdate-processor = 0.4
# Required by: # Required by:
......
...@@ -71,8 +71,7 @@ networkcache-section = networkcache ...@@ -71,8 +71,7 @@ networkcache-section = networkcache
[slapos.cookbook-repository] [slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/slapos.git repository = http://git.erp5.org/repos/slapos.git
branch = erp5-cluster branch = master
revision = e20fb6ea96c70c472c024220ff272e9b3b53cd70
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[slapos-cookbook-develop] [slapos-cookbook-develop]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment