Commit b48b0ed7 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: version up Zope 4.8.9

parent d3ce078f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
extends = extends =
# versions pins from zope, vendored with: # versions pins from zope, vendored with:
# curl https://zopefoundation.github.io/Zope/releases/4.8.8/versions-prod.cfg > zope-versions.cfg # curl https://zopefoundation.github.io/Zope/releases/4.8.9/versions-prod.cfg > zope-versions.cfg
# When updating, keep in mind that some versions are defined in other places, # When updating, keep in mind that some versions are defined in other places,
# for example component/ZEO , component/ZODB and stack/slapos # for example component/ZEO , component/ZODB and stack/slapos
zope-versions.cfg zope-versions.cfg
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
# Version pins for required and commonly used dependencies. # Version pins for required and commonly used dependencies.
[versions] [versions]
Zope = 4.8.8 Zope = 4.8.9
Zope2 = 4.0 Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4. # AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3 AccessControl = 4.4
Acquisition = 4.13 Acquisition = 4.13
AuthEncoding = 4.3 AuthEncoding = 4.3
BTrees = 4.11.3 BTrees = 4.11.3
...@@ -23,7 +23,7 @@ Products.BTreeFolder2 = 4.4 ...@@ -23,7 +23,7 @@ Products.BTreeFolder2 = 4.4
Products.ZCatalog = 5.4 Products.ZCatalog = 5.4
Record = 3.6 Record = 3.6
# RestrictedPython >= 6 no longer supports Zope 4 # RestrictedPython >= 6 no longer supports Zope 4
RestrictedPython = 5.2 RestrictedPython = 5.4
WSGIProxy2 = 0.5.1 WSGIProxy2 = 0.5.1
WebOb = 1.8.7 WebOb = 1.8.7
WebTest = 3.0.0 WebTest = 3.0.0
...@@ -59,7 +59,7 @@ zope.cachedescriptors = 4.4 ...@@ -59,7 +59,7 @@ zope.cachedescriptors = 4.4
zope.component = 5.0.1 zope.component = 5.0.1
zope.componentvocabulary = 2.3.0 zope.componentvocabulary = 2.3.0
zope.configuration = 4.4.1 zope.configuration = 4.4.1
zope.container = 4.10 zope.container = 5.1
zope.contentprovider = 4.2.1 zope.contentprovider = 4.2.1
zope.contenttype = 4.6 zope.contenttype = 4.6
zope.datetime = 4.3.0 zope.datetime = 4.3.0
...@@ -119,6 +119,8 @@ multipart = 0.1.1 ...@@ -119,6 +119,8 @@ multipart = 0.1.1
waitress = 1.4.4 waitress = 1.4.4
# zope.dottedname >= 5 requires Python 3.6 or higher # zope.dottedname >= 5 requires Python 3.6 or higher
zope.dottedname = 4.3 zope.dottedname = 4.3
# zope.container 5.x requires Python 3.7 or higher
zope.container = 4.10
[versions:python35] [versions:python35]
# DocumentTemplate 4+ cannot be installed on Zope 4 for Python 3.5 # DocumentTemplate 4+ cannot be installed on Zope 4 for Python 3.5
...@@ -135,6 +137,8 @@ mock = 3.0.5 ...@@ -135,6 +137,8 @@ mock = 3.0.5
waitress = 1.4.4 waitress = 1.4.4
# zope.dottedname >= 5 requires Python 3.6 or higher # zope.dottedname >= 5 requires Python 3.6 or higher
zope.dottedname = 4.3 zope.dottedname = 4.3
# zope.container 5.x requires Python 3.7 or higher
zope.container = 4.10
[versions:python36] [versions:python36]
# PasteDeploy >3 requires Python 3.7 # PasteDeploy >3 requires Python 3.7
...@@ -143,3 +147,5 @@ PasteDeploy = 2.1.1 ...@@ -143,3 +147,5 @@ PasteDeploy = 2.1.1
WSGIProxy2 = 0.4.6 WSGIProxy2 = 0.4.6
# waitress 2.1 requires Python 3.7 or higher # waitress 2.1 requires Python 3.7 or higher
waitress = 2.0.0 waitress = 2.0.0
# zope.container 5.x requires Python 3.7 or higher
zope.container = 4.10
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