From 92650b52358fafe0e961a2d673f8b295948e78526d54b048e0e8553532f98d58 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 1 Oct 2024 12:42:40 +0000 Subject: [PATCH] - update to 0.5.3: * Add WKD (Web Key Directory) support for auto-locating keys. * Ensure local variable is initialized even when an exception occurs. * Fix #239: Remove logging of decryption result. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=33 --- python-gnupg-0.5.2.tar.gz | 3 --- python-gnupg-0.5.3.tar.gz | 3 +++ python-python-gnupg.changes | 9 +++++++++ python-python-gnupg.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 python-gnupg-0.5.2.tar.gz create mode 100644 python-gnupg-0.5.3.tar.gz diff --git a/python-gnupg-0.5.2.tar.gz b/python-gnupg-0.5.2.tar.gz deleted file mode 100644 index 48e9437..0000000 --- a/python-gnupg-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01d8013931c9fa3f45824bbea7054c03d6e11f258a72e7e086e168dbcb91854c -size 64531 diff --git a/python-gnupg-0.5.3.tar.gz b/python-gnupg-0.5.3.tar.gz new file mode 100644 index 0000000..caaf099 --- /dev/null +++ b/python-gnupg-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d8ddb9cd63df96cfe9284b9b265f19fd6e145e5582dc58fd7271f026d0a47 +size 65457 diff --git a/python-python-gnupg.changes b/python-python-gnupg.changes index 7111ff6..a83d1b2 100644 --- a/python-python-gnupg.changes +++ b/python-python-gnupg.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 1 12:42:05 UTC 2024 - Dirk Müller + +- update to 0.5.3: + * Add WKD (Web Key Directory) support for auto-locating keys. + * Ensure local variable is initialized even when an exception + occurs. + * Fix #239: Remove logging of decryption result. + ------------------------------------------------------------------- Thu Dec 14 20:56:28 UTC 2023 - Dirk Müller diff --git a/python-python-gnupg.spec b/python-python-gnupg.spec index 10f22a4..35badb7 100644 --- a/python-python-gnupg.spec +++ b/python-python-gnupg.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gnupg # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-gnupg -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG) License: BSD-3-Clause