File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ eggs =
104104 collective.behavior.talcondition
105105; collective.upgrade
106106# imio.dms.policy
107+ ; plone.classicui
107108# Products.PrintingMailHost
108109
109110zcml =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ auto-checkout +=
1414; Products.CPUtils
1515; Products.PasswordStrength
1616; appy
17- ; collective.behavior.internalnumber
17+ collective.behavior.internalnumber
1818 collective.behavior.talcondition
1919; collective.classification.folder
2020; collective.classification.tree
@@ -95,10 +95,11 @@ environment-vars +=
9595eggs +=
9696; ${debug:eggs}
9797# put here under the eggs you want to install in dev only (otherwise in base.cfg)
98- ; shutup
98+ collective.behavior.internalnumber
9999# Products.PDBDebugMode
100- ; Products.PrintingMailHost
101- ; collective.wfautodoc
100+ ; Products.PrintingMailHost # not yet compatible with plone 6.1
101+ collective.wfautodoc
102+ shutup
102103# imio.restapi
103104; plone.app.workflowmanager
104105# wildcard.fixpersistentutilities
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ collective.contact.contactlist = git ${remotes:collective}/collective.contact.co
2929
3030
3131# OK for python 3.12 :
32- collective.behavior.internalnumber = git ${remotes:imio}/collective.behavior.internalnumber.git pushurl =${remotes:imio_push}/collective.behavior.internalnumber.git
32+ collective.behavior.internalnumber = git ${remotes:imio}/collective.behavior.internalnumber.git pushurl =${remotes:imio_push}/collective.behavior.internalnumber.git branch =plone6
3333collective.behavior.talcondition = git ${remotes:collective}/collective.behavior.talcondition.git pushurl =${remotes:collective_push}/collective.behavior.talcondition.git
3434collective.ckeditor = git ${remotes:collective}/collective.ckeditor.git pushurl =${remotes:collective_push}/collective.ckeditor.git
3535collective.ckeditortemplates = git ${remotes:collective}/collective.ckeditortemplates.git pushurl =${remotes:collective_push}/collective.ckeditortemplates.git
Original file line number Diff line number Diff line change 11[versions]
22
33beautifulsoup4 = 4.13.4
4+ collective.behavior.talcondition = 1.1.0
45collective.recipe.cmd = 0.11
56natsort = 8.4.0
67plone.recipe.zeoserver = 3.0.4
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ collective.wfautodoc = 1.2.0
66coverage = 7.8.2
77plone.versioncheck = 1.8.2
88Products.PrintingMailHost = 1.1.7
9+ shutup = 0.2.0
10+
11+ # Required by:
12+ # plone.versioncheck
13+ CacheControl = 0.14.3
14+ filelock = 3.18.0
15+ msgpack = 1.1.0
916
1017# Required by:
1118# collective.wfautodoc==1.2.0
You can’t perform that action at this time.
0 commit comments