[Bug 1750633] Re: signer and verifier have been deprecated
Kenneth Loafman
kenneth at loafman.com
Sat Jul 14 14:03:20 UTC 2018
This bug does not involve any paramiko entry points used by duplicity,
so I removed the dependency.
If I understand this correctly, then duplicity users just need to 'pip
install -U paramiko' to get this fix in the newer versions. It is not
something duplicity can do.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to paramiko in Ubuntu.
https://bugs.launchpad.net/bugs/1750633
Title:
signer and verifier have been deprecated
Status in Cursive:
New
Status in paramiko package in Ubuntu:
Confirmed
Bug description:
The cryptography library has deprecated the use of signer and verifier
as of version 2.0 (see
https://cryptography.io/en/latest/changelog/#v2-0 for changelog).
The cursive library uses signer and verifier, and should be updated to
use sign and verify instead.
The following is the deprecation warning:
/opt/stack/cursive/cursive/signature_utils.py:139: DeprecationWarning:
signer and verifier have been deprecated. Please use sign and verify
instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cursive/+bug/1750633/+subscriptions
More information about the foundations-bugs
mailing list