[Checkins] SVN: z3c.zalchemy/trunk/ Reverted changes to buildout.cfg and bumped dependency to recent release SQLAlchemy-0.4.3

Darryl Cousins darryl at darrylcousins.net.nz
Tue Feb 19 01:15:31 EST 2008


Log message for revision 84044:
  Reverted changes to buildout.cfg and bumped dependency to recent release SQLAlchemy-0.4.3

Changed:
  U   z3c.zalchemy/trunk/buildout.cfg
  U   z3c.zalchemy/trunk/setup.py

-=-
Modified: z3c.zalchemy/trunk/buildout.cfg
===================================================================
--- z3c.zalchemy/trunk/buildout.cfg	2008-02-19 02:20:32 UTC (rev 84043)
+++ z3c.zalchemy/trunk/buildout.cfg	2008-02-19 06:15:30 UTC (rev 84044)
@@ -1,11 +1,7 @@
 [buildout]
 parts = test
 develop = .
-versions = versions
 
-[versions]
-SQLAlchemy = 0.4.2p4dev
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.zalchemy [test]

Modified: z3c.zalchemy/trunk/setup.py
===================================================================
--- z3c.zalchemy/trunk/setup.py	2008-02-19 02:20:32 UTC (rev 84043)
+++ z3c.zalchemy/trunk/setup.py	2008-02-19 06:15:30 UTC (rev 84044)
@@ -20,7 +20,7 @@
       include_package_data = True,
       zip_safe=False,
       install_requires=['setuptools',
-                        'SQLAlchemy>=0.4.2',
+                        'SQLAlchemy>=0.4.3',
                         'ZODB3',
                         'zope.component',
                         'zope.interface',



More information about the Checkins mailing list