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

Andreas Jung andreas at andreas-jung.com
Mon Jul 30 07:15:32 EDT 2007


Log message for revision 78477:
  removed zope.* dependencies
  

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

-=-
Modified: z3c.sqlalchemy/trunk/buildout.cfg
===================================================================
--- z3c.sqlalchemy/trunk/buildout.cfg	2007-07-29 23:36:41 UTC (rev 78476)
+++ z3c.sqlalchemy/trunk/buildout.cfg	2007-07-30 11:15:30 UTC (rev 78477)
@@ -1,7 +1,29 @@
 [buildout]
-parts = test
-develop = .
+parts = plone zope2 instance
+eggs =
+develop =
 
-[test]
-recipe = zc.recipe.testrunner
-eggs = z3c.sqlalchemy
+[plone]
+recipe = plone.recipe.plone
+
+[zope2]
+recipe = plone.recipe.zope2install
+url = ${plone:zope2-url}
+
+[instance]
+recipe = plone.recipe.zope2instance
+zope2-location = ${zope2:location}
+user = admin:admin
+http-port = 8080
+debug-mode = on
+verbose-security = on
+eggs =
+    ${buildout:eggs}
+    ${plone:eggs}
+zcml =
+
+products =
+    ${plone:products}
+    ${buildout:directory}/products
+
+

Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-07-29 23:36:41 UTC (rev 78476)
+++ z3c.sqlalchemy/trunk/setup.py	2007-07-30 11:15:30 UTC (rev 78477)
@@ -53,8 +53,8 @@
       namespace_packages=['z3c'],
       install_requires=['setuptools',
                         'SQLAlchemy',
-                        'zope.component==3.3',
-                        'zope.interface==3.3',
-                        'zope.schema==3.3',
+#                        'zope.component==3.3',
+#                        'zope.interface==3.3',
+#                        'zope.schema==3.3',
                        ],
       extras_require=dict(test=['pysqlite']))

Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/CHANGES.txt
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/CHANGES.txt	2007-07-29 23:36:41 UTC (rev 78476)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/CHANGES.txt	2007-07-30 11:15:30 UTC (rev 78477)
@@ -1,9 +1,12 @@
-1.0.11 (unreleased)
+1.0.11 (30.07.2007)
 -------------------
 
   - replaced BoundMetaData() with MetaData() (requires SA 0.3.9+)
 
+  - removed zope.* dependencies in order to avoid zope.* version
+    mismatches for now
 
+
 1.0.10 (16.07.2007)
 -------------------
 



More information about the Checkins mailing list