diff mbox series

[meta-python] python3-gpiod: update v2.2.2 -> v2.2.3

Message ID 20241220180551.110039-1-brgl@bgdev.pl
State Under Review
Headers show
Series [meta-python] python3-gpiod: update v2.2.2 -> v2.2.3 | expand

Commit Message

Bartosz Golaszewski Dec. 20, 2024, 6:05 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Small bugfix release addressing a potential crash due to a bad usage of
PyDict_Next() in the C extension.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../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 mbox series

Patch

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 a7c4ee52c..58908ad0d 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