[Checkins] SVN: z3c.sqlalchemy/branches/1.3/ updated

Andreas Jung andreas at andreas-jung.com
Mon Oct 26 08:52:13 EDT 2009


Log message for revision 105274:
  updated
  

Changed:
  U   z3c.sqlalchemy/branches/1.3/CHANGES.txt
  U   z3c.sqlalchemy/branches/1.3/setup.py

-=-
Modified: z3c.sqlalchemy/branches/1.3/CHANGES.txt
===================================================================
--- z3c.sqlalchemy/branches/1.3/CHANGES.txt	2009-10-25 21:18:47 UTC (rev 105273)
+++ z3c.sqlalchemy/branches/1.3/CHANGES.txt	2009-10-26 12:52:13 UTC (rev 105274)
@@ -1,6 +1,8 @@
-1.3.11 (unreleased)
+1.3.11 (26.10.2009)
 -------------------
 
+- pinned zope.component==3.5.XXXX
+
 - Don't create a new MetaData in LazyMapperCollection,
   but use the one created in the wrapper.
   In some cases, you could have some tables in the metadata created in the wrapper,

Modified: z3c.sqlalchemy/branches/1.3/setup.py
===================================================================
--- z3c.sqlalchemy/branches/1.3/setup.py	2009-10-25 21:18:47 UTC (rev 105273)
+++ z3c.sqlalchemy/branches/1.3/setup.py	2009-10-26 12:52:13 UTC (rev 105274)
@@ -48,7 +48,7 @@
       install_requires=['setuptools',
                         'SQLAlchemy',
                         'zope.sqlalchemy',
-                        'zope.component',
+                        'zope.component<=3.5.9999',
                         'zope.interface',
                         'zope.schema',
                         'zope.testing',



More information about the checkins mailing list