aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-03-21 11:32:31 +0000
committerJustus Winter <[email protected]>2017-03-21 11:55:33 +0000
commitf3e8d8a4518de2768692e0b392262d0da6d0fd84 (patch)
tree8aaea23c79f205d9c61a36525d14a32f57408601 /NEWS
parentcore: Extend gpgme_get_dirinfo to return the gpg-wks-client name. (diff)
downloadgpgme-f3e8d8a4518de2768692e0b392262d0da6d0fd84.tar.gz
gpgme-f3e8d8a4518de2768692e0b392262d0da6d0fd84.zip
python: Wrap 'gpgme_op_keylist_from_data_start'.
* NEWS: Update. * lang/python/gpg/core.py (Context.keylist): New keyword argument 'source'. If given, list keys from 'source'. * lang/python/gpgme.i: Wrap the argument to 'gpgme_op_keylist_from_data_start'. * lang/python/tests/Makefile.am (py_tests): Add new test. * lang/python/tests/support.py (EphemeralContext): Do not throw an error if no agent has been started in the context. * lang/python/tests/t-keylist-from-data.py: New file. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ad1188e..16e1550c 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ Noteworthy changes in version 1.8.1 (unreleased)
py: Context.__init__ EXTENDED: New keyword arg home_dir.
py: Context.home_dir NEW.
py: Context.keylist EXTENDED: New keyword arg mode.
+ py: Context.keylist EXTENDED: New keyword arg source.
py: Context.create_key NEW.
py: Context.create_subkey NEW.
py: Context.key_add_uid NEW.