From 38b08d2639b27321268bc541f263201b8575497d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 21 Aug 2025 16:59:35 +0800 Subject: python3-gnupg: upgrade 0.5.4 -> 0.5.5 Changelog: ========= - Handle fetching GPG version when not the first item in the configuration. - Capture uid info in a uid_map attribute of ScanKeys/ListKeys. - Improve handling of exceptions raised in background threads. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb (limited to 'meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb deleted file mode 100644 index 5de9a7be0e..0000000000 --- a/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dabe659eadd6d97325b1582e41cfc11" - -PYPI_PACKAGE = "python-gnupg" -SRC_URI[sha256sum] = "f2fdb5fb29615c77c2743e1cb3d9314353a6e87b10c37d238d91ae1c6feae086" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += " \ - gnupg-gpg \ - python3-logging \ -" -- cgit v1.2.3-54-g00ecf