Skip to content

Commit 943cc16

Browse files
committed
Added internalnumber
1 parent 9602718 commit 943cc16

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

base.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

109110
zcml =

dev.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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 +=
9595
eggs +=
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

sources.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3333
collective.behavior.talcondition = git ${remotes:collective}/collective.behavior.talcondition.git pushurl=${remotes:collective_push}/collective.behavior.talcondition.git
3434
collective.ckeditor = git ${remotes:collective}/collective.ckeditor.git pushurl=${remotes:collective_push}/collective.ckeditor.git
3535
collective.ckeditortemplates = git ${remotes:collective}/collective.ckeditortemplates.git pushurl=${remotes:collective_push}/collective.ckeditortemplates.git

versions-base.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[versions]
22

33
beautifulsoup4 = 4.13.4
4+
collective.behavior.talcondition = 1.1.0
45
collective.recipe.cmd = 0.11
56
natsort = 8.4.0
67
plone.recipe.zeoserver = 3.0.4

versions-dev.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ collective.wfautodoc = 1.2.0
66
coverage = 7.8.2
77
plone.versioncheck = 1.8.2
88
Products.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

0 commit comments

Comments
 (0)