]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Update foolscap requirement to >= 0.6.1. fixes #1329
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 19 Jan 2011 06:06:39 +0000 (22:06 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 19 Jan 2011 06:06:39 +0000 (22:06 -0800)
NEWS
src/allmydata/_auto_deps.py

diff --git a/NEWS b/NEWS
index 2fafd10219ce9f98ffb20faf0be6588e4055721d..bf191b81858766ff26a23d0c1e85f1e6f6c79880 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,9 @@
 
 ** Dependency Updates
 
- - foolscap 0.6.0
+ - foolscap 0.6.1
+ - Debian package dependencies now specify python-twisted-conch
+ - setuptools_darcs is bundled rather than being an external dependency
 
 
 * Release 1.8.1 (2010-10-28)
index 9e9ff69aea8935e4a7ff810fcc340e9cf7fff93a..f02155d4ee2e4e3a75eed474bccb4a451bf2ba7e 100644 (file)
@@ -22,7 +22,8 @@ install_requires=[
                   # O(N**2) CPU for transferring large mutable files
                   # of size N.
                   # foolscap < 0.6 is incompatible with Twisted 10.2.0.
-                  "foolscap[secure_connections] >= 0.6.0",
+                  # foolscap 0.6.1 quiets a DeprecationWarning.
+                  "foolscap[secure_connections] >= 0.6.1",
                   "Nevow >= 0.6.0",
 
                   # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.