Skip to content

Commit e831796

Browse files
committed
collective.excelexport master is now Plone6 compatible
1 parent 75be41a commit e831796

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

buildout.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ auto-checkout +=
77
plone.restapi
88

99
[sources]
10-
collective.excelexport = git ${remotes:collective}/collective.excelexport.git pushurl=${remotes:collective_push}/collective.excelexport.git branch=plone6
1110
appy = git ${remotes:imio}/appy.git pushurl=${remotes:imio_push}/appy.git branch=python3
1211
plone.restapi = git ${remotes:plone}/plone.restapi.git pushurl=${remotes:plone_push}/plone.restapi.git branch=main
1312

@@ -32,4 +31,4 @@ pickleshare = 0.7.5
3231
ptyprocess = 0.7.0
3332
pure-eval = 0.2.2
3433
stack-data = 0.5.1
35-
traitlets = 5.4.0
34+
traitlets = 5.4.0

test-6.0.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ auto-checkout +=
1010

1111
[sources]
1212
appy = git ${remotes:imio}/appy.git pushurl=${remotes:imio_push}/appy.git branch=python3
13-
collective.excelexport = git ${remotes:collective}/collective.excelexport.git pushurl=${remotes:collective_push}/collective.excelexport.git branch=plone6
1413
plone.restapi = git ${remotes:plone}/plone.restapi.git pushurl=${remotes:plone_push}/plone.restapi.git branch=main
1514

1615
[versions]

test-6.1.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ extends =
88

99
[sources]
1010
appy = git ${remotes:imio}/appy.git pushurl=${remotes:imio_push}/appy.git branch=python3
11-
collective.excelexport = git ${remotes:collective}/collective.excelexport.git pushurl=${remotes:collective_push}/collective.excelexport.git branch=plone6
12-
1311

1412
[versions]
1513
# Make sure z3c.* packages are adopting the same PEP 420 native namespace

0 commit comments

Comments
 (0)