From b0e2f322aa571a5e1999c069779f589e282a566c Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 30 Nov 2016 02:30:44 -0500 Subject: convert from pygpgme to the python "gpg" module This converts from the now abandoned pygpgme project for wrapping gpgme, to the upstream gpgme python bindings (which are descended from the pyme project, before they became official). Largely this change should not be user visible, but there are a couple cases where the new bindings provide slightly more detailed error messages, and alot directly presents those messages to users. This patch has been significantly revised and updated by Dylan Baker, but was originally authored by Daniel Kahn Gillmor. Fixes #1069 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a919a4ed..ffd6b09e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ next: * bug fix: GPG signatures are acutally verified * feature: option to use linewise focussing in thread mode * feature: add support to move to next or previous message matching a notmuch query in a thread buffer +* feature: Convert from deprecated pygppme module to upstream gpg wrappers 0.5: * save command prompt, recipient and sender history across program restarts -- cgit v1.2.3