From d0b910a13fd37b5d471a6bdaf5d212ce0f9465a1 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 20 Dec 2024 19:05:51 +0100 Subject: [PATCH] python3-gpiod: update v2.2.2 -> v2.2.3 Small bugfix release addressing a potential crash due to a bad usage of PyDict_Next() in the C extension. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../python/{python3-gpiod_2.2.2.bb => python3-gpiod_2.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gpiod_2.2.2.bb => python3-gpiod_2.2.3.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb rename to meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb index a7c4ee52c3..58908ad0d5 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=241;endline=241;md5=f5ddb56912b7f2 SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f" +SRC_URI[sha256sum] = "b916c3741dfc4dbcf6224b39e50765f672b137896287715709d49e9f063304c5" inherit python_setuptools_build_meta python_pep517 ptest pypi