diff options
author | Justus Winter <[email protected]> | 2017-02-16 13:53:11 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-16 15:43:10 +0000 |
commit | 476b97822b169c30cc246c1de2ff94cf89084706 (patch) | |
tree | a11b21e34c3f414a5524e353083faaa7c6ba25ad /NEWS | |
parent | python: Fix passphrase callback wrapping. (diff) | |
download | gpgme-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |