]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-cffi: Refresh patch with upstream timo/python3-cffi-pycparser
authorTim Orling <tim.orling@konsulko.com>
Thu, 19 Feb 2026 16:43:16 +0000 (08:43 -0800)
committerTim Orling <tim.orling@konsulko.com>
Thu, 19 Feb 2026 17:57:03 +0000 (09:57 -0800)
Upstream had more to the final merged commit than what was in the previous patch

Whitespace changes in SRC_URI for consistency.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
meta/recipes-devtools/python/python3-cffi/0001-Make-test_parsing-more-resilient-to-changes-in-pycpa.patch [moved from meta/recipes-devtools/python/python3-cffi/0001-Make-test_parsing-more-resilient-to-changes-in.patch with 89% similarity]
meta/recipes-devtools/python/python3-cffi_2.0.0.bb

similarity index 89%
rename from meta/recipes-devtools/python/python3-cffi/0001-Make-test_parsing-more-resilient-to-changes-in.patch
rename to meta/recipes-devtools/python/python3-cffi/0001-Make-test_parsing-more-resilient-to-changes-in-pycpa.patch
index 2919b78a6efe92d96862acdf7e2d2bce3823a249..275944e1804b81192719105a9f06b134224072a9 100644 (file)
@@ -1,8 +1,8 @@
-From 6f345f658a7012bca0859d23436a11b9902711ae Mon Sep 17 00:00:00 2001
-From: Wang Mingyu <wangmy@fujitsu.com>
-Date: Fri, 6 Feb 2026 01:53:23 +0000
-Subject: [PATCH] Make test_parsing more resilient to changes in
pycparser  (#224)
+From c36c02fa6f4f1d12a9cead81861c6f42af47da22 Mon Sep 17 00:00:00 2001
+From: Eli Bendersky <eliben@gmail.com>
+Date: Sat, 24 Jan 2026 17:54:58 -0800
+Subject: [PATCH] Make test_parsing more resilient to changes in pycparser
+ (#224)
 
 * Make test_parsing more resilient to changes in pycparser
 
@@ -15,15 +15,15 @@ Ref #223
 
 * Loosen error message assertion even more
 
-Upstream-Status: Backport [https://github.com/python-cffi/cffi/commit/c36c02fa6f4f1d12a9cead81861c6f42af47da22]
+Upstream-Status: Backport [https://github.com/python-cffi/cffi/pull/224]
 
-Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
+Signed-off-by: Tim Orling <tim.orling@konsulko.com>
 ---
  testing/cffi0/test_parsing.py | 18 +++++++++---------
  1 file changed, 9 insertions(+), 9 deletions(-)
 
 diff --git a/testing/cffi0/test_parsing.py b/testing/cffi0/test_parsing.py
-index f10b989..7009e34 100644
+index 8d4dd016..3e47bcdd 100644
 --- a/testing/cffi0/test_parsing.py
 +++ b/testing/cffi0/test_parsing.py
 @@ -197,7 +197,7 @@ def test_dont_remove_comment_in_line_directives():
index 269595f5c3f22811f868c5b70be69e5ae31d096e..6a98d9aebc46025737a755e122ce2b053c5aa167 100644 (file)
@@ -6,8 +6,10 @@ DEPENDS += "libffi python3-pycparser"
 
 SRC_URI[sha256sum] = "44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529"
 
-SRC_URI += "file://run-ptest \
-            file://0001-Make-test_parsing-more-resilient-to-changes-in.patch"
+SRC_URI += "\
+    file://run-ptest \
+    file://0001-Make-test_parsing-more-resilient-to-changes-in-pycpa.patch \
+"
 
 inherit pypi python_setuptools_build_meta ptest pkgconfig