Skip to content

Commit

Permalink
- vb and version pin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 19, 2022
1 parent 8bd36d2 commit cddecf7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The change log for the previous version, Zope 2.13, is at
https://zope.readthedocs.io/en/2.13/CHANGES.html


4.8.7 (unreleased)
------------------

- Update dependencies to the latest releases for each supported Python version.


4.8.6 (2022-12-19)
------------------

Expand Down
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AccessControl==4.3
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.1; python_version > '2.7'
Chameleon==3.10.2; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.8
DocumentTemplate==3.4; python_version == '2.7'
Expand Down Expand Up @@ -46,7 +46,7 @@ multipart==0.1.1; python_version == '2.7'
multipart==0.2.4; python_version > '2.7'
pbr==5.11.0
persistent==4.9.3
pytz==2022.6
pytz==2022.7
roman==3.3
shutilwhich==1.1.0
six==1.16.0
Expand All @@ -56,7 +56,7 @@ waitress==1.4.4; python_version == '3.5'
waitress==2.0.0; python_version == '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.2
zExceptions==4.3
zc.lockfile==2.0
zdaemon==4.4
zodbpickle==2.6
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'The Zope developer community'

# The short X.Y version
version = '4.8.6'
version = '4.8.7'
# The full version, including alpha/beta/rc tags
release = '4.8.6'
release = '4.8.7'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Zope==4.8.6
Zope==<5
AccessControl==4.3
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.1; python_version > '2.7'
Chameleon==3.10.2; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.8
DocumentTemplate==3.4; python_version == '2.7'
Expand Down Expand Up @@ -47,7 +47,7 @@ multipart==0.1.1; python_version == '2.7'
multipart==0.2.4; python_version > '2.7'
pbr==5.11.0
persistent==4.9.3
pytz==2022.6
pytz==2022.7
roman==3.3
shutilwhich==1.1.0
six==1.16.0
Expand All @@ -57,7 +57,7 @@ waitress==1.4.4; python_version == '3.5'
waitress==2.0.0; python_version == '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.2
zExceptions==4.3
zc.lockfile==2.0
zdaemon==4.4
zodbpickle==2.6
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 = '4.8.6'
version = '4.8.7.dev0'


setup(
Expand Down
8 changes: 4 additions & 4 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = 4.8.6
Zope = <5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3
Acquisition = 4.13
AuthEncoding = 4.3
BTrees = 4.11.3
Chameleon = 3.10.1
Chameleon = 3.10.2
DateTime = 4.8
DocumentTemplate = 4.1
ExtensionClass = 4.9
Expand Down Expand Up @@ -39,14 +39,14 @@ mock = 4.0.3
multipart = 0.2.4
pbr = 5.11.0
persistent = 4.9.3
pytz = 2022.6
pytz = 2022.7
roman = 3.3
shutilwhich = 1.1.0
six = 1.16.0
transaction = 3.0.1
waitress = 2.1.2
z3c.pt = 3.3.1
zExceptions = 4.2
zExceptions = 4.3
zc.lockfile = 2.0
zdaemon = 4.4
zodbpickle = 2.6
Expand Down

0 comments on commit cddecf7

Please sign in to comment.