Subject: CVS commit: pkgsrc/security/py-gnupg
From: Adam Ciarcinski
Date: 2022-05-22 14:17:38
Message id: 20220522121738.812CDFAEB@cvs.NetBSD.org

Log Message:
py-gnupg: updated to 0.4.9

0.4.9

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.
Provided the ability to add subkeys. Thanks to Daniel Kilimnik for the feature \ 
request and patch.
Added keygrip values to the information collected when keys are listed. Thanks \ 
to Daniel Kilimnik for the feature request and patch.
Added extra_args to send_keys(), recv_keys() and search_keys() to allow passing \ 
options relating to key servers.

Files:
RevisionActionfile
1.31modifypkgsrc/security/py-gnupg/Makefile
1.7modifypkgsrc/security/py-gnupg/PLIST
1.7modifypkgsrc/security/py-gnupg/distinfo
1.2modifypkgsrc/security/py-gnupg/patches/patch-gnupg.py