Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-gnupg from 0.4.8 to 0.5.0 #29

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps python-gnupg from 0.4.8 to 0.5.0.

Release notes

Sourced from python-gnupg's releases.

Enhancement and bug-fix release

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) Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86

Enhancement and bug-fix release

This is an enhancement and bug-fix release, and all users are encouraged to upgrade.

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.

... (truncated)

Commits
  • 5099fd1 Changes for 0.5.0.
  • 398c731 Fix #196: Don't log chunk data by default, as it could contain sensitive info...
  • 278bfb0 Reordered part of the documentation.
  • ba4a3cc Add some more information about ECC key generation.
  • 160b1d6 Fix #195: Document how to specify key size when adding subkeys.
  • 3b1526f Fix #194: Add documentation on specifying key usages.
  • 9da640c Update NODATA handling during verification.
  • e979539 Fix #191: Handle NODATA messages during verification.
  • 1a64f3a Fix #190: Handle KEY_CREATED more robustly.
  • 302ce48 Update change log.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-gnupg](https://github.com/vsajip/python-gnupg) from 0.4.8 to 0.5.0.
- [Release notes](https://github.com/vsajip/python-gnupg/releases)
- [Commits](vsajip/python-gnupg@0.4.8...0.5.0)

---
updated-dependencies:
- dependency-name: python-gnupg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 12, 2022
@coveralls
Copy link

coveralls commented Sep 12, 2022

Pull Request Test Coverage Report for Build 3041116507

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.012%

Totals Coverage Status
Change from base Build 1967785580: 0.0%
Covered Lines: 3951
Relevant Lines: 4294

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
1 participant