-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
versions.cfg
464 lines (434 loc) · 14.8 KB
/
versions.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
[buildout]
# This file is part of buildout.coredev repository: https://github.com/plone/buildout.coredev
# The plone release team is responsible for it,
# if you have suggestions, please open an issue at: https://github.com/plone/buildout.coredev/issues
# Based on latest development Zope:
# extends = https://raw.githubusercontent.com/zopefoundation/Zope/4.x/versions.cfg
# Based on released Zope:
extends = https://zopefoundation.github.io/Zope/releases/4.8.10/versions.cfg
[versions]
##############################################################################
# Build Tools
# Basics
# For setuptools, zc.buildout, and wheel, see below at versions:python3 and versions:python27.
# Note that extending this versions.cfg and overriding [versions] still works,
# without needing to specifically override [versions:python3/27].
# windows specific
nt-svcutils = 2.13.0
# recipes and extensions
build = 0.1.0
buildout.requirements = 0.2.2
cachecontrol = 0.12.11
click = 7.1.2
click-default-group = 1.2.2
collective.recipe.omelette = 1.1.0
freezegun = 0.3.15
Genshi = 0.7.7
incremental = 17.5.0
plone.recipe.alltests = 1.5.2
plone.recipe.precompiler = 0.7.2
plone.recipe.zeoserver = 2.0.3
plone.recipe.zope2instance = 6.13.0
plone.releaser = 1.8.9
plone.versioncheck = 1.8.2
python-dotenv = 0.21.0
towncrier = 19.2.0
twine = 3.3.0
z3c.template = 3.2
zest.releaser = 6.22.2
zestreleaser.towncrier = 1.2.0
pep517 = 0.9.1
ZopeUndo = 4.3
# testing
collective.MockMailHost = 2.0.0
collective.xmltestreport = 2.0.2
# Robot Testing
plone.app.robotframework = 1.5.6
robotframework = 3.1.2
robotframework-python3 = 2.9
robotframework-debuglibrary = 1.2.1
robotframework-ride = 1.7.4.1
robotframework-seleniumlibrary = 3.3.1
robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotsuite = 2.2.1
selenium = 3.141.0
# i18n
i18ndude = 5.5.0
msgpack = 0.6.2
##############################################################################
# Zope world dependencies
# Plone dependencies on other Zope packages not part of the Zope release
Products.ExternalMethod = 4.7
Products.MailHost = 4.13
Products.PythonScripts = 4.15
Products.StandardCacheManagers = 4.2
zc.relation = 1.1.post2
zc.sourcefactory = 1.1
ZODB3 = 3.11.0
zope.app.intid = 3.7.1
zope.app.locales = 4.3
zope.copy = 4.3
zope.copypastemove = 4.2.1
zope.dublincore = 4.3.0
zope.intid = 4.4.0
zope.keyreference = 4.2.0
zope.mkzeoinstance = 4.1
zope.password = 4.4
# Older/newer versions than pinned in Zope. Remove only if we are sure Zope has has a good version now.
# Each pin should have a comment in versionannotations below.
zope.component = 4.6.2
Sphinx = 1.8.6
##############################################################################
# External dependencies
calmjs.parse = 1.2.5
cssselect = 1.1.0
decorator = 4.4.2
enum34 = 1.1.10
interlude = 1.3.1
jsonschema = 3.2.0
lockfile = 0.12.2
markdown = 3.2.2
olefile = 0.46
ordereddict = 1.1
pathlib = 1.0.1
piexif = 1.1.3
pillow = 6.2.2
pyjwt = 1.7.1
pyrsistent = 0.15.7
pyscss = 1.3.7
python-dateutil = 2.8.2
repoze.xmliter = 0.6.1
simplejson = 3.18.1
# Special pins, see annotations
ply = 3.11
unidecode = 0.04.1
##############################################################################
# Plone release
borg.localrole = 3.1.9
collective.monkeypatcher = 1.2.2
diazo = 1.5.0
five.customerize = 2.1.0
five.intid = 1.2.6
icalendar = 4.1.0
mockup = 3.2.8
Plone = 5.2.15
plone.alterego = 1.1.5
plone.api = 1.11.1
plone.app.caching = 2.2.1
plone.app.content = 3.8.10
plone.app.contentlisting = 2.0.8
plone.app.contentmenu = 2.3.4
plone.app.contentrules = 4.1.6
plone.app.contenttypes = 2.2.3
plone.app.customerize = 1.3.12
plone.app.dexterity = 2.6.11
plone.app.discussion = 3.4.9
plone.app.event = 3.2.14
plone.app.folder = 1.3.2
plone.app.i18n = 3.0.6
plone.app.intid = 1.1.4
plone.app.iterate = 4.0.3
plone.app.layout = 3.5.2
plone.app.linkintegrity = 3.6.2
plone.app.locales = 5.1.34
plone.app.lockingbehavior = 1.0.7
plone.app.multilingual = 5.6.6
plone.app.portlets = 4.4.9
plone.app.querystring = 1.6.1
plone.app.redirector = 2.2.1
plone.app.registry = 1.7.9
plone.app.testing = 6.1.9
plone.app.textfield = 1.3.7
plone.app.theming = 4.1.8
plone.app.upgrade = 2.1.8
plone.app.users = 2.6.8
plone.app.uuid = 2.0.2
plone.app.viewletmanager = 3.1.3
plone.app.vocabularies = 4.3.0
plone.app.widgets = 3.0.7
plone.app.workflow = 4.0.4
plone.app.z3cform = 3.2.5
plone.autoform = 1.9.1
plone.batching = 1.1.7
plone.behavior = 1.4.0
plone.browserlayer = 2.2.4
plone.cachepurging = 2.0.4
plone.caching = 1.2.2
plone.contentrules = 2.1.3
plone.dexterity = 2.10.5
plone.event = 1.4.2
plone.folder = 3.1.0
plone.formwidget.namedfile = 2.1.3
plone.formwidget.querystring = 1.1.10
plone.formwidget.recurrence = 2.1.5
plone.i18n = 4.0.7
plone.indexer = 1.0.7
plone.intelligenttext = 3.1.0
plone.keyring = 3.2.1
plone.locking = 2.3.0
plone.memoize = 3.0.0
plone.mockup = 1.0
plone.namedfile = 5.6.1
plone.outputfilters = 4.1.0
plone.portlet.collection = 3.3.7
plone.portlet.static = 3.1.6
plone.portlets = 2.3.3
plone.protect = 4.1.8
plone.registry = 1.2.1
plone.reload = 3.0.2
plone.resource = 2.1.4
plone.rest = 1.6.2
plone.restapi = 7.9.0
plone.resourceeditor = 3.0.4
plone.rfc822 = 2.0.2
plone.scale = 3.1.2
plone.schema = 1.4.0
plone.schemaeditor = 3.0.3
plone.session = 3.7.5
plone.staticresources = 1.4.6
plone.stringinterp = 1.3.3
plone.subrequest = 1.9.3
plone.supermodel = 1.6.5
plone.synchronize = 1.0.4
plone.testing = 8.0.3
plone.theme = 3.0.7
plone.transformchain = 2.0.2
plone.uuid = 1.0.6
plone.z3cform = 1.1.3
plonetheme.barceloneta = 2.1.11
Products.CMFCore = 2.7.1
Products.CMFDiffTool = 3.3.3
Products.CMFDynamicViewFTI = 6.0.3
Products.CMFEditions = 3.3.5
Products.CMFFormController = 4.1.4
Products.CMFPlacefulWorkflow = 2.0.4
Products.CMFPlone = 5.2.15
Products.CMFQuickInstallerTool = 4.0.4
Products.CMFUid = 3.5
Products.contentmigration = 2.2.2
Products.DateRecurringIndex = 3.0.1
Products.DCWorkflow = 2.7.0
Products.ExtendedPathIndex = 4.0.1
Products.ExternalEditor = 3.1.0
Products.GenericSetup = 2.3.0
Products.isurlinportal = 1.2.1
Products.MimetypesRegistry = 2.1.9
Products.PloneLanguageTool = 3.2.10
Products.PlonePAS = 6.0.8
Products.PloneTestCase = 0.9.18
Products.PluggableAuthService = 2.8.1
Products.PluginRegistry = 1.11
Products.PortalTransforms = 3.2.2
Products.SecureMailHost = 1.1.2
Products.Sessions = 4.15
Products.SiteErrorLog = 5.7
Products.TemporaryFolder = 5.3
Products.statusmessages = 5.0.5
Products.validation = 2.1.3
Products.ZODBMountPoint = 1.3
Products.ZopeVersionControl = 3.0.0
Products.ZSQLMethods = 3.16
z3c.autoinclude = 0.4.1
z3c.caching = 2.2
z3c.form = 3.7.1
z3c.formwidget.query = 1.0.0
z3c.zcmlhook = 1.1
zodbverify = 1.2.0
# old theme of Plone 4.x series
plonetheme.sunburst = 1.5.5
##############################################################################
# Ecosystem (not officially part of core)
collective.js.jqueryui = 2.1.8
collective.z3cform.datagridfield = 1.5.3
collective.z3cform.datetimewidget = 1.2.9
plone.app.debugtoolbar = 1.4.0
plone.app.relationfield = 2.0.3
plone.app.versioningbehavior = 1.4.6
plone.formwidget.autocomplete = 1.4.1
plone.formwidget.contenttree = 1.2.0
plone.formwidget.datetime = 1.3.5
z3c.batching = 2.2
z3c.blobfile = 0.1.5
z3c.jbot = 1.1.1
z3c.objpath = 1.3
z3c.relationfield = 0.9.0
z3c.unconfigure = 1.1
zc.relationship = 2.0.post1
Products.PrintingMailHost = 1.1.6
Products.PDBDebugMode = 2.0
# Mosaic and related
plone.app.blocks = 5.2.2
plone.app.drafts = 1.1.3
plone.app.mosaic = 2.2.5
plone.app.standardtiles = 2.5.0
plone.app.tiles = 3.3.0
plone.tiles = 2.3.1
plone.jsonserializer = 0.9.11
# egg versions formerly in tests.cfg.
# We said they were not part of the release, but should still be pinned
# so our development builds are repeatable.
# But real dependencies creep in anyway, like cryptography that is pulled in by restapi.
argcomplete = 1.11.1
argh = 0.26.2
args = 0.1.0
asn1crypto = 1.3.0
cached-property = 1.5.2
check-manifest = 0.49
clint = 0.5.1
cryptography = 3.3.2
Deprecated = 1.2.13
distro = 1.5.0
ecdsa = 0.15
entrypoints = 0.3
fancycompleter = 0.9.1
FormEncode = 1.3.1
gitdb = 0.6.4
gitdb2 = 2.0.6
GitPython = 2.1.15
html5lib = 1.1
httplib2 = 0.21.0
keyring = 19.3.0
launchpadlib = 1.10.18
lazr.authentication = 0.1.3
lazr.restfulclient = 0.14.5
lazr.uri = 1.0.6
oauth = 1.0.1
oauthlib = 3.2.2
pathtools = 0.1.2
pdbpp = 0.10.3
progress = 1.6
prompt-toolkit = 1.0.18
pycrypto = 2.6.1
PyGithub = 1.47
pyrepl = 0.9.0
pyroma = 3.3
PyYAML = 5.4.1
smmap = 3.0.5
smmap2 = 3.0.1
stdlib-list = 0.8.0
testresources = 2.0.1
wadllib = 1.3.6
watchdog = 1.0.2
wcwidth = 0.1.9
wmctrl = 0.3
wrapt = 1.12.1
z3c.dependencychecker = 2.8
zest.pocompile = 1.6.0
# versions pinned in Zope 4.x until 2022-04-13
appdirs = 1.4.4
attrs = 21.4.0
backports.entry-points-selectable = 1.1.1
bleach = 3.3.1
buildout.wheel = 0.2.0
cmarkgfm = 0.6.0
collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.1
colorama = 0.4.6
configparser = 4.0.2
contextlib2 = 0.6.0.post1
coverage = 5.5
distlib = 0.3.6
filelock = 3.9.0
importlib-metadata = 0.23
importlib-resources = 3.3.1
lxml = 4.8.0
manuel = 1.10.1
nose = 1.3.7
pathlib2 = 2.3.7.post1
pkginfo = 1.8.3
platformdirs = 2.0.2
pluggy = 0.13.1
py = 1.11.0
readme-renderer = 28.0
requests-toolbelt = 0.10.1
scandir = 1.10.0
singledispatch = 3.7.0
toml = 0.10.2
tox = 3.28.0
tqdm = 4.64.1
virtualenv = 20.15.1
webencodings = 0.5.1
zipp = 1.2.0
[versions:python3]
# !! keep in sync with requirements.txt !!
setuptools = 65.7.0
zc.buildout = 3.0.1
wheel = 0.38.4
# other:
FormEncode = 2.0.1
jeepney = 0.8.0
feedparser = 6.0.8
rfc3986 = 2.0.0
SecretStorage = 3.3.3
sgmllib3k = 1.0.0
tomli = 2.0.1
typing =
wxPython = 4.1.1
[versions:python27]
# !! keep in sync with requirements.txt !!
setuptools = 42.0.2
zc.buildout = 2.13.8
wheel = 0.37.1
# other:
cachecontrol = 0.12.6
check-manifest = 0.41
docutils = 0.15.2
feedparser = 5.2.1
filelock = 3.2.1
functools32 = 3.2.3.post2
futures = 3.3.0
keyring = 4.1.1
markdown = 3.1.1
mock = 3.0.5
oauthlib = 3.1.0
pip = 20.3.4
PyGithub = 1.45
pyroma = 2.6.1
python-dotenv = 0.18.0
SecretStorage = 2.3.1
sourcecodegen = 0.6.14
sphinxcontrib-websupport = 1.1.2
trollius = 2.2.post1
twine = 1.15.0
typing = 3.10.0.0
watchdog = 0.10.6
wxPython = 4.0.7.post2
z3c.dependencychecker = 2.7
# BBB only packages (to be removed with Plone 5.3 or 6.0 and in 5.2 on Python 3.6+
plone.app.controlpanel = 4.0.1
# Archetypes
# part of core, listed separate b/c of planned removal for 6.0 and 5.2 on Python 3
archetypes.referencebrowserwidget = 2.5.11
archetypes.schemaextender = 3.0.2
plone.app.blob = 1.8.2
plone.app.collection = 1.2.8
plone.app.imaging = 2.1.2
Products.Archetypes = 1.16.6
Products.ATContentTypes = 3.0.7
Products.Marshall = 2.4.1
Products.TinyMCE = 1.4.3
# Ecosystem
# Archetypes related
archetypes.multilingual = 3.0.9
plone.app.referenceablebehavior = 0.7.9
[versionannotations]
# keep this alphabetical please
cryptography =
3.4 needs a Rust compiler, unless there is a wheel for your platform.
ply =
3.4 previously pinned for slimit, but calmjs.parse needs 3.6+, though it comes with pre-generated tab files for up to 3.11. See https://github.com/dabeaz/ply/issues/82,
Sphinx =
Zope 4.8.1 pinned Sphinx to 1.8.5. Zope 4.8.2 increased it to 4.5.0, for Python 3.6 and higher. But that requires importlib-metadata 4.4 or higher, and we still pin 0.23. So best stick with the old Sphinx.
towncrier = 19.2.0
19.9.0 causes duplicate headers. Some newer versions could be used, but they contain nothing that we need.
twine =
1.15.0 is last to support Python 2.7. 3.4.0 depends on too new importlib-metadata
Unidecode =
Unidecode 0.04.{2-9} breaks tests
virtualenv =
20.15.1 is the last to support Python 2. 20.16.3 depends on too new importlib-metadata>=4.8.3 on python_version < 3.8.
zope.component =
5.0.0 causes a few problems. See https://github.com/plone/buildout.coredev/pull/725#issuecomment-872272811
zestreleaser.towncrier = 1.2.0
1.3.0 requires towncrier 19.9.0