[Checkins] SVN: z3c.sqlalchemy/trunk/ relaxed zope.* dependencies

Andreas Jung andreas at andreas-jung.com
Tue Jun 24 04:31:30 EDT 2008


Log message for revision 87698:
  relaxed zope.* dependencies
  

Changed:
  U   z3c.sqlalchemy/trunk/CHANGES.txt
  U   z3c.sqlalchemy/trunk/setup.py

-=-
Modified: z3c.sqlalchemy/trunk/CHANGES.txt
===================================================================
--- z3c.sqlalchemy/trunk/CHANGES.txt	2008-06-24 06:26:25 UTC (rev 87697)
+++ z3c.sqlalchemy/trunk/CHANGES.txt	2008-06-24 08:31:28 UTC (rev 87698)
@@ -1,3 +1,8 @@
+1.3.1 (24.06.2008)
+------------------
+
+  - relaxed zope.* dependencies
+
 1.3.0 (02.06.2008)
 ------------------
 

Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2008-06-24 06:26:25 UTC (rev 87697)
+++ z3c.sqlalchemy/trunk/setup.py	2008-06-24 08:31:28 UTC (rev 87698)
@@ -21,7 +21,7 @@
     'Topic :: Software Development :: Libraries :: Python Modules',
 ]
 
-version = '1.3.0'
+version = '1.3.1'
 
 desc = open('README.txt').read().strip()
 changes = open('CHANGES.txt').read().strip()
@@ -49,8 +49,8 @@
                         'SQLAlchemy>=0.4.6',
                         'zope.sqlalchemy',
                         'zope.component',
-                        'zope.interface==3.3',
-                        'zope.schema==3.3',
+                        'zope.interface>=3.3',
+                        'zope.schema>=3.3',
                         'zope.testing',
                        ],
       extras_require=dict(test=['pysqlite', 'zope.testing']))



More information about the Checkins mailing list