This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
python-gnupg | dependencies | minor |
^0.4.7 -> ^0.5.0
|
v0.5.0
This is an enhancement and bug-fix release, and all users are encouraged to upgrade.
Brief summary:
Fixed #181: Added the ability to pass file paths to encrypt_file, decrypt_file, sign_file, verify_file, get_recipients_file and added import_keys_file.
Fixed #183: Handle FAILURE and UNEXPECTED conditions correctly. Thanks to sebbASF for the patch.
Fixed #185: Handle VALIDSIG arguments more robustly.
Fixed #188: Remove handling of DECRYPTION_FAILED from Verify code, as not required there. Thanks to sebbASF for the patch.
Fixed #190: Handle KEY_CREATED more robustly.
Fixed #191: Handle NODATA messages during verification.
Fixed #196: Don't log chunk data by default, as it could contain sensitive information (during decryption, for example).
Added the ability to pass an environment to the gpg executable. Thanks to Edvard Rejthar for the patch.
This release [2] has been signed with my code signing key:
Vinay Sajip (CODE SIGNING KEY) <vinay_sajip at yahoo.co.uk> Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86
This MR has been generated by Renovate Bot.