From db55d22ba85057703d17e152a3dca1f446b52730 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 7 Apr 2018 16:20:26 -0700 Subject: pyton-pygpme: refresh patches WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file tests/test_import.py Hunk #4 succeeded at 122 with fuzz 1. Signed-off-by: Armin Kuster --- .../python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch') diff --git a/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch b/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch index ccd941f7bb..c18cf3feba 100644 --- a/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch +++ b/meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch @@ -1,7 +1,7 @@ -From dc75482af095d667a4a92655c4e7eb312e80c42d Mon Sep 17 00:00:00 2001 +From ba0dc8273e4f83bcd2d43baa5910aae34b93048c Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 1 Feb 2016 19:25:12 -0500 -Subject: [PATCH 2/5] passphrase_cb is deprecated +Subject: [PATCH] passphrase_cb is deprecated https://bugs.gnupg.org/gnupg/issue767 indicates that gpgme_set_passphrase_cb is a deprecated corner of the API and that @@ -19,6 +19,7 @@ test suite to be able to make those tests. Upstream-Status: Backport Signed-off-by: Catalin Enache + --- tests/util.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) @@ -48,3 +49,4 @@ index cd803c2..86892ca 100644 + # import requested keys into the keyring ctx = gpgme.Context() + for key in self.import_keys: -- cgit v1.2.3-54-g00ecf