diff options
author | Justus Winter <[email protected]> | 2016-09-14 08:22:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-14 10:18:15 +0000 |
commit | 24b4162d908b48a92660020be0b776c2874fb05a (patch) | |
tree | fcdf0bd5107b5c268f10a9bc0ffa5cf1e616297a /NEWS | |
parent | python: Import from __future__ to align behavior of Python 2.7. (diff) | |
download | gpgme-24b4162d908b48a92660020be0b776c2874fb05a.tar.gz gpgme-24b4162d908b48a92660020be0b776c2874fb05a.zip |
python: Build for both Python2 and Python3.
* NEWS: Update.
* configure.ac: Check for multiple Python versions.
* lang/python/Makefile.am: Build and install for both Python versions.
* lang/python/tests/Makefile.am: Test both versions.
* lang/python/tests/run-tests.py: New test runner.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_] * Notation flags are now correctly set on verify. - * Bindings for Python 3 are now included. + * Bindings for Python 2 and 3 are now included. * New global flag "require-gnupg" to set a minimal gnupg version. |