Commit a248b8de authored by Rafael Monnerat's avatar Rafael Monnerat

zc.buildout version up 2.5.2+slapos005

  Upgrade officially all SR to latest zc.buildout version.
parent 7653a02e
......@@ -131,7 +131,4 @@ interpreter = py
scripts = py
[versions]
setuptools = 28.8.0
slapos.rebootstrap = 3.7
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
......@@ -2,10 +2,6 @@
extends = common.cfg
[versions]
setuptools = 28.8.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
PyRSS2Gen = 1.1
apache-libcloud = 0.19.0
cns.recipe.symlink = 0.2.3
......
......@@ -82,5 +82,3 @@ packages +=
[versions]
setuptools = 30.1.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
......@@ -67,6 +67,3 @@ md5sum = 8e171816b6caef52ac75c2f8f6a69fc3
PyXML = 0.8.5
erp5.util = 0.4.46
slapos.recipe.template = 2.7
setuptools = 28.8.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
......@@ -47,5 +47,3 @@ md5sum = 78b77a6bda9958f547f7d89b747731e3
[versions]
setuptools = 30.1.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
......@@ -108,9 +108,6 @@ filename = registry-run.in
md5sum = 0bf4f2c03e06b55c6c6cc55fa33e65d6
[versions]
setuptools = 28.8.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
apache-libcloud = 0.17.0
ecdsa = 0.13
gitdb = 0.6.4
......
......@@ -170,7 +170,3 @@ interpreter = pythonwitheggs
eggs +=
supervisor
[versions]
setuptools = 28.8.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
......@@ -99,9 +99,9 @@ eggs =
[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.7.1.post14
zc.buildout = 2.5.2+slapos005
# Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2)
zc.recipe.egg = 1.3.2.post5
zc.recipe.egg = 2.0.3+slapos002
# Use own version of h.r.download to be able to open .xz and .lz archives
hexagonit.recipe.download = 1.7.post4
......@@ -133,7 +133,7 @@ pyasn1 = 0.2.1
pyparsing = 2.1.10
pytz = 2016.10
requests = 2.13.0
setuptools = 19.6.2
setuptools = 28.8.0
six = 1.10.0
slapos.cookbook = 1.0.48
slapos.core = 1.3.18
......
  • Can we also bump setuptools to 30.1.0 ?

    /cc @kazuhiko

  • Is there any reason to choose 30.1.0 ?

    I'm worrying about zc.buildout's commit 'Updated to work with the latest setuptools' that is not yet included in our fork, and wondering what is the latest version that we can safely use without any further change.

  • I know that the latest setuptools breaks things, but 30.1.0 is already quite old and it's known to work well in SlapOS.

    Is there any reason to choose 30.1.0 ?

    At least for slapos.buildout!8 (closed)

  • AFAIK, slapos.package uses bootstrap-buildout.py script to create packages.

    $ python2.7 -S bootstrap-buildout.py --buildout-version=2.5.2+slapos005 -f http://www.nexedi.org/static/packages/source/slapos.buildout/
    ez_setup.py is deprecated and when using it setuptools will be pinned to 33.1.1 since it's the last version that supports setuptools self upgrade/installation, check https://github.com/pypa/setuptools/issues/581 for more info; use pip to install setuptools

    So I will try 33.1.1 on erp5-component branch.

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