From 48634e651fcd02431c0518d42ada1f3b402feb2c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 17 Feb 2017 15:44:35 +0100 Subject: python: Support quick key signing. * NEWS: Update. * doc/gpgme.texi (gpgme_op_keysign): Fix the description of the 'expire' argument. * lang/python/gpg/constants/__init__.py: Import new file. * lang/python/gpg/constants/keysign.py: New file. * lang/python/gpg/core.py (Context.key_sign): New function. * lang/python/tests/Makefile.am (py_tests): Add new test. * lang/python/tests/t-quick-key-signing.py: New test. Signed-off-by: Justus Winter --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 889a5265..617d1d37 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ Noteworthy changes in version 1.8.1 (unreleased) py: Context.create_subkey NEW. py: Context.key_add_uid NEW. py: Context.key_revoke_uid NEW. + py: Context.key_sign NEW. py: core.pubkey_algo_string NEW. py: core.addrspec_from_uid NEW. -- cgit