summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch')
-rw-r--r--meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch b/meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch
index f5870372a1..1f31cb805e 100644
--- a/meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch
+++ b/meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch
@@ -1,7 +1,7 @@
1From 1c1812def711803382cc28caea1f35fb7ef774b0 Mon Sep 17 00:00:00 2001 1From ed44474c11f577c1644910964a917a4cf701bb0f Mon Sep 17 00:00:00 2001
2From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 2From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
3Date: Tue, 26 Jan 2016 14:24:26 -0500 3Date: Tue, 26 Jan 2016 14:24:26 -0500
4Subject: [PATCH 1/5] reflect 2.1 reporting for key imports 4Subject: [PATCH] reflect 2.1 reporting for key imports
5 5
6GnuPG 2.1 changes how it reports key imports. These changes should 6GnuPG 2.1 changes how it reports key imports. These changes should
7make the pygpgme test suite compatible with GnuPG 2.1. 7make the pygpgme test suite compatible with GnuPG 2.1.
@@ -12,6 +12,7 @@ https://lists.gnupg.org/pipermail/gnupg-devel/2016-January/030718.html
12Upstream-Status: Backport 12Upstream-Status: Backport
13 13
14Signed-off-by: Catalin Enache <catalin.enache@windriver.com> 14Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
15
15--- 16---
16 tests/test_import.py | 22 +++++++++++----------- 17 tests/test_import.py | 22 +++++++++++-----------
17 1 file changed, 11 insertions(+), 11 deletions(-) 18 1 file changed, 11 insertions(+), 11 deletions(-)
@@ -86,3 +87,4 @@ index 10eb816..597eb47 100644
86+ None, gpgme.IMPORT_NEW | gpgme.IMPORT_SECRET)) 87+ None, gpgme.IMPORT_NEW | gpgme.IMPORT_SECRET))
87 self.assertEqual(result.imports[3], 88 self.assertEqual(result.imports[3],
88 ('93C2240D6B8AA10AB28F701D2CF46B7FC97E6B0F', 89 ('93C2240D6B8AA10AB28F701D2CF46B7FC97E6B0F',
90 None, gpgme.IMPORT_NEW))