[Checkins] SVN: zope.app.publication/trunk/ Relax ZODB dependency to allow 3.10dev builds from SVN.

Hano Schlichting cvs-admin at zope.org
Thu Mar 15 14:36:42 UTC 2012


Log message for revision 124613:
  Relax ZODB dependency to allow 3.10dev builds from SVN.
  

Changed:
  U   zope.app.publication/trunk/CHANGES.txt
  U   zope.app.publication/trunk/setup.py

-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2012-03-15 14:10:07 UTC (rev 124612)
+++ zope.app.publication/trunk/CHANGES.txt	2012-03-15 14:36:39 UTC (rev 124613)
@@ -5,7 +5,7 @@
 3.14.1 (unreleased)
 -------------------
 
-- Nothing changed yet.
+- Relax ZODB dependency to allow 3.10dev builds from SVN.
 
 
 3.14.0 (2012-03-09)

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2012-03-15 14:10:07 UTC (rev 124612)
+++ zope.app.publication/trunk/setup.py	2012-03-15 14:36:39 UTC (rev 124613)
@@ -17,7 +17,7 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 
-version = '3.14.1.dev0'
+version = '3.14.1dev'
 
 import os
 from setuptools import setup, find_packages
@@ -65,7 +65,7 @@
               'zope.securitypolicy',
               'zope.site',
               'zope.testing',
-              'ZODB3>=3.10']),
+              'ZODB3>=3.10dev']),
     install_requires=['zope.interface',
                       'zope.authentication',
                       'zope.component',



More information about the checkins mailing list