From cd7e832d4502c3249d825e44a0a58604fd16fb960c9f7dddc355731d5609a731 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Aug 2025 11:15:08 +0000 Subject: [PATCH] Accepting request 1299362 from home:glaubitz:branches:devel:languages:python - Update to 0.5.5 * Fix #249: Handle fetching GPG version when not the first item in the configuration. * Fix #250: Capture uid info in a uid_map attribute of ScanKeys/ListKeys. * Fix #255: Improve handling of exceptions raised in background threads. OBS-URL: https://build.opensuse.org/request/show/1299362 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=38 --- python-gnupg-0.5.4.tar.gz | 3 --- python-gnupg-0.5.5.tar.gz | 3 +++ python-python-gnupg.changes | 8 ++++++++ python-python-gnupg.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-gnupg-0.5.4.tar.gz create mode 100644 python-gnupg-0.5.5.tar.gz diff --git a/python-gnupg-0.5.4.tar.gz b/python-gnupg-0.5.4.tar.gz deleted file mode 100644 index 6b7b5e7..0000000 --- a/python-gnupg-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2fdb5fb29615c77c2743e1cb3d9314353a6e87b10c37d238d91ae1c6feae086 -size 65705 diff --git a/python-gnupg-0.5.5.tar.gz b/python-gnupg-0.5.5.tar.gz new file mode 100644 index 0000000..8082f98 --- /dev/null +++ b/python-gnupg-0.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdcaf76f60a1b948ff8e37dc398d03cf9ce7427065d583082b92da7a4ff5a63 +size 66467 diff --git a/python-python-gnupg.changes b/python-python-gnupg.changes index b0db428..aa171b3 100644 --- a/python-python-gnupg.changes +++ b/python-python-gnupg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 14 09:54:33 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.5.5 + * Fix #249: Handle fetching GPG version when not the first item in the configuration. + * Fix #250: Capture uid info in a uid_map attribute of ScanKeys/ListKeys. + * Fix #255: Improve handling of exceptions raised in background threads. + ------------------------------------------------------------------- Mon Feb 17 03:29:13 UTC 2025 - Steve Kowalik diff --git a/python-python-gnupg.spec b/python-python-gnupg.spec index 0a1f5d3..0a68e7d 100644 --- a/python-python-gnupg.spec +++ b/python-python-gnupg.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-gnupg -Version: 0.5.4 +Version: 0.5.5 Release: 0 Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG) License: BSD-3-Clause