[Checkins] SVN: Products.CMFCore/trunk/ Added dependency on the new ``Products.ZSQLMethod`` distribution and updated Zope2 requirement accordingly.

Hanno Schlichting hannosch at hannosch.eu
Sun Jul 11 05:51:02 EDT 2010


Log message for revision 114555:
  Added dependency on the new ``Products.ZSQLMethod`` distribution and updated Zope2 requirement accordingly.
  

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
  U   Products.CMFCore/trunk/setup.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2010-07-11 09:50:26 UTC (rev 114554)
+++ Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2010-07-11 09:51:01 UTC (rev 114555)
@@ -4,6 +4,9 @@
 2.3.0-alpha (unreleased)
 ------------------------
 
+- Added dependency on the new ``Products.ZSQLMethod`` distribution and updated
+  Zope2 requirement accordingly.
+
 - CookieCrumbler: Removed redirect support.
   The Unauthorized handling and redirects are now part of CMFDefault.
 

Modified: Products.CMFCore/trunk/setup.py
===================================================================
--- Products.CMFCore/trunk/setup.py	2010-07-11 09:50:26 UTC (rev 114554)
+++ Products.CMFCore/trunk/setup.py	2010-07-11 09:51:01 UTC (rev 114555)
@@ -46,9 +46,10 @@
                      ],
       install_requires=[
           'setuptools',
-          'Zope2 >= 2.12.0',
+          'Zope2 > 2.12.8',
           'five.localsitemanager',
           'Products.GenericSetup',
+          'Products.ZSQLMethod',
           ],
       tests_require=[
           'zope.testing >= 3.7.0',



More information about the checkins mailing list