Skip to content

Commit

Permalink
- Update dependencies to the latest releases that still support Pytho…
Browse files Browse the repository at this point in the history
…n 2.
  • Loading branch information
dataflake committed Nov 12, 2020
1 parent 2218a4f commit 1baff46
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -10,7 +10,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.5.3 (unreleased)
------------------

- Nothing changed yet.
- Update dependencies to the latest releases that still support Python 2.


4.5.2 (2020-11-12)
Expand Down
24 changes: 12 additions & 12 deletions constraints.txt
@@ -1,20 +1,20 @@
AccessControl==4.2
Acquisition==4.6
Acquisition==4.7
AuthEncoding==4.2
BTrees==4.7.2
Chameleon==3.8.1
DateTime==4.3
DocumentTemplate==3.4
ExtensionClass==4.4
ExtensionClass==4.5.0
Missing==4.1
MultiMapping==4.1
Paste==3.4.3
PasteDeploy==2.1.0
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==5.2
Record==3.5
RestrictedPython==5.0
RestrictedPython==5.1
WSGIProxy2==0.4.6
WebOb==1.8.6
WebTest==2.0.35
Expand All @@ -29,10 +29,10 @@ funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
mock==3.0.5
pbr==5.4.5
pbr==5.5.1
persistent==4.6.4
pytz==2020.1
roman==3.2
pytz==2020.4
roman==3.3
shutilwhich==1.1.0
six==1.15.0
transaction==3.0.0
Expand All @@ -58,15 +58,15 @@ zope.datetime==4.2.0
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.4
zope.exceptions==4.3
zope.event==4.5.0
zope.exceptions==4.4
zope.filerepresentation==5.0.0
zope.formlib==4.7.1
zope.globalrequest==1.5
zope.hookable==5.0.1
zope.i18n==4.7.0
zope.i18nmessageid==5.0.1
zope.interface==5.1.2
zope.interface==5.2.0
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.5.0
Expand All @@ -79,7 +79,7 @@ zope.schema==6.0.0
zope.security==5.1.1
zope.sendmail==5.1
zope.sequencesort==4.1.2
zope.site==4.3.0
zope.site==4.4.0
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
Expand Down
24 changes: 12 additions & 12 deletions requirements-full.txt
@@ -1,21 +1,21 @@
Zope==<5
AccessControl==4.2
Acquisition==4.6
Acquisition==4.7
AuthEncoding==4.2
BTrees==4.7.2
Chameleon==3.8.1
DateTime==4.3
DocumentTemplate==3.4
ExtensionClass==4.4
ExtensionClass==4.5.0
Missing==4.1
MultiMapping==4.1
Paste==3.4.3
PasteDeploy==2.1.0
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==5.2
Record==3.5
RestrictedPython==5.0
RestrictedPython==5.1
WSGIProxy2==0.4.6
WebOb==1.8.6
WebTest==2.0.35
Expand All @@ -29,10 +29,10 @@ funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
mock==3.0.5
pbr==5.4.5
pbr==5.5.1
persistent==4.6.4
pytz==2020.1
roman==3.2
pytz==2020.4
roman==3.3
shutilwhich==1.1.0
six==1.15.0
transaction==3.0.0
Expand All @@ -58,15 +58,15 @@ zope.datetime==4.2.0
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.4
zope.exceptions==4.3
zope.event==4.5.0
zope.exceptions==4.4
zope.filerepresentation==5.0.0
zope.formlib==4.7.1
zope.globalrequest==1.5
zope.hookable==5.0.1
zope.i18n==4.7.0
zope.i18nmessageid==5.0.1
zope.interface==5.1.2
zope.interface==5.2.0
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.5.0
Expand All @@ -79,7 +79,7 @@ zope.schema==6.0.0
zope.security==5.1.1
zope.sendmail==5.1
zope.sequencesort==4.1.2
zope.site==4.3.0
zope.site==4.4.0
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
Expand Down
24 changes: 12 additions & 12 deletions versions-prod.cfg
Expand Up @@ -6,24 +6,24 @@ Zope = <5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.2
Acquisition = 4.6
Acquisition = 4.7
AuthEncoding = 4.2
BTrees = 4.7.2
Chameleon = 3.8.1
DateTime = 4.3
# DocumentTemplate 4+ no longer supports Zope 4.
DocumentTemplate = 3.4
ExtensionClass = 4.4
ExtensionClass = 4.5.0
Missing = 4.1
MultiMapping = 4.1
Paste = 3.4.3
PasteDeploy = 2.1.0
Paste = 3.5.0
PasteDeploy = 2.1.1
Persistence = 3.0
Products.BTreeFolder2 = 4.2
# ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.2
Record = 3.5
RestrictedPython = 5.0
RestrictedPython = 5.1
WSGIProxy2 = 0.4.6
WebOb = 1.8.6
WebTest = 2.0.35
Expand All @@ -38,10 +38,10 @@ future = 0.18.2
ipaddress = 1.0.23
# mock 4.0 and up requires Python 3
mock = 3.0.5
pbr = 5.4.5
pbr = 5.5.1
persistent = 4.6.4
pytz = 2020.1
roman = 3.2
pytz = 2020.4
roman = 3.3
shutilwhich = 1.1.0
six = 1.15.0
transaction = 3.0.0
Expand All @@ -67,15 +67,15 @@ zope.datetime = 4.2.0
zope.deferredimport = 4.3.1
zope.deprecation = 4.4.0
zope.dottedname = 4.3
zope.event = 4.4
zope.exceptions = 4.3
zope.event = 4.5.0
zope.exceptions = 4.4
zope.filerepresentation = 5.0.0
zope.formlib = 4.7.1
zope.globalrequest = 1.5
zope.hookable = 5.0.1
zope.i18n = 4.7.0
zope.i18nmessageid = 5.0.1
zope.interface = 5.1.2
zope.interface = 5.2.0
zope.lifecycleevent = 4.3.0
zope.location = 4.2
zope.pagetemplate = 4.5.0
Expand All @@ -88,7 +88,7 @@ zope.schema = 6.0.0
zope.security = 5.1.1
zope.sendmail = 5.1
zope.sequencesort = 4.1.2
zope.site = 4.3.0
zope.site = 4.4.0
zope.size = 4.3
zope.structuredtext = 4.3
zope.tal = 4.4
Expand Down
43 changes: 22 additions & 21 deletions versions.cfg
Expand Up @@ -5,7 +5,7 @@ versions = versions

[versions]
# Version pins for development and optional dependencies.
Babel = 2.8.0
Babel = 2.8.1
Jinja2 = 2.11.2
MarkupSafe = 1.1.1
# Pygments 2.6.0 and up require Python 3
Expand All @@ -14,49 +14,50 @@ Pygments = 2.5.2
Sphinx = 1.8.5
alabaster = 0.7.12
appdirs = 1.4.4
attrs = 19.3.0
attrs = 20.3.0
backports.functools-lru-cache = 1.6.1
beautifulsoup4 = 4.9.1
bleach = 3.1.5
beautifulsoup4 = 4.9.3
bleach = 3.2.1
buildout.wheel = 0.2.0
certifi = 2020.6.20
cffi = 1.14.1
# Version 2020.4.5.2 and up claim no Python 2 support
certifi = 2020.4.5.1
cffi = 1.14.3
chardet = 3.0.4
cmarkgfm = 0.4.2
collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.1
collective.recipe.template = 2.1
colorama = 0.4.3
colorama = 0.4.4
# configparser 5 and up require Python 3
configparser = 4.0.2
contextlib2 = 0.6.0.post1
coverage = 5.2.1
coverage = 5.3
distlib = 0.3.1
docutils = 0.16
filelock = 3.0.12
idna = 2.10
imagesize = 1.2.0
# tox and pluggy require importlib-metadata <1
importlib-metadata = 0.23
lxml = 4.5.2
lxml = 4.6.1
manuel = 1.10.1
# Version 6+ needs Python 3.x
more-itertools = 5.0.0
mr.developer = 2.0.0
mr.developer = 2.0.1
nose = 1.3.7
packaging = 20.4
pathlib2 = 2.3.5
pip = 20.1.1
pkginfo = 1.5.0.1
pip = 20.2.4
pkginfo = 1.6.1
plone.recipe.command = 1.1
pluggy = 0.13.1
py = 1.9.0
pycparser = 2.20
pyparsing = 2.4.7
python-gettext = 4.0
readme-renderer = 26.0
readme-renderer = 28.0
repoze.sphinx.autointerface = 0.8
requests = 2.24.0
requests = 2.25.0
requests-toolbelt = 0.9.1
scandir = 1.10.0
snowballstemmer = 2.0.0
Expand All @@ -68,20 +69,20 @@ sphinxcontrib-websupport = 1.2.4
# tempstorage is only needed because the Sphinx documentation parses
# ZConfig xml configurations, which still contain references to it
tempstorage = 5.1
toml = 0.10.1
tox = 3.16.1
tqdm = 4.47.0
toml = 0.10.2
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.25.10
virtualenv = 20.0.30
urllib3 = 1.26.1
virtualenv = 20.1.0
webencodings = 0.5.1
wheel = 0.34.2
wheel = 0.35.1
z3c.checkversions = 1.2
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.1
zest.releaser = 6.21.1
zest.releaser = 6.22.1
# Version 2 requires Python 3
zipp = 1.1.1
zodbupdate = 1.5

0 comments on commit 1baff46

Please sign in to comment.