From 8d2983c49348e4e7d8f60943c007bea598b000fd Mon Sep 17 00:00:00 2001 From: david-sarah Date: Tue, 18 Jan 2011 22:06:39 -0800 Subject: [PATCH] Update foolscap requirement to >= 0.6.1. fixes #1329 --- NEWS | 4 +++- src/allmydata/_auto_deps.py | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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. -- 2.45.2