Skip to content

testing/py3-gnupg: upgrade to 0.4.9

Patrycja Rosa requested to merge ptrcnull/aports:py3-gnupg into master

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 by gpg, or None 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 to send_keys(), recv_keys() and search_keys() to allow
    passing options relating to key servers.

Merge request reports