[Checkins] SVN: Products.CMFActionIcons/trunk/ - moved the Zope dependency to version 2.12.0b3dev

Yvo Schubbe y.2009 at wcm-solutions.de
Tue Jul 7 07:57:08 EDT 2009


Log message for revision 101691:
  - moved the Zope dependency to version 2.12.0b3dev

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

-=-
Modified: Products.CMFActionIcons/trunk/Products/CMFActionIcons/CHANGES.txt
===================================================================
--- Products.CMFActionIcons/trunk/Products/CMFActionIcons/CHANGES.txt	2009-07-07 11:28:39 UTC (rev 101690)
+++ Products.CMFActionIcons/trunk/Products/CMFActionIcons/CHANGES.txt	2009-07-07 11:57:08 UTC (rev 101691)
@@ -4,6 +4,8 @@
 2.2.0 (unreleased)
 ------------------
 
+- moved the Zope dependency to version 2.12.0b3dev
+
 - Cleaned up / normalized imports:
 
   o Don't import from Globals;  instead, use real locations.

Modified: Products.CMFActionIcons/trunk/setup.py
===================================================================
--- Products.CMFActionIcons/trunk/setup.py	2009-07-07 11:28:39 UTC (rev 101690)
+++ Products.CMFActionIcons/trunk/setup.py	2009-07-07 11:57:08 UTC (rev 101691)
@@ -45,13 +45,14 @@
       setup_requires=['eggtestinfo',
                      ],
       install_requires=[
-          #'Zope >= 2.10.4',
           'setuptools',
+          'Zope2 >= 2.12.0b3dev',
           'Products.CMFCore',
           'Products.GenericSetup',
           ],
-      tests_require=['zope.testing>=3.7.0',
-                    ],
+      tests_require=[
+          'zope.testing >= 3.7.0',
+          ],
       test_loader='zope.testing.testrunner.eggsupport:SkipLayers',
       test_suite='Products.%s.tests' % NAME,
       entry_points="""



More information about the Checkins mailing list