Skip to content

Commit

Permalink
python3-gnupg: upgrade 0.5.2 -> 0.5.3
Browse files Browse the repository at this point in the history
Changelog:
===========
- Fix openembedded#117: Add WKD (Web Key Directory) support for auto-locating keys. Thanks to Myzel394 for the patch.
- Fix openembedded#237: Ensure local variable is initialized even when an exception occurs.
- Fix openembedded#239: Remove logging of decryption result.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Sep 30, 2024
1 parent 413ea67 commit a537fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dabe659eadd6d97325b1582e41cfc11"

PYPI_PACKAGE = "python-gnupg"
SRC_URI[sha256sum] = "01d8013931c9fa3f45824bbea7054c03d6e11f258a72e7e086e168dbcb91854c"
SRC_URI[sha256sum] = "290d8ddb9cd63df96cfe9284b9b265f19fd6e145e5582dc58fd7271f026d0a47"

inherit pypi python_setuptools_build_meta

Expand Down

0 comments on commit a537fbd

Please sign in to comment.