[Checkins] SVN: zc.zlibstorage/branches/dev/ Used released ZODB(3) 3.10.0b1

Jim Fulton jim at zope.com
Tue May 18 17:55:00 EDT 2010


Log message for revision 112497:
  Used released ZODB(3) 3.10.0b1
  

Changed:
  U   zc.zlibstorage/branches/dev/buildout.cfg
  U   zc.zlibstorage/branches/dev/setup.py

-=-
Modified: zc.zlibstorage/branches/dev/buildout.cfg
===================================================================
--- zc.zlibstorage/branches/dev/buildout.cfg	2010-05-18 21:44:46 UTC (rev 112496)
+++ zc.zlibstorage/branches/dev/buildout.cfg	2010-05-18 21:55:00 UTC (rev 112497)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . trunk
+develop = .
 parts = test py
 
 [test]

Modified: zc.zlibstorage/branches/dev/setup.py
===================================================================
--- zc.zlibstorage/branches/dev/setup.py	2010-05-18 21:44:46 UTC (rev 112496)
+++ zc.zlibstorage/branches/dev/setup.py	2010-05-18 21:55:00 UTC (rev 112497)
@@ -13,7 +13,7 @@
 ##############################################################################
 name, version = 'zc.zlibstorage', '0'
 
-install_requires = ['ZODB3', 'setuptools']
+install_requires = ['ZODB3 >=3.10.0b1', 'setuptools']
 extras_require = dict(test=['zope.testing'])
 
 entry_points = """



More information about the checkins mailing list