Skip to content

Commit

Permalink
Use Plone 6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Sep 6, 2024
1 parent 94330c3 commit 2c49a1e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ eggs =
zcml =
collective.big.bang
${buildout:zcml}
consolelog-handler = rich.console.RichHandler

[debug-products]
eggs =
Expand Down
4 changes: 4 additions & 0 deletions dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ auto-checkout =
collective.autopublishing
imio.webspellchecker
imio.helpers
; collective.ai.core
; collective.ai.summarizer

develop =


always-checkout = true
allow-picked-versions = true
show-picked-versions = true
always-checkout = true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-c https://dist.plone.org/release/6.0.11.1/requirements.txt
-c https://dist.plone.org/release/6.0.13/requirements.txt
setuptools
zc.buildout
wheel
2 changes: 2 additions & 0 deletions sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ collective.timestamp = git ${remotes:collective}/collective.timestamp.git pushur
collective.autopublishing = git ${remotes:collective}/collective.autopublishing.git pushurl=${remotes:collective_push}/collective.autopublishing.git branch=master
imio.webspellchecker = git ${remotes:imio}/imio.webspellchecker.git pushurl=${remotes:imio_push}/imio.webspellchecker.git branch=master
imio.helpers = git ${remotes:imio}/imio.helpers.git pushurl=${remotes:imio_push}/imio.helpers.git branch=master
collective.ai.core = git [email protected]:duchenean/collective.ai.core.git
collective.ai.summarizer = git [email protected]:duchenean/collective.ai.summarizer.git
1 change: 0 additions & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plonetheme.deliberations = 0.1a6
prompt-toolkit = 3.0.43
docutils = 0.21.2
python-dateutil = 2.9.0
robotframework-debuglibrary = 2.5.0

# Picked when prod.cfg is used
Products.PDBDebugMode = 2.0
Expand Down

0 comments on commit 2c49a1e

Please sign in to comment.