[Checkins] SVN: Products.ZSQLMethods/trunk/ Made compatible with Zope 2.12.9.

Hanno Schlichting hannosch at hannosch.eu
Fri Jul 9 16:36:41 EDT 2010


Log message for revision 114433:
  Made compatible with Zope 2.12.9.
  

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

-=-
Modified: Products.ZSQLMethods/trunk/CHANGES.txt
===================================================================
--- Products.ZSQLMethods/trunk/CHANGES.txt	2010-07-09 20:34:03 UTC (rev 114432)
+++ Products.ZSQLMethods/trunk/CHANGES.txt	2010-07-09 20:36:41 UTC (rev 114433)
@@ -4,6 +4,7 @@
 2.13.1 (unreleased)
 -------------------
 
+- Made compatible with Zope 2.12.9.
 
 2.13.0 (2010-07-09)
 -------------------

Modified: Products.ZSQLMethods/trunk/setup.py
===================================================================
--- Products.ZSQLMethods/trunk/setup.py	2010-07-09 20:34:03 UTC (rev 114432)
+++ Products.ZSQLMethods/trunk/setup.py	2010-07-09 20:36:41 UTC (rev 114433)
@@ -28,19 +28,20 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
-        'AccessControl',
         'Acquisition',
         'DateTime',
-        'DocumentTemplate',
         'ExtensionClass',
         'Missing',
         'Persistence',
         'Record',
         'transaction',
-        'zExceptions',
         'ZODB3',
         'zope.interface',
-        'Zope2 >= 2.13.0a1',
+        'Zope2 > 2.12.8',
+        # These are only available with Zope >= 2.13.0a1
+        # 'AccessControl',
+        # 'DocumentTemplate',
+        # 'zExceptions',
       ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list