bump foolscap dependency to 0.10.1

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

Closes ticket:2722
This commit is contained in:
Brian Warner 2016-02-02 22:19:57 -08:00
parent e1285d27b9
commit 46fd26e7d2
2 changed files with 3 additions and 1 deletions

View File

@ -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)
'''''''''''''''''''''''''''

View 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>