openownership / openownership.org-wagtail

Open Ownership Wagtail site.
Other
1 stars 1 forks source link

Bump python-gnupg from 0.5.0 to 0.5.1 in /app #382

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

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

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.