14
0

- update to 0.4.7:

* Added support for no passphrase during key generation.
  * Improved permission-denied test. 
  * Updated logging to only show partial results.
  * Allowed a passphrase to be passed to import_keys().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=21
This commit is contained in:
2021-08-01 09:27:34 +00:00
committed by Git OBS Bridge
parent 1afc58714a
commit 9bfc108da8
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 1 09:24:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.4.7:
* Added support for no passphrase during key generation.
* Improved permission-denied test.
* Updated logging to only show partial results.
* Allowed a passphrase to be passed to import_keys().
-------------------------------------------------------------------
Wed Aug 5 13:20:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>