[Checkins] SVN: z3c.sqlalchemy/trunk/ dependencies updated

Andreas Jung andreas at andreas-jung.com
Tue Jul 29 11:03:51 EDT 2008


Log message for revision 88968:
  dependencies updated
  

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-07-29 14:59:32 UTC (rev 88967)
+++ z3c.sqlalchemy/trunk/CHANGES.txt	2008-07-29 15:03:51 UTC (rev 88968)
@@ -1,3 +1,8 @@
+1.3.2 (29.07.2008)
+------------------
+
+  - updated dependencies to latest zope.sqlalchemy release
+
 1.3.1 (24.06.2008)
 ------------------
 

Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2008-07-29 14:59:32 UTC (rev 88967)
+++ z3c.sqlalchemy/trunk/setup.py	2008-07-29 15:03:51 UTC (rev 88968)
@@ -21,7 +21,7 @@
     'Topic :: Software Development :: Libraries :: Python Modules',
 ]
 
-version = '1.3.1'
+version = '1.3.2'
 
 desc = open('README.txt').read().strip()
 changes = open('CHANGES.txt').read().strip()
@@ -46,8 +46,8 @@
       zip_safe=True,
       namespace_packages=['z3c'],
       install_requires=['setuptools',
-                        'SQLAlchemy>=0.4.6',
-                        'zope.sqlalchemy',
+                        'SQLAlchemy>=0.4.7',
+                        'zope.sqlalchemy>=0.3.0',
                         'zope.component',
                         'zope.interface>=3.3',
                         'zope.schema>=3.3',



More information about the Checkins mailing list