[git] GPGME - branch, pyme, updated. gpgme-1.5.4-14-g90405ac

by Ben McGinnes cvs at cvs.gnupg.org
Sat May 16 21:41:15 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, pyme has been updated
       via  90405ac84b78ba7e5458ea09986749594a01195a (commit)
      from  29887c9b28c0db14bf75e227a8082d23a2c151d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90405ac84b78ba7e5458ea09986749594a01195a
Author: Ben McGinnes <ben at adversary.org>
Date:   Sun May 17 05:31:35 2015 +1000

    Python 3 port of PyME
    
    * Port of PyME 0.9.0 for Python 2 to Python 3 along with most of the
      example scripts.
    * Intended to be developed in parallel with the original Python 2
      version until such time as a rewrite of GPGME leads to developing an
      IO API in Python 3 from scratch.
    * Python 3 PyME and API maintainer has entered, stage left with current
      GPG key ID 0x321E4E2373590E5D, primary fingerprint is "DB47 24E6 FA42
      86C9 2B4E  55C4 321E 4E23 7359 0E5D" and signing subkey fingerprint is
      "B7F0 FE75 9387 430D D0C5  8BDB 7FF2 D371 35C7 553C" for future
      reference with git commit signatures.

diff --git a/lang/Makefile.am b/lang/Makefile.am
index 854d934..29446eb 100644
--- a/lang/Makefile.am
+++ b/lang/Makefile.am
@@ -17,6 +17,6 @@
 # License along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
-SUBDIRS = cl
+SUBDIRS = cl, py3-pyme
 
 EXTRA_DIST = README
diff --git a/lang/README b/lang/README
index da54c78..559be5f 100644
--- a/lang/README
+++ b/lang/README
@@ -10,3 +10,4 @@ sub-directory.
 Directory	Language
 
 cl		Common Lisp
+py3-pyme	Python 3 (port of PyME 0.9.0)

-----------------------------------------------------------------------

Summary of changes:
 lang/Makefile.am | 2 +-
 lang/README      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list