]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
bump foolscap dependency to 0.10.1
authorBrian Warner <warner@lothar.com>
Wed, 3 Feb 2016 06:19:57 +0000 (22:19 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 3 Feb 2016 06:19:57 +0000 (22:19 -0800)
The tahoe-deps repo was also updated, and the tahoe-deps tarball was
regenerated.

Closes ticket:2722

NEWS.rst
src/allmydata/_auto_deps.py

index 174637e84684365135413d36e15cd5167a25245d..8e19c01868415c3c5f50365bb40ff1f4ff598578 100644 (file)
--- 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)
 '''''''''''''''''''''''''''
index b6f70bf2328e019bcdc1a0f8652d511dcbb47484..4dcd50f75ed432f259dd6e0b66ce8d36269a8bfb 100644 (file)
@@ -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>