Commit b6ca7510 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Pin software versions.

The version of z3c.pt, Chameleon and sourcecodegen were not pinned in
ERP5-Zope2.
We pin them to the same version used in our client project.
parent 20b7554e
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
Zope2 = 2.13.30 Zope2 = 2.13.30
AccessControl = 2.13.16 AccessControl = 2.13.16
Acquisition = 2.13.12 Acquisition = 2.13.12
Chameleon = 3.2
DateTime = 2.12.8 DateTime = 2.12.8
DocumentTemplate = 2.13.6 DocumentTemplate = 2.13.6
ExtensionClass = 2.13.2 ExtensionClass = 2.13.2
...@@ -54,6 +55,7 @@ repoze.tm2 = 1.0 ...@@ -54,6 +55,7 @@ repoze.tm2 = 1.0
repoze.who = 2.0 repoze.who = 2.0
scandir = 1.10.0 scandir = 1.10.0
six = 1.14.0 six = 1.14.0
sourcecodegen = 0.6.14
tempstorage = 2.12.2 tempstorage = 2.12.2
toml = 0.10.0 toml = 0.10.0
tox = 3.14.4 tox = 3.14.4
...@@ -61,6 +63,7 @@ transaction = 1.1.1 ...@@ -61,6 +63,7 @@ transaction = 1.1.1
typing = 3.7.4.1 typing = 3.7.4.1
virtualenv = 20.0.4 virtualenv = 20.0.4
z3c.checkversions = 1.1 z3c.checkversions = 1.1
z3c.pt = 3.1.0
zExceptions = 2.13.0 zExceptions = 2.13.0
zLOG = 2.11.2 zLOG = 2.11.2
zc.lockfile = 1.0.2 zc.lockfile = 1.0.2
......
...@@ -71,6 +71,7 @@ zope.documenttemplate = 3.4.3 ...@@ -71,6 +71,7 @@ zope.documenttemplate = 3.4.3
# Dependencies # Dependencies
# Needed for the mechanize 0.1.x. # Needed for the mechanize 0.1.x.
Chameleon = 3.2
ClientForm = 0.2.10 ClientForm = 0.2.10
distribute = 0.6.49 distribute = 0.6.49
docutils = 0.7 docutils = 0.7
...@@ -86,6 +87,7 @@ python-gettext = 1.0 ...@@ -86,6 +87,7 @@ python-gettext = 1.0
pytz = 2013b pytz = 2013b
RestrictedPython = 3.6.0 RestrictedPython = 3.6.0
setuptools = 12.2 setuptools = 12.2
sourcecodegen = 0.6.14
Sphinx = 1.0.8 Sphinx = 1.0.8
transaction = 1.1.1 transaction = 1.1.1
unittest2 = 0.5.1 unittest2 = 0.5.1
...@@ -107,6 +109,7 @@ mr.developer = 1.25 ...@@ -107,6 +109,7 @@ mr.developer = 1.25
tl.eggdeps = 0.4 tl.eggdeps = 0.4
nose = 1.1.2 nose = 1.1.2
z3c.checkversions = 0.4.2 z3c.checkversions = 0.4.2
z3c.pt = 3.1.0
z3c.recipe.compattest = 0.12.2 z3c.recipe.compattest = 0.12.2
z3c.recipe.depgraph = 0.5 z3c.recipe.depgraph = 0.5
zope.kgs = 1.2.0 zope.kgs = 1.2.0
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