summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-12-20 19:05:51 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-20 19:47:57 -0800
commitd0b910a13fd37b5d471a6bdaf5d212ce0f9465a1 (patch)
tree1a92ffca2b2e33656f5a2c2aaeced626f18de15b /meta-python/recipes-devtools/python
parent46f22a10bef77b1d83250d539b3f311c58a6acdf (diff)
downloadmeta-openembedded-d0b910a13fd37b5d471a6bdaf5d212ce0f9465a1.tar.gz
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 <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb (renamed from meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb)2
1 files changed, 1 insertions, 1 deletions
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
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
7 7
8SRC_URI += "file://run-ptest" 8SRC_URI += "file://run-ptest"
9 9
10SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f" 10SRC_URI[sha256sum] = "b916c3741dfc4dbcf6224b39e50765f672b137896287715709d49e9f063304c5"
11 11
12inherit python_setuptools_build_meta python_pep517 ptest pypi 12inherit python_setuptools_build_meta python_pep517 ptest pypi
13 13