From: david-sarah Date: Wed, 19 Jan 2011 06:06:39 +0000 (-0800) Subject: Update foolscap requirement to >= 0.6.1. fixes #1329 X-Git-Tag: allmydata-tahoe-1.8.2b1~39 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=8d2983c49348e4e7d8f60943c007bea598b000fd;p=tahoe-lafs%2Ftahoe-lafs.git Update foolscap requirement to >= 0.6.1. fixes #1329 --- diff --git a/NEWS b/NEWS index 2fafd102..bf191b81 100644 --- 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) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 9e9ff69a..f02155d4 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -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.