Skip to content

Commit c09ba7a

Browse files
committed
- add pins for release 5.11 and update pins for master
1 parent d14ca90 commit c09ba7a

File tree

9 files changed

+452
-135
lines changed

9 files changed

+452
-135
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313

1414
(files created from the 4.x branch but not necessarily in sync with it)
1515

16-
* [versions.cfg](releases/4.x/versions.cfg)
17-
* [versions-prod.cfg](releases/4.x/versions-prod.cfg)
18-
* [requirements-full.txt](releases/4.x/requirements-full.txt)
19-
* [constraints.txt](releases/4.x/constraints.txt)
16+
17+
## 5.11
18+
19+
* [versions.cfg](releases/5.11/versions.cfg)
20+
* [versions-prod.cfg](releases/5.11/versions-prod.cfg)
21+
* [requirements-full.txt](releases/5.11/requirements-full.txt)
22+
* [constraints.txt](releases/5.11/constraints.txt)
2023

2124
## 5.10
2225

@@ -214,6 +217,13 @@
214217
* [requirements-full.txt](releases/4.8.11/requirements-full.txt)
215218
* [constraints.txt](releases/4.8.11/constraints.txt)
216219

220+
## 4.8.10
221+
222+
* [versions.cfg](releases/4.8.10/versions.cfg)
223+
* [versions-prod.cfg](releases/4.8.10/versions-prod.cfg)
224+
* [requirements-full.txt](releases/4.8.10/requirements-full.txt)
225+
* [constraints.txt](releases/4.8.10/constraints.txt)
226+
217227
## 4.8.9
218228

219229
* [versions.cfg](releases/4.8.9/versions.cfg)

releases/5.11/constraints.txt

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

releases/5.11/requirements-full.txt

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

releases/5.11/versions-prod.cfg

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
[buildout]
2+
# Version pins for required and commonly used dependencies.
3+
4+
[versions]
5+
Zope = 5.11
6+
Zope2 = 4.0
7+
AccessControl = 7.1
8+
Acquisition = 6.1
9+
AuthEncoding = 5.0
10+
BTrees = 6.1
11+
Chameleon = 4.4.4
12+
DateTime = 5.5
13+
DocumentTemplate = 4.6
14+
ExtensionClass = 6.0
15+
MultiMapping = 5.0
16+
Paste = 3.10.1
17+
PasteDeploy = 3.1.0
18+
Persistence = 5.1
19+
RestrictedPython = 7.4
20+
WebTest = 3.0.1
21+
WSGIProxy2 = 0.5.1
22+
WebOb = 1.8.8
23+
ZConfig = 4.1
24+
ZODB = 6.0
25+
beautifulsoup4 = 4.12.3
26+
cffi = 1.17.1
27+
multipart = 0.2.5
28+
persistent = 6.1
29+
pycparser = 2.22
30+
python-gettext = 5.0
31+
pytz = 2024.2
32+
six = 1.16.0
33+
roman = 4.2
34+
soupsieve = 2.6
35+
transaction = 5.0
36+
waitress = 3.0.0
37+
z3c.pt = 4.4
38+
zExceptions = 5.0
39+
zc.lockfile = 3.0.post1
40+
zc.recipe.egg = 2.0.7
41+
zodbpickle = 4.1.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.1
50+
zope.container = 6.1
51+
zope.contentprovider = 6.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.1
59+
zope.filerepresentation = 6.0
60+
zope.globalrequest = 2.0
61+
zope.hookable = 7.0
62+
zope.i18n = 5.2
63+
zope.i18nmessageid = 7.0
64+
zope.interface = 7.1.0
65+
zope.lifecycleevent = 5.0
66+
zope.location = 5.0
67+
zope.pagetemplate = 5.1
68+
zope.processlifetime = 3.0
69+
zope.proxy = 6.1
70+
zope.ptresource = 5.0
71+
zope.publisher = 7.1
72+
zope.schema = 7.0.1
73+
zope.security = 7.3
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 = 7.0
81+
zope.testing = 5.0.1
82+
zope.traversing = 5.0
83+
zope.viewlet = 5.0
84+
85+
[versions:python38]
86+
# Chameleon >= 4.5 requires Python 3.9
87+
Chameleon = 4.4.4

releases/5.11/versions.cfg

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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.16.0
9+
Jinja2 = 3.1.4
10+
Missing = 5.0
11+
MarkupSafe = 3.0.1
12+
Products.BTreeFolder2 = 5.1
13+
Products.ZCatalog = 7.1
14+
Pygments = 2.18.0
15+
Record = 4.1
16+
Sphinx = 8.0.2
17+
alabaster = 1.0.0
18+
certifi = 2024.8.30
19+
charset-normalizer = 3.4.0
20+
collective.recipe.template = 2.2
21+
colorama = 0.4.6
22+
docutils = 0.21.2
23+
five.localsitemanager = 4.0
24+
furo = 2024.8.6
25+
idna = 3.10
26+
imagesize = 1.4.1
27+
importlib-metadata = 8.5.0
28+
# Required by zope.testbrowser on Python 3.13 because WebOb still uses cgi.
29+
legacy-cgi = 2.6.1
30+
mr.developer = 2.0.2
31+
packaging = 24.1
32+
plone.recipe.command = 1.1
33+
requests = 2.32.3
34+
snowballstemmer = 2.2.0
35+
sphinx-basic-ng = 1.0.0b2
36+
sphinxcontrib-applehelp = 2.0.0
37+
sphinxcontrib-devhelp = 2.0.0
38+
sphinxcontrib-htmlhelp = 2.1.0
39+
sphinxcontrib-jsmath = 1.0.1
40+
sphinxcontrib-qthelp = 2.0.0
41+
sphinxcontrib-serializinghtml = 2.0.0
42+
tempstorage = 6.0
43+
tomli = 2.0.2
44+
urllib3 = 2.2.3
45+
z3c.checkversions = 2.1
46+
zc.recipe.testrunner = 3.1
47+
zipp = 3.20.2
48+
zope.testrunner = 6.5
49+
50+
[versions:python39]
51+
# Sphinx <8 requires alabaster <1
52+
alabaster = 0.7.14
53+
# Sphinx <8 requires docutils <0.21
54+
docutils = 0.20.1
55+
# Sphinx >=8 requires Python 3.10
56+
Sphinx = 7.4.7
57+
58+
[versions:python38]
59+
# alabaster >= 0.7.14 requires Python 3.9
60+
alabaster = 0.7.13
61+
# Sphinx <8 requires docutils <0.21
62+
docutils = 0.20.1
63+
# Required dependency on Python 3.8 only
64+
importlib-resources = 6.4.0
65+
# MarkupSafe >= 3 requires Python 3.9
66+
MarkupSafe = 2.1.5
67+
# Sphinx >= 7.2 requires Python 3.9+
68+
Sphinx = 7.1.2
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.2 requires Python 3.9+
74+
sphinxcontrib-htmlhelp = 2.0.1
75+
# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+
76+
sphinxcontrib-devhelp = 1.0.2
77+
# sphinxcontrib-applehelp >= 1.0.5 requires Python 3.9+
78+
sphinxcontrib-applehelp = 1.0.4

0 commit comments

Comments
 (0)