14
0

- 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
This commit is contained in:
2024-10-01 12:42:40 +00:00
committed by Git OBS Bridge
parent cce6d21dde
commit 92650b5235
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 1 12:42:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>