[CMF-checkins] SVN: CMF/trunk/ - Zope 2.12 is no longer supported
Yvo Schubbe
y.2011 at wcm-solutions.de
Sat Feb 19 05:14:31 EST 2011
Log message for revision 120438:
- Zope 2.12 is no longer supported
Changed:
U CMF/trunk/README.txt
D CMF/trunk/buildout-zope212.cfg
U CMF/trunk/buildout-zope213.cfg
U CMF/trunk/buildout.cfg
-=-
Modified: CMF/trunk/README.txt
===================================================================
--- CMF/trunk/README.txt 2011-02-19 10:07:04 UTC (rev 120437)
+++ CMF/trunk/README.txt 2011-02-19 10:14:28 UTC (rev 120438)
@@ -27,14 +27,14 @@
$ ./bin/instance
---------------------------------
-Build CMF 2.3 + Zope 2.12 release
+Build CMF 2.3 + Zope 2.13 release
---------------------------------
Introduction
============
Builds CMF 2.3 from develop eggs located in ``src``. This buildout is usually
-used for testing CMF 2.3 on a different platform: The latest Zope 2.12 and
+used for testing CMF 2.3 on a different platform: The latest Zope 2.13 and
five.localsitemanager 2.0 releases.
Dependencies
@@ -47,5 +47,5 @@
::
$ python2.6 bootstrap.py
- $ ./bin/buildout -c buildout-zope212.cfg
+ $ ./bin/buildout -c buildout-zope213.cfg
$ ./bin/test
Deleted: CMF/trunk/buildout-zope212.cfg
===================================================================
--- CMF/trunk/buildout-zope212.cfg 2011-02-19 10:07:04 UTC (rev 120437)
+++ CMF/trunk/buildout-zope212.cfg 2011-02-19 10:14:28 UTC (rev 120438)
@@ -1,67 +0,0 @@
-# CMF trunk + Zope 2.12 release
-
-[buildout]
-extends = http://download.zope.org/Zope2/index/2.12.15/versions.cfg
-allow-picked-versions = false
-parts =
- test
- scripts
- zopepy
-eggs =
- Products.CMFCalendar
- Products.CMFCore
- Products.CMFDefault
- Products.CMFTopic
- Products.CMFUid
- Products.DCWorkflow
- Products.GenericSetup
-develop =
- src/Products.CMFCalendar
- src/Products.CMFCore
- src/Products.CMFDefault
- src/Products.CMFTopic
- src/Products.CMFUid
- src/Products.DCWorkflow
- src/Products.GenericSetup
-allowed-eggs-from-site-packages =
-unzip = true
-
-
-[versions]
-# ZTK KGS overrides
-z3c.recipe.scripts = 1.0.1
-zc.buildout = 1.5.2
-zc.recipe.egg = 1.3.2
-zc.recipe.testrunner = 1.4.0
-zope.testrunner = 4.0.0
-
-five.localsitemanager = 2.0.5
-mailinglogger = 3.3.3 ;# required by uninstall
-plone.recipe.zope2instance = 4.1.5 ;# required by uninstall
-z3c.recipe.i18n = 0.8.0 ;# required by uninstall
-
-
-[test]
-recipe = zc.recipe.testrunner
-eggs =
- Products.CMFCalendar [test]
- Products.CMFCore
- Products.CMFDefault [test]
- Products.CMFTopic [test]
- Products.CMFUid
- Products.DCWorkflow
- Products.GenericSetup
-
-
-[scripts]
-recipe = z3c.recipe.scripts
-eggs =
- ${buildout:eggs}
- Zope2
-
-
-[zopepy]
-recipe = z3c.recipe.scripts
-eggs = ${buildout:eggs}
-interpreter = zopepy
-scripts = zopepy
Modified: CMF/trunk/buildout-zope213.cfg
===================================================================
--- CMF/trunk/buildout-zope213.cfg 2011-02-19 10:07:04 UTC (rev 120437)
+++ CMF/trunk/buildout-zope213.cfg 2011-02-19 10:14:28 UTC (rev 120438)
@@ -49,7 +49,7 @@
recipe = zc.recipe.testrunner
eggs =
Products.CMFCalendar [test]
- Products.CMFCore
+ Products.CMFCore [test]
Products.CMFDefault [test]
Products.CMFTopic [test]
Products.CMFUid
Modified: CMF/trunk/buildout.cfg
===================================================================
--- CMF/trunk/buildout.cfg 2011-02-19 10:07:04 UTC (rev 120437)
+++ CMF/trunk/buildout.cfg 2011-02-19 10:14:28 UTC (rev 120438)
@@ -24,12 +24,6 @@
Products.DCWorkflow
Products.GenericSetup
Zope2
-# Zope 2.14 compatibility
- Products.BTreeFolder2
- Products.ExternalMethod
- Products.MailHost
- Products.PythonScripts
- Products.StandardCacheManagers
develop =
src/five.localsitemanager
src/Products.CMFCalendar
@@ -58,18 +52,12 @@
eggs =
five.localsitemanager
Products.CMFCalendar [test]
- Products.CMFCore
+ Products.CMFCore [test]
Products.CMFDefault [test]
Products.CMFTopic [test]
Products.CMFUid
Products.DCWorkflow
Products.GenericSetup
-# Zope 2.14 compatibility
- Products.BTreeFolder2
- Products.ExternalMethod
- Products.MailHost
- Products.PythonScripts
- Products.StandardCacheManagers
[scripts]
@@ -110,10 +98,6 @@
recipe = z3c.recipe.i18n:i18n
eggs =
Products.CMFCalendar
-# Zope 2.14 compatibility
- Products.BTreeFolder2
- Products.MailHost
- Products.PythonScripts
packages =
Products.CMFCalendar
domain = cmf_calendar
@@ -135,11 +119,6 @@
Products.CMFDefault
Products.CMFTopic
Products.DCWorkflow
-# Zope 2.14 compatibility
- Products.BTreeFolder2
- Products.ExternalMethod
- Products.MailHost
- Products.PythonScripts
packages =
Products.CMFCore
Products.CMFDefault
More information about the CMF-checkins
mailing list