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:
parent
e1285d27b9
commit
46fd26e7d2
2
NEWS.rst
2
NEWS.rst
|
@ -11,6 +11,8 @@ Compatibility and Dependency Updates
|
||||||
|
|
||||||
Tahoe now requires Python 2.7 on all platforms. (#2445)
|
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)
|
Release 1.10.2 (2015-07-30)
|
||||||
'''''''''''''''''''''''''''
|
'''''''''''''''''''''''''''
|
||||||
|
|
|
@ -37,7 +37,7 @@ install_requires = [
|
||||||
# * foolscap 0.8.0 generates 2048-bit RSA-with-SHA-256 signatures,
|
# * 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
|
# rather than 1024-bit RSA-with-MD5. This also allows us to work
|
||||||
# with a FIPS build of OpenSSL.
|
# with a FIPS build of OpenSSL.
|
||||||
"foolscap >= 0.8.0",
|
"foolscap >= 0.10.1",
|
||||||
|
|
||||||
# Needed for SFTP.
|
# Needed for SFTP.
|
||||||
# pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>
|
# pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>
|
||||||
|
|
Loading…
Reference in New Issue