From 054fe37eaee5b2cb8ca00f622a4b6a2b3df21bf4 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Wed, 9 Mar 2022 09:54:26 -0800 Subject: [PATCH] build(checkouts): PlonePAS PR merged and released https://github.com/plone/Products.PlonePAS/pull/66 --- base.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base.cfg b/base.cfg index a6ff8a37d3..c54d23ed9b 100644 --- a/base.cfg +++ b/base.cfg @@ -20,7 +20,6 @@ parts = develop = . sources-dir = extras auto-checkout = - Products.PlonePAS # plone.rest allow-hosts = @@ -37,7 +36,8 @@ allow-hosts = # Do not use a release of plone.restapi: plone.restapi = # Fix Zope root `/acl_users` logout -Products.PluggableAuthService = 2.7.0 +Products.PluggableAuthService = >=2.7.0 +Products.PlonePAS = >=7.0.0a3 [instance] recipe = plone.recipe.zope2instance @@ -207,7 +207,6 @@ output = ${buildout:directory}/bin/zpretty-run mode = 755 [sources] -Products.PlonePAS = git https://github.com/plone/Products.PlonePAS.git pushurl=git@github.com:plone/Products.PlonePAS.git branch=feat-zope-root-cookie-challenge plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=master plone.schema = git git://github.com/plone/plone.schema.git pushurl=git@github.com:plone/plone.schema.git branch=master Products.ZCatalog = git git://github.com/zopefoundation/Products.ZCatalog.git pushurl=git@github.com:zopefoundation/Products.ZCatalog.git \ No newline at end of file