[Checkins] SVN: zope.app.publication/branches/adamg-transient/	mention some versions
    Adam Groszer 
    cvs-admin at zope.org
       
    Fri Mar  9 15:08:59 UTC 2012
    
    
  
Log message for revision 124534:
  mention some versions
Changed:
  U   zope.app.publication/branches/adamg-transient/CHANGES.txt
  U   zope.app.publication/branches/adamg-transient/setup.py
-=-
Modified: zope.app.publication/branches/adamg-transient/CHANGES.txt
===================================================================
--- zope.app.publication/branches/adamg-transient/CHANGES.txt	2012-03-09 14:50:28 UTC (rev 124533)
+++ zope.app.publication/branches/adamg-transient/CHANGES.txt	2012-03-09 15:08:56 UTC (rev 124534)
@@ -8,6 +8,7 @@
 - Replace ZODB.POSException.ConflictError with
   transaction.interfaces.TransientError. The latter should be a more generic
   signal to retry a transaction/request.
+  This requires ZODB3 >= 3.10.0 and transaction >= 1.1.0.
 
 - Get rid of ZODB dependency.
 
Modified: zope.app.publication/branches/adamg-transient/setup.py
===================================================================
--- zope.app.publication/branches/adamg-transient/setup.py	2012-03-09 14:50:28 UTC (rev 124533)
+++ zope.app.publication/branches/adamg-transient/setup.py	2012-03-09 15:08:56 UTC (rev 124534)
@@ -65,7 +65,7 @@
               'zope.securitypolicy',
               'zope.site',
               'zope.testing',
-              'ZODB3']),
+              'ZODB3>=3.10']),
     install_requires=['zope.interface',
                       'zope.authentication',
                       'zope.component',
@@ -74,7 +74,7 @@
                       'zope.location',
                       'zope.publisher>=3.12.4',
                       'zope.traversing>=3.9.0',
-                      'transaction >=1.1.0',
+                      'transaction>=1.1.0',
                       'setuptools',
                       ],
     include_package_data = True,
    
    
More information about the checkins
mailing list