aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-16 13:53:11 +0000
committerJustus Winter <[email protected]>2017-02-16 15:43:10 +0000
commit476b97822b169c30cc246c1de2ff94cf89084706 (patch)
treea11b21e34c3f414a5524e353083faaa7c6ba25ad /NEWS
parentpython: Fix passphrase callback wrapping. (diff)
downloadgpgme-476b97822b169c30cc246c1de2ff94cf89084706.tar.gz
gpgme-476b97822b169c30cc246c1de2ff94cf89084706.zip
python: Support quick key creation.
* NEWS: Update. * lang/python/gpg/constants/__init__.py: Import new file. * lang/python/gpg/constants/create.py: New file. * lang/python/gpg/core.py (Context.create_key): New function. * lang/python/tests/Makefile.am (XTESTS): Add new test. * lang/python/tests/support.py (TemporaryDirectory): New class. * lang/python/tests/t-quick-key-creation.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 82f403c4..7d30b94d 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,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.create_key NEW.
py: core.pubkey_algo_string NEW.
py: core.addrspec_from_uid NEW.