Skip to content

Commit

Permalink
Update to newest versions of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 8, 2020
1 parent 415c988 commit 7df3ab9
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
5.1 (unreleased)
----------------

- Nothing changed yet.
- Update to newest versions of dependencies.


5.0 (2020-10-08)
Expand Down
14 changes: 7 additions & 7 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DocumentTemplate==3.3
ExtensionClass==4.5.0
Missing==4.1
MultiMapping==4.1
Paste==3.4.1
Paste==3.4.6
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand All @@ -23,17 +23,17 @@ ZConfig==3.5.0
ZEO==5.2.2
ZODB==5.6.0
Zope2==4.0
cryptography==2.9.2
cryptography==3.1.1
five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
jeepney==0.4.3
mock==4.0.2
pbr==5.4.5
pbr==5.5.0
persistent==4.6.4
pytz==2020.1
roman==3.2
roman==3.3
shutilwhich==1.1.0
six==1.15.0
transaction==3.0.0
Expand All @@ -59,8 +59,8 @@ 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
Expand All @@ -80,7 +80,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
7 changes: 6 additions & 1 deletion docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Steps for creating a new Zope release

- Run all tests::

$ bin/tox
$ bin/tox --pall

- Upload the tagged release to PyPI::

Expand Down Expand Up @@ -109,6 +109,11 @@ Steps for creating a new Zope release
The script is called two times so the rendered version updates can be
easily assigned to the correct file.

- Run the tests: ``bin/tox -pall``
- Build the documentation: ``bin/make-docs``
- Fix problems.
- Commit and push the changes.

- Announce the release to the world via zope-announce@zope.org and https://community.plone.org/c/announcements.


Expand Down
8 changes: 4 additions & 4 deletions docs/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Zope 2.13 - old version
* Support schedule:
- Full support: -
- Bug fixes: -
- Security fixes: until 12/31/2020 [1]_
- Security fixes: until 2020-12-31-2020 [1]_


Zope 4 - previous version
Expand All @@ -27,9 +27,9 @@ Zope 4 - previous version
- 3.8

* Support schedule:
- Full support: until Zope 5.0 is released, (October 2020)
- Bug fixes: until 12/31/2021
- Security fixes: until 12/31/2022 [2]_
- Full support: until 2020-10-08
- Bug fixes: until 2021-12-31
- Security fixes: until 2022-12-31 [2]_


Zope 5 - stable version
Expand Down
14 changes: 7 additions & 7 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DocumentTemplate==3.3
ExtensionClass==4.5.0
Missing==4.1
MultiMapping==4.1
Paste==3.4.1
Paste==3.4.6
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand All @@ -24,17 +24,17 @@ ZConfig==3.5.0
ZEO==5.2.2
ZODB==5.6.0
Zope2==4.0
cryptography==2.9.2
cryptography==3.1.1
five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
jeepney==0.4.3
mock==4.0.2
pbr==5.4.5
pbr==5.5.0
persistent==4.6.4
pytz==2020.1
roman==3.2
roman==3.3
shutilwhich==1.1.0
six==1.15.0
transaction==3.0.0
Expand All @@ -60,8 +60,8 @@ 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
Expand All @@ -81,7 +81,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
14 changes: 7 additions & 7 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DocumentTemplate = 3.3
ExtensionClass = 4.5.0
Missing = 4.1
MultiMapping = 4.1
Paste = 3.4.1
Paste = 3.4.6
PasteDeploy = 2.1.0
Persistence = 3.0
Products.BTreeFolder2 = 4.2
Expand All @@ -28,17 +28,17 @@ WebTest = 2.0.35
ZConfig = 3.5.0
ZEO = 5.2.2
ZODB = 5.6.0
cryptography = 2.9.2
cryptography = 3.1.1
five.localsitemanager = 3.2.2
funcsigs = 1.0.2
future = 0.18.2
ipaddress = 1.0.23
jeepney = 0.4.3
mock = 4.0.2
pbr = 5.4.5
pbr = 5.5.0
persistent = 4.6.4
pytz = 2020.1
roman = 3.2
roman = 3.3
shutilwhich = 1.1.0
six = 1.15.0
transaction = 3.0.0
Expand All @@ -64,8 +64,8 @@ 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
Expand All @@ -85,7 +85,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
51 changes: 26 additions & 25 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ versions = versions
Babel = 2.8.0
Jinja2 = 2.11.2
MarkupSafe = 1.1.1
Pygments = 2.6.1
Sphinx = 3.0.2
Pygments = 2.7.1
Sphinx = 3.2.1
alabaster = 0.7.12
appdirs = 1.4.4
attrs = 19.3.0
attrs = 20.2.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.0
cffi = 1.14.3
chardet = 3.0.4
cmarkgfm = 0.4.2
collective.recipe.cmd = 0.11
Expand All @@ -27,23 +27,23 @@ collective.recipe.template = 2.1
colorama = 0.4.3
configparser = 5.0.0
contextlib2 = 0.6.0.post1
coverage = 5.2
coverage = 5.3
distlib = 0.3.1
docutils = 0.16
entrypoints = 0.3
filelock = 3.0.12
idna = 2.10
imagesize = 1.2.0
importlib-metadata = 1.6.0
keyring = 21.2.0
lxml = 4.5.1
importlib-metadata = 2.0.0
keyring = 21.4.0
lxml = 4.5.2
manuel = 1.10.1
more-itertools = 8.2.0
mr.developer = 2.0.0
more-itertools = 8.5.0
mr.developer = 2.0.1
nose = 1.3.7
packaging = 20.4
pathlib2 = 2.3.5
pip = 20.1.1
pip = 20.2.3
pkginfo = 1.5.0.1
plone.recipe.command = 1.1
pluggy = 0.13.1
Expand All @@ -55,30 +55,31 @@ readme-renderer = 26.0
repoze.sphinx.autointerface = 0.8
requests = 2.24.0
requests-toolbelt = 0.9.1
rfc3986 = 1.4.0
scandir = 1.10.0
snowballstemmer = 2.0.0
soupsieve = 2.0
sphinx-rtd-theme = 0.4.3
soupsieve = 2.0.1
sphinx-rtd-theme = 0.5.0
sphinxcontrib-applehelp = 1.0.2
sphinxcontrib-devhelp = 1.0.2
sphinxcontrib-htmlhelp = 1.0.3
sphinxcontrib-jsmath = 1.0.1
sphinxcontrib-qthelp = 1.0.3
sphinxcontrib-serializinghtml = 1.1.4
sphinxcontrib-websupport = 1.2.1
sphinxcontrib-websupport = 1.2.4
tempstorage = 5.1
toml = 0.10.1
tox = 3.16.1
tqdm = 4.47.0
twine = 3.1.1
typing = 3.7.4.1
urllib3 = 1.25.9
virtualenv = 20.0.26
tox = 3.20.0
tqdm = 4.50.1
twine = 3.2.0
typing = 3.7.4.3
urllib3 = 1.25.10
virtualenv = 20.0.33
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.0
zipp = 3.1.0
zest.releaser = 6.22.1
zipp = 3.3.0
zodbupdate = 1.5

0 comments on commit 7df3ab9

Please sign in to comment.