From: Brian Warner <warner@lothar.com>
Date: Wed, 3 Feb 2016 06:19:57 +0000 (-0800)
Subject: bump foolscap dependency to 0.10.1
X-Git-Url: https://git.rkrishnan.org/components/simplejson/vdrive?a=commitdiff_plain;h=46fd26e7d2f6a7bb717e0e3dd12deeda5ada4f79;p=tahoe-lafs%2Ftahoe-lafs.git

bump foolscap dependency to 0.10.1

The tahoe-deps repo was also updated, and the tahoe-deps tarball was
regenerated.

Closes ticket:2722
---

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 <https://bugs.launchpad.net/pycrypto/+bug/620253>