Skip to content

Commit fce66c7

Browse files
committed
- add release 5.9 and update pins for master
1 parent fcceac0 commit fce66c7

11 files changed

+374
-57
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
* [requirements-full.txt](releases/4.x/requirements-full.txt)
1919
* [constraints.txt](releases/4.x/constraints.txt)
2020

21+
## 5.9
22+
23+
* [versions.cfg](releases/5.9/versions.cfg)
24+
* [versions-prod.cfg](releases/5.9/versions-prod.cfg)
25+
* [requirements-full.txt](releases/5.9/requirements-full.txt)
26+
* [constraints.txt](releases/5.9/constraints.txt)
27+
2128
## 5.8.6
2229

2330
* [versions.cfg](releases/5.8.6/versions.cfg)

releases/4.x/requirements-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Zope==< 5
1+
Zope==<5
22
AccessControl==4.4
33
Acquisition==4.13
44
AuthEncoding==4.3

releases/4.x/versions-prod.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Version pins for required and commonly used dependencies.
33

44
[versions]
5-
Zope = < 5
5+
Zope = <5
66
Zope2 = 4.0
77
# AccessControl 5+ no longer supports Zope 4.
88
AccessControl = 4.4

releases/5.9/constraints.txt

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
AccessControl==6.3
2+
Acquisition==5.1
3+
AuthEncoding==5.0
4+
BTrees==5.1
5+
Chameleon==4.2.0
6+
DateTime==5.3
7+
DocumentTemplate==4.6
8+
ExtensionClass==5.1
9+
MultiMapping==5.0
10+
Paste==3.7.1
11+
PasteDeploy==2.1.1; python_version == '3.7'
12+
PasteDeploy==3.1.0; python_version > '3.7'
13+
Persistence==4.1
14+
RestrictedPython==7.0
15+
WSGIProxy2==0.5.1
16+
WebOb==1.8.7
17+
WebTest==3.0.0
18+
ZConfig==4.0
19+
ZODB==5.8.1
20+
Zope2==4.0
21+
beautifulsoup4==4.12.2
22+
cffi==1.15.1; python_version == '3.7'
23+
cffi==1.16.0; python_version > '3.7'
24+
multipart==0.2.4
25+
persistent==5.1
26+
pycparser==2.21
27+
python-gettext==5.0
28+
pytz==2023.3.post1
29+
roman==4.1
30+
six==1.16.0
31+
soupsieve==2.4.1; python_version == '3.7'
32+
soupsieve==2.5; python_version > '3.7'
33+
transaction==4.0
34+
waitress==2.1.2
35+
z3c.pt==4.0
36+
zExceptions==5.0
37+
zc.lockfile==3.0.post1
38+
zc.recipe.egg==2.0.7
39+
zodbpickle==3.1
40+
zope.annotation==5.0
41+
zope.browser==3.0
42+
zope.browsermenu==5.0
43+
zope.browserpage==5.0
44+
zope.browserresource==5.1
45+
zope.cachedescriptors==5.0
46+
zope.component==6.0
47+
zope.configuration==5.0
48+
zope.container==5.2
49+
zope.contentprovider==5.0
50+
zope.contenttype==5.1
51+
zope.datetime==5.0.0
52+
zope.deferredimport==5.0
53+
zope.deprecation==5.0
54+
zope.dottedname==6.0
55+
zope.event==5.0
56+
zope.exceptions==5.0.1
57+
zope.filerepresentation==6.0
58+
zope.globalrequest==2.0
59+
zope.hookable==6.0
60+
zope.i18n==5.1
61+
zope.i18nmessageid==6.1.0
62+
zope.interface==6.1
63+
zope.lifecycleevent==5.0
64+
zope.location==5.0
65+
zope.pagetemplate==5.0
66+
zope.processlifetime==3.0
67+
zope.proxy==5.1
68+
zope.ptresource==5.0
69+
zope.publisher==7.0
70+
zope.schema==7.0.1
71+
zope.security==6.2
72+
zope.sequencesort==5.0
73+
zope.site==5.0
74+
zope.size==5.0
75+
zope.structuredtext==5.0
76+
zope.tal==5.0.1
77+
zope.tales==6.0
78+
zope.testbrowser==6.0
79+
zope.testing==5.0.1
80+
zope.traversing==5.0
81+
zope.viewlet==5.0

releases/5.9/requirements-full.txt

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
Zope==5.9
2+
AccessControl==6.3
3+
Acquisition==5.1
4+
AuthEncoding==5.0
5+
BTrees==5.1
6+
Chameleon==4.2.0
7+
DateTime==5.3
8+
DocumentTemplate==4.6
9+
ExtensionClass==5.1
10+
MultiMapping==5.0
11+
Paste==3.7.1
12+
PasteDeploy==2.1.1; python_version == '3.7'
13+
PasteDeploy==3.1.0; python_version > '3.7'
14+
Persistence==4.1
15+
RestrictedPython==7.0
16+
WSGIProxy2==0.5.1
17+
WebOb==1.8.7
18+
WebTest==3.0.0
19+
ZConfig==4.0
20+
ZODB==5.8.1
21+
Zope2==4.0
22+
beautifulsoup4==4.12.2
23+
cffi==1.15.1; python_version == '3.7'
24+
cffi==1.16.0; python_version > '3.7'
25+
multipart==0.2.4
26+
persistent==5.1
27+
pycparser==2.21
28+
python-gettext==5.0
29+
pytz==2023.3.post1
30+
roman==4.1
31+
six==1.16.0
32+
soupsieve==2.4.1; python_version == '3.7'
33+
soupsieve==2.5; python_version > '3.7'
34+
transaction==4.0
35+
waitress==2.1.2
36+
z3c.pt==4.0
37+
zExceptions==5.0
38+
zc.lockfile==3.0.post1
39+
zc.recipe.egg==2.0.7
40+
zodbpickle==3.1
41+
zope.annotation==5.0
42+
zope.browser==3.0
43+
zope.browsermenu==5.0
44+
zope.browserpage==5.0
45+
zope.browserresource==5.1
46+
zope.cachedescriptors==5.0
47+
zope.component==6.0
48+
zope.configuration==5.0
49+
zope.container==5.2
50+
zope.contentprovider==5.0
51+
zope.contenttype==5.1
52+
zope.datetime==5.0.0
53+
zope.deferredimport==5.0
54+
zope.deprecation==5.0
55+
zope.dottedname==6.0
56+
zope.event==5.0
57+
zope.exceptions==5.0.1
58+
zope.filerepresentation==6.0
59+
zope.globalrequest==2.0
60+
zope.hookable==6.0
61+
zope.i18n==5.1
62+
zope.i18nmessageid==6.1.0
63+
zope.interface==6.1
64+
zope.lifecycleevent==5.0
65+
zope.location==5.0
66+
zope.pagetemplate==5.0
67+
zope.processlifetime==3.0
68+
zope.proxy==5.1
69+
zope.ptresource==5.0
70+
zope.publisher==7.0
71+
zope.schema==7.0.1
72+
zope.security==6.2
73+
zope.sequencesort==5.0
74+
zope.site==5.0
75+
zope.size==5.0
76+
zope.structuredtext==5.0
77+
zope.tal==5.0.1
78+
zope.tales==6.0
79+
zope.testbrowser==6.0
80+
zope.testing==5.0.1
81+
zope.traversing==5.0
82+
zope.viewlet==5.0

releases/5.9/versions-prod.cfg

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
[buildout]
2+
# Version pins for required and commonly used dependencies.
3+
4+
[versions]
5+
Zope = 5.9
6+
Zope2 = 4.0
7+
AccessControl = 6.3
8+
Acquisition = 5.1
9+
AuthEncoding = 5.0
10+
BTrees = 5.1
11+
Chameleon = 4.2.0
12+
DateTime = 5.3
13+
DocumentTemplate = 4.6
14+
ExtensionClass = 5.1
15+
MultiMapping = 5.0
16+
Paste = 3.7.1
17+
PasteDeploy = 3.1.0
18+
Persistence = 4.1
19+
RestrictedPython = 7.0
20+
WebTest = 3.0.0
21+
WSGIProxy2 = 0.5.1
22+
WebOb = 1.8.7
23+
ZConfig = 4.0
24+
ZODB = 5.8.1
25+
beautifulsoup4 = 4.12.2
26+
cffi = 1.16.0
27+
multipart = 0.2.4
28+
persistent = 5.1
29+
pycparser = 2.21
30+
python-gettext = 5.0
31+
pytz = 2023.3.post1
32+
six = 1.16.0
33+
roman = 4.1
34+
soupsieve = 2.5
35+
transaction = 4.0
36+
waitress = 2.1.2
37+
z3c.pt = 4.0
38+
zExceptions = 5.0
39+
zc.lockfile = 3.0.post1
40+
zc.recipe.egg = 2.0.7
41+
zodbpickle = 3.1
42+
zope.annotation = 5.0
43+
zope.browser = 3.0
44+
zope.browsermenu = 5.0
45+
zope.browserpage = 5.0
46+
zope.browserresource = 5.1
47+
zope.cachedescriptors = 5.0
48+
zope.component = 6.0
49+
zope.configuration = 5.0
50+
zope.container = 5.2
51+
zope.contentprovider = 5.0
52+
zope.contenttype = 5.1
53+
zope.datetime = 5.0.0
54+
zope.deferredimport = 5.0
55+
zope.deprecation = 5.0
56+
zope.dottedname = 6.0
57+
zope.event = 5.0
58+
zope.exceptions = 5.0.1
59+
zope.filerepresentation = 6.0
60+
zope.globalrequest = 2.0
61+
zope.hookable = 6.0
62+
zope.i18n = 5.1
63+
zope.i18nmessageid = 6.1.0
64+
zope.interface = 6.1
65+
zope.lifecycleevent = 5.0
66+
zope.location = 5.0
67+
zope.pagetemplate = 5.0
68+
zope.processlifetime = 3.0
69+
zope.proxy = 5.1
70+
zope.ptresource = 5.0
71+
zope.publisher = 7.0
72+
zope.schema = 7.0.1
73+
zope.security = 6.2
74+
zope.sequencesort = 5.0
75+
zope.site = 5.0
76+
zope.size = 5.0
77+
zope.structuredtext = 5.0
78+
zope.tal = 5.0.1
79+
zope.tales = 6.0
80+
zope.testbrowser = 6.0
81+
zope.testing = 5.0.1
82+
zope.traversing = 5.0
83+
zope.viewlet = 5.0
84+
85+
[versions:python37]
86+
# PasteDeploy 3.x works on Python 3.7 but pulls tons of dependencies
87+
PasteDeploy = 2.1.1
88+
# SoupSieve 2.5 and up requires Python 3.8
89+
soupsieve = 2.4.1
90+
# cffi 1.16.0 requires Python 3.8
91+
cffi = 1.15.1

releases/5.9/versions.cfg

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[buildout]
2+
extends =
3+
versions-prod.cfg
4+
versions = versions
5+
6+
[versions]
7+
# Version pins for development and optional dependencies.
8+
Babel = 2.13.1
9+
Jinja2 = 3.1.2
10+
Missing = 5.0
11+
MarkupSafe = 2.1.3
12+
Products.BTreeFolder2 = 5.1
13+
Products.ZCatalog = 7.0
14+
Pygments = 2.17.2
15+
Record = 4.0
16+
Sphinx = 7.2.6
17+
alabaster = 0.7.13
18+
certifi = 2023.11.17
19+
charset-normalizer = 3.3.2
20+
collective.recipe.template = 2.2
21+
colorama = 0.4.6
22+
# sphinx-rtd-theme 1.3.0 requires docutils<19
23+
docutils = 0.18.1
24+
five.localsitemanager = 4.0
25+
idna = 3.4
26+
imagesize = 1.4.1
27+
importlib-metadata = 6.8.0
28+
mr.developer = 2.0.1
29+
packaging = 23.2
30+
plone.recipe.command = 1.1
31+
requests = 2.31.0
32+
snowballstemmer = 2.2.0
33+
sphinx-rtd-theme = 1.3.0
34+
sphinxcontrib-applehelp = 1.0.7
35+
sphinxcontrib-devhelp = 1.0.5
36+
sphinxcontrib-htmlhelp = 2.0.4
37+
sphinxcontrib-jquery = 4.1
38+
sphinxcontrib-jsmath = 1.0.1
39+
sphinxcontrib-qthelp = 1.0.6
40+
sphinxcontrib-serializinghtml = 1.1.9
41+
tempstorage = 6.0
42+
urllib3 = 2.1.0
43+
z3c.checkversions = 2.1
44+
zc.recipe.testrunner = 3.0
45+
zipp = 3.17.0
46+
zope.testrunner = 6.2
47+
48+
[versions:python38]
49+
# Sphinx >= 7.2 requires Python 3.9+
50+
Sphinx = 7.1.2
51+
# sphinxcontrib-serializinghtml >= 1.1.6 requires Python 3.9+
52+
sphinxcontrib-serializinghtml = 1.1.5
53+
# sphinxcontrib-qthelp >= 1.0.4 requires Python 3.9+
54+
sphinxcontrib-qthelp = 1.0.3
55+
# sphinxcontrib-htmlhelp >= 2.0.2 requires Python 3.9+
56+
sphinxcontrib-htmlhelp = 2.0.1
57+
# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+
58+
sphinxcontrib-devhelp = 1.0.2
59+
# sphinxcontrib-applehelp >= 1.0.5 requires Python 3.9+
60+
sphinxcontrib-applehelp = 1.0.4
61+
62+
[versions:python37]
63+
# importlib-metadata 6.8.0 requires Python 3.8+
64+
importlib-metadata = 6.7.0
65+
# Sphinx >= 6.0 requires Python 3.8+
66+
Sphinx = 5.3.0
67+
# Sphinx 5.3 requires typing-extensions for Python 3.7
68+
typing-extensions = 4.7.1
69+
# sphinxcontrib-serializinghtml >= 1.1.6 requires Python 3.9+
70+
sphinxcontrib-serializinghtml = 1.1.5
71+
# sphinxcontrib-qthelp >= 1.0.4 requires Python 3.9+
72+
sphinxcontrib-qthelp = 1.0.3
73+
# sphinxcontrib-htmlhelp >= 2.0.1 requires Python 3.8+
74+
sphinxcontrib-htmlhelp = 2.0.0
75+
# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+
76+
sphinxcontrib-devhelp = 1.0.2
77+
# sphinxcontrib-applehelp >= 1.0.3 requires Python 3.8+
78+
sphinxcontrib-applehelp = 1.0.2
79+
# urllib3 > 2.1.0 requires Python 3.8+
80+
urllib3 = 2.0.7
81+
# zipp >= 3.16 requires Python 3.8+
82+
zipp = 3.15

0 commit comments

Comments
 (0)