From 46fd26e7d2f6a7bb717e0e3dd12deeda5ada4f79 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 2 Feb 2016 22:19:57 -0800 Subject: [PATCH] bump foolscap dependency to 0.10.1 The tahoe-deps repo was also updated, and the tahoe-deps tarball was regenerated. Closes ticket:2722 --- NEWS.rst | 2 ++ src/allmydata/_auto_deps.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 174637e8..8e19c018 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -11,6 +11,8 @@ Compatibility and Dependency Updates Tahoe now requires Python 2.7 on all platforms. (#2445) +Tahoe now requires Foolscap 0.10.1, which fixes incompatibilities with recent +Twisted releases. (#2722, #2567) Release 1.10.2 (2015-07-30) ''''''''''''''''''''''''''' diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index b6f70bf2..4dcd50f7 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -37,7 +37,7 @@ install_requires = [ # * foolscap 0.8.0 generates 2048-bit RSA-with-SHA-256 signatures, # rather than 1024-bit RSA-with-MD5. This also allows us to work # with a FIPS build of OpenSSL. - "foolscap >= 0.8.0", + "foolscap >= 0.10.1", # Needed for SFTP. # pycrypto 2.2 doesn't work due to -- 2.37.2