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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cb863a5d..1436aec8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,7 +123,7 @@ install: # alot when rebuilding the documentation. Notmuch would have to be # installed by hand in order to get a recent enough version on travis. printf '%s = None\n' NotmuchError NullPointerError > notmuch.py - touch gpgme.py + touch gpg.py # install sphinx for building the html docs pip install sphinx else -- cgit v1.2.3