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

Build(deps): bump python-gnupg from 0.5.0 to 0.5.1 #512

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps python-gnupg from 0.5.0 to 0.5.1.

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:

  • Added TRUST_EXPIRED to trust_keys. Thanks to Leif Liddy for the patch.

  • Fix #206: Remove deprecated --always-trust in favour of --trust-model always

  • Fix #208: Add status_detail attribute to result objects which is populated when the status is 'invalid recipient' (encryption/decryption) or 'invalid signer' (signing). This attribute will be set when the result object's status attribute is set to invalid recipient and will contain more information about the failure in the form of reason:ident where reason is a text description of the reason, and ident identifies the recipient key.

  • Add scan_keys_mem() function to scan keys in a string. Thanks to Sky Moore for the patch.

  • Fix #214: Handle multiple signatures when one of them is invalid or unverified.

  • A problems attribute was added which holds problems reported by gpg during verification. This is a list of dictionaries, one for each reported problem. Each dictionary will have status and keyid keys indicating the problem and the corresponding key; other information in the dictionaries will be error specific.

  • Fix #217: Use machine-readable interface to query the gpg version. Thanks to Justus Winter for the patch.

  • Added the ability to export keys to a file. Thanks to Leif Liddy for the patch.

This release has been signed with my code signing key:

Vinay Sajip (CODE SIGNING KEY) Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86

Commits
  • 1aabc9b Changes for 0.5.1.
  • ca8e378 Update documentation.
  • 8b29334 Add documentation for custom stream handling using the on_data attribute.
  • 2a7eb0c Updated Python versions in GitHub Actions matrix.
  • e7c39d2 Fix #217: Use machine-readable interface to query the version. (#224)
  • d35dfbd Pin Sphinx version.
  • 8f0a84f Add Read The Docs configuration.
  • bc98882 Update documentation to explain how to get signed data out during verification.
  • 6081e55 Collect problems reported during verification.
  • f7023c6 Tidy up handling of KEY_CONSIDERED.
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner July 24, 2023 04:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 24, 2023
Bumps [python-gnupg](https://github.com/vsajip/python-gnupg) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/vsajip/python-gnupg/releases)
- [Changelog](https://github.com/vsajip/python-gnupg/blob/master/release)
- [Commits](vsajip/python-gnupg@0.5.0...0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@ArnoStiefvater ArnoStiefvater force-pushed the dependabot/pip/python-gnupg-0.5.1 branch from 5ecba0b to 8023f45 Compare July 25, 2023 09:46
@ArnoStiefvater ArnoStiefvater merged commit 1fea222 into main Jul 31, 2023
13 of 15 checks passed
@ArnoStiefvater ArnoStiefvater deleted the dependabot/pip/python-gnupg-0.5.1 branch July 31, 2023 10:45
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
Development

Successfully merging this pull request may close these issues.

1 participant