diff options
author | Justus Winter <[email protected]> | 2017-03-21 11:32:31 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-03-21 11:55:33 +0000 |
commit | f3e8d8a4518de2768692e0b392262d0da6d0fd84 (patch) | |
tree | 8aaea23c79f205d9c61a36525d14a32f57408601 /NEWS | |
parent | core: Extend gpgme_get_dirinfo to return the gpg-wks-client name. (diff) | |
download | gpgme-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |