[Bug 1750633] Re: signer and verifier have been deprecated
Robert Mader
1750633 at bugs.launchpad.net
Thu Jul 26 14:07:25 UTC 2018
Hej Kenneth, thanks for the answer. I agree that this is a sufficient
workaround, but for an LTS version of Ubuntu, I think it would be
worthwhile considering backporting this fix.
People will use Ubuntu 18.04 for many years to come and many will hit
this issue, especially people using it on servers and doing backups with
duplicity. Installing packages from pip makes updates more complicated
and dangerous and is certainly not the desired state for backup
solutions. Maybe the maintainer of paramiko, @jbouse, can comment on
that?
--
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