Commit ada2d73f authored by Aurel's avatar Aurel

update zope version

parent 3877e338
...@@ -2,95 +2,100 @@ ...@@ -2,95 +2,100 @@
# Version pins for required and commonly used dependencies. # Version pins for required and commonly used dependencies.
[versions] [versions]
Zope = 4.1.3 Zope = 4.5.3
Zope2 = 4.0 Zope2 = 4.0
AccessControl = 4.1 # AccessControl 5+ no longer supports Zope 4.
Acquisition = 4.6 AccessControl = 4.2
AuthEncoding = 4.1 Acquisition = 4.7
BTrees = 4.6.0 AuthEncoding = 4.2
Chameleon = 3.6.2 BTrees = 4.7.2
Chameleon = 3.8.1
DateTime = 4.3 DateTime = 4.3
DocumentTemplate = 3.1b2 # DocumentTemplate 4+ no longer supports Zope 4.
ExtensionClass = 4.4 DocumentTemplate = 3.4
ExtensionClass = 4.5.0
Missing = 4.1 Missing = 4.1
MultiMapping = 4.1 MultiMapping = 4.1
Paste = 3.1.1 Paste = 3.5.0
PasteDeploy = 2.0.1 PasteDeploy = 2.1.1
Persistence = 3.0 Persistence = 3.0
Products.BTreeFolder2 = 4.2 Products.BTreeFolder2 = 4.2
Products.ZCatalog = 5.0.1 # ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.2
Record = 3.5 Record = 3.5
RestrictedPython = 5.0 RestrictedPython = 5.1
WSGIProxy2 = 0.4.6 WSGIProxy2 = 0.4.6
WebOb = 1.8.5 WebOb = 1.8.6
WebTest = 2.0.33 WebTest = 2.0.35
ZConfig = 3.5.0 ZConfig = 3.5.0
ZEO = 5.2.1 ZEO = 5.2.2
ZODB = 5.5.1 ZODB = 5.6.0
ZServer = 4.0.2 ZServer = 4.0.2
five.globalrequest = 99.1 five.globalrequest = 99.1
five.localsitemanager = 3.2.2 five.localsitemanager = 3.2.2
funcsigs = 1.0.2 funcsigs = 1.0.2
future = 0.17.1 future = 0.18.2
ipaddress = 1.0.22 ipaddress = 1.0.23
# mock 4.0 and up requires Python 3
mock = 3.0.5 mock = 3.0.5
pbr = 5.4.2 pbr = 5.5.1
persistent = 4.5.0 persistent = 4.6.4
pytz = 2019.2 pytz = 2020.4
roman = 3.2 roman = 3.3
shutilwhich = 1.1.0 shutilwhich = 1.1.0
six = 1.12.0 six = 1.15.0
transaction = 2.4.0 transaction = 3.0.0
waitress = 1.3.1 waitress = 1.4.4
z3c.pt = 3.2.0 z3c.pt = 3.3.0
zExceptions = 4.1 zExceptions = 4.1
zc.lockfile = 2.0 zc.lockfile = 2.0
zdaemon = 4.3 zdaemon = 4.3
zodbpickle = 1.0.4 zodbpickle = 2.0.0
zope.annotation = 4.7.0 zope.annotation = 4.7.0
zope.browser = 2.3 zope.browser = 2.3
zope.browsermenu = 4.4 zope.browsermenu = 4.4
zope.browserpage = 4.4.0 zope.browserpage = 4.4.0
zope.browserresource = 4.3 zope.browserresource = 4.4
zope.cachedescriptors = 4.3.1 zope.cachedescriptors = 4.3.1
zope.component = 4.5 zope.component = 4.6.2
zope.componentvocabulary = 2.2.0 zope.componentvocabulary = 2.2.0
zope.configuration = 4.3.1 zope.configuration = 4.4.0
zope.container = 4.2.2 zope.container = 4.4.0
zope.contentprovider = 4.2.1 zope.contentprovider = 4.2.1
zope.contenttype = 4.4 zope.contenttype = 4.5.0
zope.datetime = 4.2.0 zope.datetime = 4.2.0
zope.deferredimport = 4.3.1 zope.deferredimport = 4.3.1
zope.deprecation = 4.4.0 zope.deprecation = 4.4.0
zope.dottedname = 4.3 zope.dottedname = 4.3
zope.event = 4.4 zope.event = 4.5.0
zope.exceptions = 4.3 zope.exceptions = 4.4
zope.filerepresentation = 4.2.0 zope.filerepresentation = 5.0.0
zope.formlib = 4.6.0 zope.formlib = 4.7.1
zope.globalrequest = 1.5 zope.globalrequest = 1.5
zope.hookable = 4.2.0 zope.hookable = 5.0.1
zope.i18n = 4.7.0 zope.i18n = 4.7.0
zope.i18nmessageid = 4.3.1 zope.i18nmessageid = 5.0.1
zope.interface = 4.6.0 zope.interface = 5.2.0
zope.lifecycleevent = 4.3.0 zope.lifecycleevent = 4.3.0
zope.location = 4.2 zope.location = 4.2
zope.pagetemplate = 4.4.1 zope.pagetemplate = 4.5.0
zope.processlifetime = 2.3.0 zope.processlifetime = 2.3.0
zope.proxy = 4.3.2 zope.proxy = 4.3.5
zope.ptresource = 4.2.0 zope.ptresource = 4.2.0
zope.publisher = 5.1.1 zope.publisher = 5.2.1
zope.ramcache = 2.3 zope.ramcache = 2.3
zope.schema = 4.9.3 zope.schema = 6.0.0
zope.security = 4.3.1 zope.security = 5.1.1
zope.sendmail = 5.0 zope.sendmail = 5.1
zope.sequencesort = 4.1.2 zope.sequencesort = 4.1.2
zope.site = 4.2.2 zope.site = 4.4.0
zope.size = 4.3 zope.size = 4.3
zope.structuredtext = 4.3 zope.structuredtext = 4.3
zope.tal = 4.4 zope.tal = 4.4
zope.tales = 5.0.1 zope.tales = 5.1
zope.testbrowser = 5.3.3 zope.testbrowser = 5.5.1
# Version 4.8+ dropped support for Python 3.5
zope.testing = 4.7 zope.testing = 4.7
zope.testrunner = 5.0 zope.testrunner = 5.2
zope.traversing = 4.3.1 zope.traversing = 4.4.1
zope.viewlet = 4.2.1 zope.viewlet = 4.2.1
...@@ -5,72 +5,84 @@ versions = versions ...@@ -5,72 +5,84 @@ versions = versions
[versions] [versions]
# Version pins for development and optional dependencies. # Version pins for development and optional dependencies.
Babel = 2.7.0 Babel = 2.8.1
Jinja2 = 2.10.1 Jinja2 = 2.11.2
MarkupSafe = 1.1.1 MarkupSafe = 1.1.1
Pygments = 2.4.2 # Pygments 2.6.0 and up require Python 3
Pygments = 2.5.2
# Version 2.0+ needs Python 3.x # Version 2.0+ needs Python 3.x
Sphinx = 1.8.5 Sphinx = 1.8.5
alabaster = 0.7.12 alabaster = 0.7.12
appdirs = 1.4.3 appdirs = 1.4.4
attrs = 19.1.0 attrs = 20.3.0
backports.functools-lru-cache = 1.5 backports.functools-lru-cache = 1.6.1
beautifulsoup4 = 4.8.0 beautifulsoup4 = 4.9.3
bleach = 3.1.0 bleach = 3.2.1
buildout.wheel = 0.2.0 buildout.wheel = 0.2.0
certifi = 2019.6.16 # Version 2020.4.5.2 and up claim no Python 2 support
cffi = 1.12.3 certifi = 2020.4.5.1
cffi = 1.14.3
chardet = 3.0.4 chardet = 3.0.4
cmarkgfm = 0.4.2 cmarkgfm = 0.4.2
collective.recipe.cmd = 0.11 collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.1 collective.recipe.sphinxbuilder = 1.1
collective.recipe.template = 2.1 collective.recipe.template = 2.1
colorama = 0.4.1 colorama = 0.4.4
configparser = 3.8.1 # configparser 5 and up require Python 3
contextlib2 = 0.5.5 configparser = 4.0.2
coverage = 4.5.4 contextlib2 = 0.6.0.post1
docutils = 0.15.2 coverage = 5.3
distlib = 0.3.1
docutils = 0.16
filelock = 3.0.12 filelock = 3.0.12
idna = 2.8 idna = 2.10
imagesize = 1.1.0 imagesize = 1.2.0
importlib-metadata = 0.20 # tox and pluggy require importlib-metadata <1
lxml = 4.4.1 importlib-metadata = 0.23
lxml = 4.6.1
manuel = 1.10.1 manuel = 1.10.1
# Version 6+ needs Python 3.x # Version 6+ needs Python 3.x
more-itertools = 5.0.0 more-itertools = 5.0.0
mr.developer = 2.0.0 mr.developer = 2.0.1
nose = 1.3.7 nose = 1.3.7
packaging = 19.1 packaging = 20.4
pathlib2 = 2.3.4 pathlib2 = 2.3.5
pip = 19.2.3 pip = 20.2.4
pkginfo = 1.5.0.1 pkginfo = 1.6.1
plone.recipe.command = 1.1 plone.recipe.command = 1.1
pluggy = 0.12.0 pluggy = 0.13.1
py = 1.8.0 py = 1.9.0
pycparser = 2.19 pycparser = 2.20
pyparsing = 2.4.2 pyparsing = 2.4.7
python-gettext = 4.0 python-gettext = 4.0
readme-renderer = 24.0 readme-renderer = 28.0
repoze.sphinx.autointerface = 0.8 repoze.sphinx.autointerface = 0.8
requests = 2.22.0 requests = 2.25.0
requests-toolbelt = 0.9.1 requests-toolbelt = 0.9.1
scandir = 1.10.0 scandir = 1.10.0
snowballstemmer = 1.9 snowballstemmer = 2.0.0
soupsieve = 1.9.3 # soupsieve 2 needs Python 3
sphinx-rtd-theme = 0.4.3 soupsieve = 1.9.6
sphinxcontrib-websupport = 1.1.2 sphinx-rtd-theme = 0.5.0
toml = 0.10.0 sphinxcontrib-serializinghtml = 1.1.4
tox = 3.14.0 sphinxcontrib-websupport = 1.2.4
tqdm = 4.35.0 # tempstorage is only needed because the Sphinx documentation parses
twine = 1.13.0 # ZConfig xml configurations, which still contain references to it
typing = 3.7.4.1 tempstorage = 5.1
urllib3 = 1.25.3 toml = 0.10.2
virtualenv = 16.7.5 tox = 3.20.1
tqdm = 4.51.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.7.4.3
urllib3 = 1.26.1
virtualenv = 20.1.0
webencodings = 0.5.1 webencodings = 0.5.1
wheel = 0.33.6 wheel = 0.35.1
z3c.checkversions = 1.1 z3c.checkversions = 1.2
zc.recipe.egg = 2.0.7 zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.1 zc.recipe.testrunner = 2.1
zest.releaser = 6.19.1 zest.releaser = 6.22.1
zipp = 0.6.0 # Version 2 requires Python 3
zodbupdate = 1.4 zipp = 1.1.1
zodbupdate = 1.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