14
0

- update to 0.4.9:

* Added a status attribute to the returned object from gen_key()
  * Provide the ability to add subkeys. 
  * Add keygrip values to the information collected when keys are listed.
  * Added extra_args keyword argument to send_keys(), recv_keys() and
    search_keys() to allow passing options relating to key servers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=23
This commit is contained in:
2022-06-04 14:00:03 +00:00
committed by Git OBS Bridge
parent e5a11a855f
commit 1da429c041
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 4 13:54:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.4.9:
* Added a status attribute to the returned object from gen_key()
* Provide the ability to add subkeys.
* Add keygrip values to the information collected when keys are listed.
* Added extra_args keyword argument to send_keys(), recv_keys() and
search_keys() to allow passing options relating to key servers.
-------------------------------------------------------------------
Mon Nov 29 11:57:11 UTC 2021 - Dirk Müller <dmueller@suse.com>