Commit 9aff750e authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: version up Zope 4.8.5

parent 85e7734b
Pipeline #25507 failed with stage
in 0 seconds
......@@ -2,8 +2,8 @@
extends =
# versions pins from zope, vendored with
# curl https://zopefoundation.github.io/Zope/releases/4.8.3/versions.cfg | sed -e s/versions-prod.cfg/zope-versions.cfg/g > ztk-versions.cfg
# curl https://zopefoundation.github.io/Zope/releases/4.8.3/versions-prod.cfg > zope-versions.cfg
# curl https://zopefoundation.github.io/Zope/releases/4.8.5/versions.cfg | sed -e s/versions-prod.cfg/zope-versions.cfg/g > ztk-versions.cfg
# curl https://zopefoundation.github.io/Zope/releases/4.8.5/versions-prod.cfg > zope-versions.cfg
ztk-versions.cfg
zope-versions.cfg
buildout.hash.cfg
......
......@@ -2,43 +2,44 @@
# Version pins for required and commonly used dependencies.
[versions]
Zope = 4.8.3
Zope = 4.8.5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3
Acquisition = 4.10
Acquisition = 4.13
AuthEncoding = 4.3
BTrees = 4.10.0
Chameleon = 3.9.1
DateTime = 4.4
DocumentTemplate = 4
ExtensionClass = 4.6
Missing = 4.1
BTrees = 4.11.3
Chameleon = 3.10.1
DateTime = 4.8
DocumentTemplate = 4.1
ExtensionClass = 4.9
Missing = 4.2
MultiMapping = 4.1
Paste = 3.5.0
PasteDeploy = 2.1.1
Persistence = 3.3
Products.BTreeFolder2 = 4.3
Paste = 3.5.2
PasteDeploy = 3.0.1
Persistence = 3.6
Products.BTreeFolder2 = 4.4
# ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.4
Record = 3.5
Record = 3.6
# RestrictedPython >= 6 no longer supports Zope 4
RestrictedPython = 5.2
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
WebTest = 3.0.0
ZConfig = 3.6.0
ZConfig = 3.6.1
ZEO = 5.3.0
ZODB = 5.7.0
ZODB = 5.8.0
five.globalrequest = 99.1
five.localsitemanager = 3.3
five.localsitemanager = 3.4
funcsigs = 1.0.2
future = 0.18.2
ipaddress = 1.0.23
mock = 4.0.3
multipart = 0.2.4
pbr = 5.9.0
persistent = 4.9.0
pytz = 2022.1
pbr = 5.11.0
persistent = 4.9.3
pytz = 2022.6
roman = 3.3
shutilwhich = 1.1.0
six = 1.16.0
......@@ -47,59 +48,63 @@ waitress = 2.1.2
z3c.pt = 3.3.1
zExceptions = 4.2
zc.lockfile = 2.0
zdaemon = 4.3
zodbpickle = 2.3
zope.annotation = 4.7.0
zdaemon = 4.4
zodbpickle = 2.6
zope.annotation = 4.8
zope.browser = 2.4
zope.browsermenu = 4.4
zope.browserpage = 4.4.0
zope.browserresource = 4.4
zope.cachedescriptors = 4.3.1
zope.cachedescriptors = 4.4
zope.component = 5.0.1
zope.componentvocabulary = 2.3.0
zope.configuration = 4.4.1
zope.container = 4.5.0
zope.container = 4.10
zope.contentprovider = 4.2.1
zope.contenttype = 4.5.0
zope.contenttype = 4.6
zope.datetime = 4.3.0
zope.deferredimport = 4.4
zope.deprecation = 4.4.0
zope.dottedname = 5.0
zope.event = 4.5.0
zope.exceptions = 4.5
zope.event = 4.6
zope.exceptions = 4.6
zope.filerepresentation = 5.0.0
zope.formlib = 5.0.1
zope.globalrequest = 1.5
zope.hookable = 5.1.0
zope.globalrequest = 1.6
zope.hookable = 5.4
zope.i18n = 4.9.0
zope.i18nmessageid = 5.0.1
zope.interface = 5.4.0
zope.i18nmessageid = 5.1.1
zope.interface = 5.5.2
zope.lifecycleevent = 4.4
zope.location = 4.2
zope.location = 4.3
zope.pagetemplate = 4.6.0
zope.processlifetime = 2.3.0
zope.proxy = 4.5.0
zope.processlifetime = 2.4
zope.proxy = 4.6.1
zope.ptresource = 4.3.0
zope.publisher = 6.1.0
zope.ramcache = 2.4
zope.schema = 6.2.0
zope.security = 5.3
zope.sendmail = 5.2
zope.schema = 6.2.1
zope.security = 5.8
zope.sendmail = 5.3
zope.sequencesort = 4.2
zope.site = 4.5.0
zope.size = 4.3
zope.site = 4.6.1
zope.size = 4.4
zope.structuredtext = 4.4
zope.tal = 4.5
zope.tales = 5.1
zope.tales = 5.2
zope.testbrowser = 5.6.1
zope.testing = 4.10
zope.testrunner = 5.4.0
zope.testrunner = 5.6
zope.traversing = 4.4.1
zope.viewlet = 4.3
[versions:python27]
# Chameleon 3.10 doesn't work on Python 2.7
Chameleon = 3.9.1
# DocumentTemplate 4+ requires Python 3.5 or higher
DocumentTemplate = 3.4
# PasteDeploy >3 requires Python 3.7
PasteDeploy = 2.1.1
# WSGIProxy 0.5 and up requires Python 3.7 and up
WSGIProxy2 = 0.4.6
# WebTest 3.0 and up requires Python 3.6 and up
......@@ -118,6 +123,8 @@ zope.dottedname = 4.3
[versions:python35]
# DocumentTemplate 4+ cannot be installed on Zope 4 for Python 3.5
DocumentTemplate = 3.4
# PasteDeploy >3 requires Python 3.7
PasteDeploy = 2.1.1
# WSGIProxy 0.5 and up requires Python 3.7 and up
WSGIProxy2 = 0.4.6
# WebTest 3.0 and up requires Python 3.6 and up
......@@ -130,6 +137,8 @@ waitress = 1.4.4
zope.dottedname = 4.3
[versions:python36]
# PasteDeploy >3 requires Python 3.7
PasteDeploy = 2.1.1
# WSGIProxy 0.5 and up requires Python 3.7 and up
WSGIProxy2 = 0.4.6
# waitress 2.1 requires Python 3.7 or higher
......
......@@ -5,35 +5,36 @@ versions = versions
[versions]
# Version pins for development and optional dependencies.
Babel = 2.10.1
Babel = 2.11.0
Jinja2 = 3.1.2
MarkupSafe = 2.1.1
Pygments = 2.12.0
Sphinx = 5.0.0
Pygments = 2.13.0
Sphinx = 5.3.0
alabaster = 0.7.12
backports.functools-lru-cache = 1.6.4
beautifulsoup4 = 4.11.1
certifi = 2021.10.8
cffi = 1.15.0
chardet = 4.0.0
charset-normalizer = 2.0.12
certifi = 2022.12.7
cffi = 1.15.1
chardet = 5.1.0
# requests 2.28.1 requires charset-normalizer <3
charset-normalizer = 2.1.1
collective.recipe.template = 2.2
# sphinx-rtd-theme requires docutils <18
# sphinx-rtd-theme 1.1.1 requires docutils <0.18
docutils = 0.17.1
idna = 3.3
imagesize = 1.3.0
importlib-metadata = 4.12.0
idna = 3.4
imagesize = 1.4.1
importlib-metadata = 5.1.0
mr.developer = 2.0.1
packaging = 21.3
packaging = 22.0
plone.recipe.command = 1.1
pyparsing = 3.0.9
pycparser = 2.21
python-gettext = 4.0
requests = 2.27.1
python-gettext = 4.1
requests = 2.28.1
singledispatch = 3.7.0
snowballstemmer = 2.2.0
soupsieve = 2.3.2.post1
sphinx-rtd-theme = 1.0.0
sphinx-rtd-theme = 1.1.1
sphinxcontrib-applehelp = 1.0.2
sphinxcontrib-devhelp = 1.0.2
sphinxcontrib-htmlhelp = 2.0.0
......@@ -45,13 +46,13 @@ sphinxcontrib-websupport = 1.2.4
# ZConfig xml configurations, which still contain references to it
tempstorage = 5.2
typing = 3.10.0.0
typing-extensions = 4.1.1
urllib3 = 1.26.9
typing-extensions = 4.4.0
urllib3 = 1.26.13
z3c.checkversions = 1.2
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.2
zodbupdate = 1.5
zipp = 3.8.1
zipp = 3.11.0
[versions:python27]
# Babel 2.10 requires Python 3.6
......@@ -68,6 +69,10 @@ Sphinx = 1.8.5
beautifulsoup4 = 4.9.3
# Version 2020.4.5.2 and up claim no Python 2 support
certifi = 2020.4.5.1
# chardet >5 requires Python 3.6
chardet = 4.0.0
# charset-normalizer >=2.1 requires Python 3.6
charset-normalizer = 2.0.12
# idna 3 and up require Python 3
idna = 2.10
# packaging 21 and up requires Python 3.6
......@@ -76,8 +81,12 @@ packaging = 20.9
pip = 20.3.4
# pyparsing 3 and up require Python 3.6
pyparsing = 2.4.7
# requests >= 2.28 requires Python 3.7
requests = 2.27.1
# soupsieve 2 needs Python 3
soupsieve = 1.9.6
# typing-extensions >= 4 requires Python 3.6
typing-extensions = 3.10.0.2
[versions:python35]
# Babel 2.10 requires Python 3.6
......@@ -96,12 +105,20 @@ beautifulsoup4 = 4.10.0
certifi = 2021.10.8
# cffi 1.15 dropped support for Python 3.5
cffi = 1.14.6
# chardet >5 requires Python 3.6
chardet = 4.0.0
# charset-normalizer >=2.1 requires Python 3.6
charset-normalizer = 2.0.12
# packaging 21 and up requires Python 3.6
packaging = 20.9
# pyparsing 3 and up require Python 3.6
pyparsing = 2.4.7
# requests >= 2.28 requires Python 3.7
requests = 2.27.1
# soupsieve 2.2 needs Python 3.6
soupsieve = 2.1
# typing-extensions >= 4 requires Python 3.6
typing-extensions = 3.10.0.2
# Sphinx==3.5.4 requires docutils < 0.17
docutils = 0.16
......@@ -110,5 +127,13 @@ docutils = 0.16
Jinja2 = 3.0.3
# MarkupSafe 2.1 needs Python 3.7 or higher
MarkupSafe = 2.0.1
# chardet >=5.1 requires Python 3.7
chardet = 5.0.0
# packaging >= 22 requires Python 3.7
packaging = 21.3
# requests >= 2.28 requires Python 3.7
requests = 2.27.1
# soupsieve 2.3.2 droppen Python 3.6 support
soupsieve = 2.3.1
# typing-extensions >= 4.2 requires Python 3.7
typing-extensions = 4.1.1
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