Skip to content

Update dependency python-gnupg to ^0.5.0

Tine Wittler requested to merge renovate/python-gnupg-0.x into master

This MR contains the following updates:

Package Type Update Change
python-gnupg dependencies minor ^0.4.7 -> ^0.5.0

Release Notes

vsajip/python-gnupg

v0.5.0

Compare Source

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


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports