[Zope-Checkins] SVN: Zope/trunk/ Make Yvo happy and keep testing our factored out distributions, so CMF doesn't have to grow a KGS of its own
Hanno Schlichting
hannosch at hannosch.eu
Sun May 15 09:40:57 EDT 2011
Log message for revision 121667:
Make Yvo happy and keep testing our factored out distributions, so CMF doesn't have to grow a KGS of its own
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2011-05-13 15:26:14 UTC (rev 121666)
+++ Zope/trunk/buildout.cfg 2011-05-15 13:40:57 UTC (rev 121667)
@@ -61,14 +61,22 @@
Products.ZCatalog
Products.ZCTextIndex
Record
+# RestrictedPython has an optional dependency on DateTime, make sure to run its
+# tests with DateTime being available
RestrictedPython
initgroups
tempstorage
zExceptions
zLOG
ZopeUndo
+# these are still dependencies of CMF. Test them here, so we don't have to
+# define a CMF KGS
+ Products.BTreeFolder2
+ Products.ExternalMethod
+ Products.MailHost
+ Products.PythonScripts
+ Products.StandardCacheManagers
-
[allpy]
recipe = zc.recipe.egg
eggs = ${alltests:eggs}
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2011-05-13 15:26:14 UTC (rev 121666)
+++ Zope/trunk/versions.cfg 2011-05-15 13:40:57 UTC (rev 121667)
@@ -15,13 +15,7 @@
MultiMapping = 2.13.0
nt-svcutils = 2.13.0
Persistence = 2.13.2
-Products.BTreeFolder2 = 2.13.3
-Products.ExternalMethod = 2.13.0
-Products.MailHost = 2.13.1
-Products.MIMETools = 2.13.0
Products.OFSP = 2.13.2
-Products.PythonScripts = 2.13.0
-Products.StandardCacheManagers = 2.13.0
Products.ZCatalog = 2.13.13
Products.ZCTextIndex = 2.13.2
Record = 2.13.0
@@ -30,6 +24,13 @@
zLOG = 2.11.1
ZopeUndo = 2.12.0
+# Deprecated / CMF dependencies
+Products.BTreeFolder2 = 2.13.3
+Products.ExternalMethod = 2.13.0
+Products.MailHost = 2.13.1
+Products.PythonScripts = 2.13.0
+Products.StandardCacheManagers = 2.13.0
+
# ZTK KGS overrides
manuel = 1.5.0
python-gettext = 1.1.1
More information about the Zope-Checkins
mailing list