Skip to content

Commit

Permalink
- Update dependencies to the latest releases that still support Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 31, 2021
1 parent 06b6b00 commit bcb337e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.6.4 (unreleased)
------------------

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


4.6.3 (2021-07-31)
Expand Down
12 changes: 6 additions & 6 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AccessControl==4.3
Acquisition==4.7
AuthEncoding==4.2.1
Acquisition==4.8
AuthEncoding==4.3
BTrees==4.9.2
Chameleon==3.9.1
DateTime==4.3
Expand All @@ -10,7 +10,7 @@ Missing==4.1
MultiMapping==4.1
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.0
Persistence==3.1
Products.BTreeFolder2==4.3
Products.ZCatalog==5.2
Record==3.5
Expand Down Expand Up @@ -49,7 +49,7 @@ zope.browsermenu==4.4
zope.browserpage==4.4.0
zope.browserresource==4.4
zope.cachedescriptors==4.3.1
zope.component==5.0.0
zope.component==5.0.1
zope.componentvocabulary==2.2.0
zope.configuration==4.4.0
zope.container==4.4.0
Expand All @@ -64,15 +64,15 @@ zope.exceptions==4.4
zope.filerepresentation==5.0.0
zope.formlib==4.7.1
zope.globalrequest==1.5
zope.hookable==5.0.1
zope.hookable==5.1.0
zope.i18n==4.7.0
zope.i18nmessageid==5.0.1
zope.interface==5.4.0
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.5
zope.proxy==4.4.0
zope.ptresource==4.2.0
zope.publisher==6.0.2
zope.ramcache==2.3
Expand Down
12 changes: 6 additions & 6 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Zope==<5
AccessControl==4.3
Acquisition==4.7
AuthEncoding==4.2.1
Acquisition==4.8
AuthEncoding==4.3
BTrees==4.9.2
Chameleon==3.9.1
DateTime==4.3
Expand All @@ -11,7 +11,7 @@ Missing==4.1
MultiMapping==4.1
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.0
Persistence==3.1
Products.BTreeFolder2==4.3
Products.ZCatalog==5.2
Record==3.5
Expand Down Expand Up @@ -49,7 +49,7 @@ zope.browsermenu==4.4
zope.browserpage==4.4.0
zope.browserresource==4.4
zope.cachedescriptors==4.3.1
zope.component==5.0.0
zope.component==5.0.1
zope.componentvocabulary==2.2.0
zope.configuration==4.4.0
zope.container==4.4.0
Expand All @@ -64,15 +64,15 @@ zope.exceptions==4.4
zope.filerepresentation==5.0.0
zope.formlib==4.7.1
zope.globalrequest==1.5
zope.hookable==5.0.1
zope.hookable==5.1.0
zope.i18n==4.7.0
zope.i18nmessageid==5.0.1
zope.interface==5.4.0
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.5
zope.proxy==4.4.0
zope.ptresource==4.2.0
zope.publisher==6.0.2
zope.ramcache==2.3
Expand Down
12 changes: 6 additions & 6 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Zope = <5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3
Acquisition = 4.7
AuthEncoding = 4.2.1
Acquisition = 4.8
AuthEncoding = 4.3
BTrees = 4.9.2
Chameleon = 3.9.1
DateTime = 4.3
Expand All @@ -18,7 +18,7 @@ Missing = 4.1
MultiMapping = 4.1
Paste = 3.5.0
PasteDeploy = 2.1.1
Persistence = 3.0
Persistence = 3.1
Products.BTreeFolder2 = 4.3
# ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.2
Expand Down Expand Up @@ -60,7 +60,7 @@ zope.browsermenu = 4.4
zope.browserpage = 4.4.0
zope.browserresource = 4.4
zope.cachedescriptors = 4.3.1
zope.component = 5.0.0
zope.component = 5.0.1
zope.componentvocabulary = 2.2.0
zope.configuration = 4.4.0
zope.container = 4.4.0
Expand All @@ -75,15 +75,15 @@ zope.exceptions = 4.4
zope.filerepresentation = 5.0.0
zope.formlib = 4.7.1
zope.globalrequest = 1.5
zope.hookable = 5.0.1
zope.hookable = 5.1.0
zope.i18n = 4.7.0
zope.i18nmessageid = 5.0.1
zope.interface = 5.4.0
zope.lifecycleevent = 4.3.0
zope.location = 4.2
zope.pagetemplate = 4.5.0
zope.processlifetime = 2.3.0
zope.proxy = 4.3.5
zope.proxy = 4.4.0
zope.ptresource = 4.2.0
zope.publisher = 6.0.2
zope.ramcache = 2.3
Expand Down
25 changes: 15 additions & 10 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ Sphinx = 1.8.5
alabaster = 0.7.12
appdirs = 1.4.4
attrs = 21.2.0
backports.entry-points-selectable = 1.1.0
backports.functools-lru-cache = 1.6.4
beautifulsoup4 = 4.9.3
bleach = 3.3.0
bleach = 3.3.1
buildout.wheel = 0.2.0
# Version 2020.4.5.2 and up claim no Python 2 support
certifi = 2020.4.5.1
cffi = 1.14.5
cffi = 1.14.6
charset-normalizer = 2.0.4
chardet = 4.0.0
cmarkgfm = 0.5.3
cmarkgfm = 0.6.0
collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.1
collective.recipe.template = 2.1
Expand All @@ -50,11 +52,14 @@ manuel = 1.10.1
more-itertools = 5.0.0
mr.developer = 2.0.1
nose = 1.3.7
# packaging 1 and up requires Python 3
packaging = 20.9
pathlib2 = 2.3.5
pathlib2 = 2.3.6
# pip 21 and up require Python 3
pip = 21.1.1
pkginfo = 1.7.0
pip = 20.3.4
pkginfo = 1.7.1
# platformdirs 2.1 and up require Python 3
platformdirs = 2.0.2
plone.recipe.command = 1.1
pluggy = 0.13.1
py = 1.10.0
Expand All @@ -63,7 +68,7 @@ pyparsing = 2.4.7
python-gettext = 4.0
# readme-renderer 29 and up require Python 3
readme-renderer = 28.0
requests = 2.25.1
requests = 2.26.0
requests-toolbelt = 0.9.1
scandir = 1.10.0
snowballstemmer = 2.1.0
Expand All @@ -76,13 +81,13 @@ sphinxcontrib-websupport = 1.2.4
# ZConfig xml configurations, which still contain references to it
tempstorage = 5.2
toml = 0.10.2
tox = 3.23.1
tqdm = 4.61.1
tox = 3.24.0
tqdm = 4.62.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.10.0.0
urllib3 = 1.26.6
virtualenv = 20.4.7
virtualenv = 20.6.0
webencodings = 0.5.1
wheel = 0.36.2
z3c.checkversions = 1.2
Expand Down

0 comments on commit bcb337e

Please sign in to comment.