testing/py3-gnupg: upgrade to 0.4.9
https://github.com/vsajip/python-gnupg/releases/tag/0.4.9
Brief summary:
Fixed #161: Added a status attribute to the returned object from
gen_key()
which
is set to 'ok' if a key was successfully created, or 'key not created' if that
was reported bygpg
, orNone
in any other case.Fixed #164: Provided the ability to add subkeys. Thanks to Daniel Kilimnik for the
feature request and patch.Fixed #166: Added keygrip values to the information collected when keys are listed.
Thanks to Daniel Kilimnik for the feature request and patch.Fixed #173: Added
extra_args
keyword argument tosend_keys()
,recv_keys()
andsearch_keys()
to allow
passing options relating to key servers.