Commit 49a2cd67 authored by Hanno Schlichting's avatar Hanno Schlichting

Update dependencies to latest versions.

parent 30fed2c1
...@@ -34,18 +34,14 @@ Products.StandardCacheManagers = 3.0 ...@@ -34,18 +34,14 @@ Products.StandardCacheManagers = 3.0
# ZTK KGS overrides # ZTK KGS overrides
# Zope2 dependencies # Zope2 dependencies
collective.recipe.sphinxbuilder = 0.8.2 collective.recipe.sphinxbuilder = 1.0
five.globalrequest = 1.0 five.globalrequest = 1.0
mechanize = 0.2.5 mechanize = 0.2.5
repoze.retry = 1.3 repoze.retry = 1.4
repoze.tm2 = 2.0 repoze.tm2 = 2.1
repoze.who = 2.2 repoze.who = 2.3
RestrictedPython = 3.6.0 RestrictedPython = 3.6.0
zope.globalrequest = 1.2 zope.globalrequest = 1.2
zope.sequencesort = 4.0.1 zope.sequencesort = 4.0.1
zope.testbrowser = 3.11.1 zope.testbrowser = 3.11.1
ZODB = 4.2.0
sphinx-rtd-theme = 0.1.9 sphinx-rtd-theme = 0.1.9
alabaster = 0.7.7
Babel = 2.2.0
snowballstemmer = 1.2.1
...@@ -22,16 +22,16 @@ zope.deferredimport = 4.1.0 ...@@ -22,16 +22,16 @@ zope.deferredimport = 4.1.0
zope.deprecation = 4.1.2 zope.deprecation = 4.1.2
zope.dottedname = 4.1.0 zope.dottedname = 4.1.0
zope.dublincore = 4.1.1 zope.dublincore = 4.1.1
zope.error = 4.2.0 zope.error = 4.3.0
zope.event = 4.1.0 zope.event = 4.2.0
zope.exceptions = 4.0.8 zope.exceptions = 4.0.8
zope.filerepresentation = 4.1.0 zope.filerepresentation = 4.1.0
zope.formlib = 4.3.0 zope.formlib = 4.3.0
zope.hookable = 4.0.4 zope.hookable = 4.0.4
zope.i18n = 4.1.0 zope.i18n = 4.1.0
zope.i18nmessageid = 4.0.3 zope.i18nmessageid = 4.0.3
zope.index = 4.1.0 zope.index = 4.2.0
zope.interface = 4.1.3 zope.interface = 4.2.0
zope.intid = 4.1.0 zope.intid = 4.1.0
zope.keyreference = 4.1.0 zope.keyreference = 4.1.0
zope.lifecycleevent = 4.1.0 zope.lifecycleevent = 4.1.0
...@@ -40,14 +40,14 @@ zope.login = 2.0.0 ...@@ -40,14 +40,14 @@ zope.login = 2.0.0
zope.mimetype = 2.0.0 zope.mimetype = 2.0.0
zope.minmax = 2.1.0 zope.minmax = 2.1.0
zope.pagetemplate = 4.2.1 zope.pagetemplate = 4.2.1
zope.password = 4.1.0 zope.password = 4.2.0
zope.pluggableauth = 2.0.0 zope.pluggableauth = 2.1.0
zope.principalannotation = 4.1.1 zope.principalannotation = 4.1.1
zope.principalregistry = 4.0.0 zope.principalregistry = 4.0.0
zope.processlifetime = 2.1.0 zope.processlifetime = 2.1.0
zope.proxy = 4.1.6 zope.proxy = 4.2.0
zope.ptresource = 4.0.0 zope.ptresource = 4.0.0
zope.publisher = 4.2.2 zope.publisher = 4.3.0
zope.ramcache = 2.1.0 zope.ramcache = 2.1.0
zope.schema = 4.4.2 zope.schema = 4.4.2
zope.security = 4.0.3 zope.security = 4.0.3
...@@ -57,41 +57,45 @@ zope.session = 4.1.0 ...@@ -57,41 +57,45 @@ zope.session = 4.1.0
zope.site = 4.0.0 zope.site = 4.0.0
zope.size = 4.1.0 zope.size = 4.1.0
zope.structuredtext = 4.1.0 zope.structuredtext = 4.1.0
zope.tal = 4.1.1 zope.tal = 4.2.0
zope.tales = 4.1.1 zope.tales = 4.1.1
zope.testing = 4.5.0 zope.testing = 4.5.0
zope.testrunner = 4.4.10 zope.testrunner = 4.5.1
zope.traversing = 4.0.0 zope.traversing = 4.0.0
zope.viewlet = 4.0.0 zope.viewlet = 4.0.0
# Dependencies # Dependencies
BTrees = 4.2.0 Babel = 2.3.4
BTrees = 4.3.1
Jinja2 = 2.8 Jinja2 = 2.8
MarkupSafe = 0.23 MarkupSafe = 0.23
PasteDeploy = 1.5.2 PasteDeploy = 1.5.2
Pygments = 2.1 Pygments = 2.1.3
Sphinx = 1.3.5 Sphinx = 1.4.5
WebOb = 1.5.1 WebOb = 1.6.1
WebTest = 2.0.20 WebTest = 2.0.21
ZConfig = 3.1.0 ZConfig = 3.1.0
coverage = 4.0.3 alabaster = 0.7.8
coverage = 4.1
docutils = 0.12 docutils = 0.12
extras = 0.0.3 extras = 1.0.0
imagesize = 0.7.1
nose = 1.3.7 nose = 1.3.7
ordereddict = 1.1 ordereddict = 1.1
persistent = 4.1.1 persistent = 4.2.1
py = 1.4.31 py = 1.4.31
python-gettext = 3.0 python-gettext = 3.0
python-mimeparse = 1.5.1 python-mimeparse = 1.5.2
python-subunit = 1.2.0 python-subunit = 1.2.0
pytz = 2015.7 pytz = 2016.6.1
setuptools = 19.7 setuptools = 24.0.3
six = 1.10.0 six = 1.10.0
testtools = 2.0.0 snowballstemmer = 1.2.1
transaction = 1.4.4 testtools = 2.2.0
transaction = 1.6.1
z3c.recipe.sphinxdoc = 1.0.0 z3c.recipe.sphinxdoc = 1.0.0
zc.buildout = 2.5.0 zc.buildout = 2.5.2
zc.lockfile = 1.1.0 zc.lockfile = 1.2.1
zc.recipe.egg = 2.0.3 zc.recipe.egg = 2.0.3
zc.recipe.testrunner = 2.0.0 zc.recipe.testrunner = 2.0.0
zdaemon = 4.1.0 zdaemon = 4.1.0
...@@ -101,27 +105,20 @@ zodbpickle = 0.6.0 ...@@ -101,27 +105,20 @@ zodbpickle = 0.6.0
RestrictedPython = 3.6.0 RestrictedPython = 3.6.0
zope.untrustedpython = 4.0.0 zope.untrustedpython = 4.0.0
# Missing Py 3 port: Paste = 2.0.3
# XXX: Where do we need that? PasteScript = 2.0.2
Paste = 1.7.5.1
# PasteScript should not be needed anymore, since zope.paste supports serving
# directly now.
PasteScript = 1.7.5
# XXX: Where is this needed?
unittest2 = 1.1.0 unittest2 = 1.1.0
# Should just be ported. # Should just be ported.
zc.resourcelibrary = 1.3.4 zc.resourcelibrary = 1.3.4
zope.mkzeoinstance = 3.9.6 zope.mkzeoinstance = 3.9.6
# Needs merge of py3 branch. ZODB = 4.3.1
ZODB = 4.1.0
# Do we really need ZEO?
ZEO = 4.1.0 ZEO = 4.1.0
# toolchain # toolchain
argparse = 1.4.0 argparse = 1.4.0
lxml = 3.5.0 lxml = 3.6.0
mr.developer = 1.34 mr.developer = 1.34
repoze.sphinx.autointerface = 0.7.1 repoze.sphinx.autointerface = 0.8
collective.recipe.cmd = 0.11 collective.recipe.cmd = 0.11
# Missing py3 port # Missing py3 port
z3c.checkversions = 0.5 z3c.checkversions = 0.5
......
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