Skip to content

Commit

Permalink
- vb and update to newest compatible versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 4, 2023
1 parent 773c12c commit d359e08
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ since the branch point at Zope 4.1.2.
The change log for the previous version, Zope 4, is at
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst

5.8.7 (unreleased)
------------------

- Update to newest compatible versions of dependencies.


5.8.6 (2023-10-04)
------------------
Expand Down
7 changes: 4 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ AccessControl==6.2
Acquisition==5.0
AuthEncoding==5.0
BTrees==5.0
Chameleon==4.1.0
Chameleon==4.2.0
DateTime==5.2
DocumentTemplate==4.5
ExtensionClass==5.0
MultiMapping==5.0
Paste==3.5.3
Paste==3.6.0
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
Expand All @@ -24,7 +24,8 @@ ZConfig==4.0
ZODB==5.8.1
Zope2==4.0
beautifulsoup4==4.12.2
cffi==1.15.1
cffi==1.15.1; python_version == '3.7'
cffi==1.16.0; python_version > '3.7'
multipart==0.2.4
persistent==5.0
pycparser==2.21
Expand Down
9 changes: 5 additions & 4 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Zope==5.8.6
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==6.2
Acquisition==5.0
AuthEncoding==5.0
BTrees==5.0
Chameleon==4.1.0
Chameleon==4.2.0
DateTime==5.2
DocumentTemplate==4.5
ExtensionClass==5.0
MultiMapping==5.0
Paste==3.5.3
Paste==3.6.0
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
Expand All @@ -25,7 +25,8 @@ ZConfig==4.0
ZODB==5.8.1
Zope2==4.0
beautifulsoup4==4.12.2
cffi==1.15.1
cffi==1.15.1; python_version == '3.7'
cffi==1.16.0; python_version > '3.7'
multipart==0.2.4
persistent==5.0
pycparser==2.21
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

version = '5.8.6'
version = '5.8.7.dev0'

setup(
name='Zope',
Expand Down
10 changes: 6 additions & 4 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = 5.8.6
Zope =
Zope2 = 4.0
AccessControl = 6.2
Acquisition = 5.0
AuthEncoding = 5.0
BTrees = 5.0
Chameleon = 4.1.0
Chameleon = 4.2.0
DateTime = 5.2
DocumentTemplate = 4.5
ExtensionClass = 5.0
MultiMapping = 5.0
Paste = 3.5.3
Paste = 3.6.0
PasteDeploy = 3.0.1
Persistence = 4.0.post1
RestrictedPython = 7.0a1.dev1
Expand All @@ -23,7 +23,7 @@ WebOb = 1.8.7
ZConfig = 4.0
ZODB = 5.8.1
beautifulsoup4 = 4.12.2
cffi = 1.15.1
cffi = 1.16.0
multipart = 0.2.4
persistent = 5.0
pycparser = 2.21
Expand Down Expand Up @@ -89,6 +89,8 @@ PasteDeploy = 2.1.1
soupsieve = 2.4.1
# Only use dev version on Python 3.12
RestrictedPython = 6.2
# cffi 1.16.0 requires Python 3.8
cffi = 1.15.1

[versions:python38]
# Only use dev version on Python 3.12
Expand Down
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ versions = versions

[versions]
# Version pins for development and optional dependencies.
Babel = 2.12.1
Babel = 2.13.0
Jinja2 = 3.1.2
Missing = 5.0
MarkupSafe = 2.1.3
Expand All @@ -16,7 +16,7 @@ Record = 4.0
Sphinx = 7.2.6
alabaster = 0.7.13
certifi = 2023.7.22
charset-normalizer = 3.2.0
charset-normalizer = 3.3.0
collective.recipe.template = 2.2
colorama = 0.4.6
# sphinx-rtd-theme 1.3.0 requires docutils<19
Expand All @@ -26,7 +26,7 @@ idna = 3.4
imagesize = 1.4.1
importlib-metadata = 6.8.0
mr.developer = 2.0.1
packaging = 23.1
packaging = 23.2
plone.recipe.command = 1.1
requests = 2.31.0
snowballstemmer = 2.2.0
Expand All @@ -39,7 +39,7 @@ sphinxcontrib-jsmath = 1.0.1
sphinxcontrib-qthelp = 1.0.6
sphinxcontrib-serializinghtml = 1.1.9
tempstorage = 6.0
urllib3 = 2.0.5
urllib3 = 2.0.6
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.0
zipp = 3.17.0
Expand Down

0 comments on commit d359e08

Please sign in to comment.