]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Update version requirement for zope.interface.
authorDaira Hopwood <david-sarah@jacaranda.org>
Thu, 25 Apr 2013 18:33:55 +0000 (19:33 +0100)
committerDaira Hopwood <david-sarah@jacaranda.org>
Thu, 25 Apr 2013 18:33:55 +0000 (19:33 +0100)
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
NEWS.rst
src/allmydata/_auto_deps.py

index 683b399ce2a76264c3af064e8cf52df051625488..19aacfbf1d0844039237d604f6a85e64a0795a46 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -75,6 +75,7 @@ Compatibility and Dependencies
 - Twisted >= 11.0.0 (`#1771`_)
 - mock >= 0.8 (for unit tests)
 - pycryptopp >= 0.6.0 (for Ed25519 signatures)
+- zope.interface >= 3.6.0 (except 3.6.3 or 3.6.4)
 
 Other Changes
 -------------
index a978527ad7d2bc847051a2260507d4b878f6b762..b7be32128e6f4f44e85231df769ded65fc838d30 100644 (file)
@@ -14,8 +14,9 @@ install_requires = [
     # Feisty has simplejson 1.4
     "simplejson >= 1.4",
 
+    # zope.interface >= 3.6.0 is required for Twisted >= 12.1.0.
     # zope.interface 3.6.3 and 3.6.4 are incompatible with Nevow (#1435).
-    "zope.interface <= 3.6.2, >= 3.6.5",
+    "zope.interface == 3.6.0, == 3.6.1, == 3.6.2, >= 3.6.5",
 
     # * On Windows we need at least Twisted 9.0 to avoid an indirect
     #   dependency on pywin32.