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 Mar 10, 2022
1 parent d7ef79c commit dc55721
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.8.1 (unreleased)
------------------

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


4.8 (2022-03-10)
Expand Down
18 changes: 9 additions & 9 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
AccessControl==4.3
Acquisition==4.10
AuthEncoding==4.3
BTrees==4.9.2
BTrees==4.10.0
Chameleon==3.9.1
DateTime==4.3
DateTime==4.4
DocumentTemplate==3.4
ExtensionClass==4.5.1
ExtensionClass==4.6
Missing==4.1
MultiMapping==4.1
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.1
Persistence==3.3
Products.BTreeFolder2==4.3
Products.ZCatalog==5.2
Record==3.5
Expand All @@ -30,8 +30,8 @@ future==0.18.2
ipaddress==1.0.23
mock==3.0.5
multipart==0.1.1
pbr==5.8.0
persistent==4.7.0
pbr==5.8.1
persistent==4.9.0
pytz==2021.3
roman==3.3
shutilwhich==1.1.0
Expand Down Expand Up @@ -60,7 +60,7 @@ zope.deferredimport==4.4
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.5.0
zope.exceptions==4.4
zope.exceptions==4.5
zope.filerepresentation==5.0.0
zope.formlib==5.0.1
zope.globalrequest==1.5
Expand All @@ -77,15 +77,15 @@ zope.ptresource==4.3.0
zope.publisher==6.0.2
zope.ramcache==2.4
zope.schema==6.2.0
zope.security==5.1.1
zope.security==5.2
zope.sendmail==5.2
zope.sequencesort==4.2
zope.site==4.5.0
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.5
zope.tales==5.1
zope.testbrowser==5.5.1
zope.testbrowser==5.6.1
zope.testing==4.7
zope.testrunner==5.4.0
zope.traversing==4.4.1
Expand Down
20 changes: 10 additions & 10 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Zope==4.8
Zope==<5
AccessControl==4.3
Acquisition==4.10
AuthEncoding==4.3
BTrees==4.9.2
BTrees==4.10.0
Chameleon==3.9.1
DateTime==4.3
DateTime==4.4
DocumentTemplate==3.4
ExtensionClass==4.5.1
ExtensionClass==4.6
Missing==4.1
MultiMapping==4.1
Paste==3.5.0
PasteDeploy==2.1.1
Persistence==3.1
Persistence==3.3
Products.BTreeFolder2==4.3
Products.ZCatalog==5.2
Record==3.5
Expand All @@ -30,8 +30,8 @@ future==0.18.2
ipaddress==1.0.23
mock==3.0.5
multipart==0.1.1
pbr==5.8.0
persistent==4.7.0
pbr==5.8.1
persistent==4.9.0
pytz==2021.3
roman==3.3
shutilwhich==1.1.0
Expand Down Expand Up @@ -60,7 +60,7 @@ zope.deferredimport==4.4
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.5.0
zope.exceptions==4.4
zope.exceptions==4.5
zope.filerepresentation==5.0.0
zope.formlib==5.0.1
zope.globalrequest==1.5
Expand All @@ -77,15 +77,15 @@ zope.ptresource==4.3.0
zope.publisher==6.0.2
zope.ramcache==2.4
zope.schema==6.2.0
zope.security==5.1.1
zope.security==5.2
zope.sendmail==5.2
zope.sequencesort==4.2
zope.site==4.5.0
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.5
zope.tales==5.1
zope.testbrowser==5.5.1
zope.testbrowser==5.6.1
zope.testing==4.7
zope.testrunner==5.4.0
zope.traversing==4.4.1
Expand Down
20 changes: 10 additions & 10 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = 4.8
Zope = <5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3
Acquisition = 4.10
AuthEncoding = 4.3
BTrees = 4.9.2
BTrees = 4.10.0
Chameleon = 3.9.1
DateTime = 4.3
DateTime = 4.4
# DocumentTemplate 4+ no longer supports Zope 4.
DocumentTemplate = 3.4
ExtensionClass = 4.5.1
ExtensionClass = 4.6
Missing = 4.1
MultiMapping = 4.1
Paste = 3.5.0
PasteDeploy = 2.1.1
Persistence = 3.1
Persistence = 3.3
Products.BTreeFolder2 = 4.3
# ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.2
Expand All @@ -42,8 +42,8 @@ ipaddress = 1.0.23
mock = 3.0.5
# multipart 0.2 and up requires Python 3
multipart = 0.1.1
pbr = 5.8.0
persistent = 4.7.0
pbr = 5.8.1
persistent = 4.9.0
pytz = 2021.3
roman = 3.3
shutilwhich = 1.1.0
Expand Down Expand Up @@ -73,7 +73,7 @@ zope.deferredimport = 4.4
zope.deprecation = 4.4.0
zope.dottedname = 4.3
zope.event = 4.5.0
zope.exceptions = 4.4
zope.exceptions = 4.5
zope.filerepresentation = 5.0.0
zope.formlib = 5.0.1
zope.globalrequest = 1.5
Expand All @@ -90,15 +90,15 @@ zope.ptresource = 4.3.0
zope.publisher = 6.0.2
zope.ramcache = 2.4
zope.schema = 6.2.0
zope.security = 5.1.1
zope.security = 5.2
zope.sendmail = 5.2
zope.sequencesort = 4.2
zope.site = 4.5.0
zope.size = 4.3
zope.structuredtext = 4.3
zope.tal = 4.5
zope.tales = 5.1
zope.testbrowser = 5.5.1
zope.testbrowser = 5.6.1
# Version 4.8+ dropped support for Python 3.5
zope.testing = 4.7
zope.testrunner = 5.4.0
Expand Down
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ idna = 2.10
imagesize = 1.3.0
# tox and pluggy require importlib-metadata <1
importlib-metadata = 0.23
lxml = 4.7.1
lxml = 4.8.0
manuel = 1.10.1
# Version 6+ needs Python 3.x
more-itertools = 5.0.0
mr.developer = 2.0.1
nose = 1.3.7
# packaging 21 and up requires Python 3
packaging = 20.9
pathlib2 = 2.3.6
pathlib2 = 2.3.7.post1
# pip 21 and up require Python 3
pip = 20.3.4
pkginfo = 1.8.2
Expand Down Expand Up @@ -90,12 +90,12 @@ sphinxcontrib-websupport = 1.2.4
tempstorage = 5.2
toml = 0.10.2
tox = 3.24.5
tqdm = 4.62.3
tqdm = 4.63.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.10.0.0
urllib3 = 1.26.8
virtualenv = 20.13.0
virtualenv = 20.13.3
webencodings = 0.5.1
wheel = 0.37.1
z3c.checkversions = 1.2
Expand Down

0 comments on commit dc55721

Please sign in to comment.