From fccbe95402c635c334f4ce64005fe26da6bdcb05 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 27 Sep 2023 00:06:39 -0700 Subject: python3-pybluez: Fix patch upstream-status Signed-off-by: Khem Raj (cherry picked from commit 91ef75cfea923f24a067aa87add49122c35af932) Signed-off-by: Armin Kuster --- .../0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch index 9126aba8d3..ba3edff0b4 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch +++ b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch @@ -19,8 +19,11 @@ From python 3.8 changes: > values for detail. (Contributed by Inada Naoki in bpo-36381.) Fixes https://github.com/pybluez/pybluez/issues/426 + +Upstream-Status: Accepted [https://github.com/pybluez/pybluez/pull/427] +Signed-off-by: Bartosz Golaszewski + --- -Upstream-Status: Accepted bluez/btmodule.c | 23 ++++++++++++++--------- msbt/_msbt.c | 6 ++++-- -- cgit v1.2.3-54-g00ecf