Skip to content

Commit

Permalink
Merge fa8892e into a6536fe
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Dec 20, 2022
2 parents a6536fe + fa8892e commit 193ee36
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Changelog

- Add GenericSetup caching profile [sverbois]


1.0a1 (2022-01-25)
------------------

Expand Down
14 changes: 8 additions & 6 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ extensions =
mr.developer

extends =
https://dist.plone.org/release/6.0.0a3/versions.cfg
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/versions.cfg
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/sources.cfg
https://raw.githubusercontent.com/IMIO/buildout.news/main/sources.cfg
https://dist.plone.org/release/6.0.0/versions.cfg
https://dist.plone.org/release/6.0.0/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.0/versions-extra.cfg
https://raw.githubusercontent.com/IMIO/buildout.smartweb/6.0.0b2/versions.cfg
https://raw.githubusercontent.com/IMIO/buildout.smartweb/6.0.0b2/sources.cfg

sources-dir = devel
auto-checkout +=
collective.autopublishing
plone.app.imagecropping
imio.news.core
imio.smartweb.common
imio.smartweb.locales
Expand Down Expand Up @@ -75,3 +74,6 @@ scripts =
[versions]
# Don't use a released version of imio.news.policy
imio.news.policy =

[sources]
imio.news.core = git https://github.com/IMIO/imio.news.core.git pushurl=git@github.com:IMIO/imio.news.core.git branch=6.0.0b1
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools==59.6.0
zc.buildout==3.0.0rc1
pip==21.3.1
setuptools==65.5.1
zc.buildout==3.0.1
pip==22.3.1
wheel==0.38.4
7 changes: 0 additions & 7 deletions test_plone6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,3 @@ recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework[debug,reload]

[versions]
build = 0.1.0
pep517 = 0.9.1

# needed to ensure compatibility with robot
prompt-toolkit = 1.0.18

0 comments on commit 193ee36

Please sign in to comment.