From 88602b17c8ab137160502e0dda5762f78eca4630 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 31 Mar 2022 16:13:24 +0800 Subject: [PATCH 1/7] python3-cheetah: upgrade 3.2.6.post2 -> 3.2.6 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-cheetah_3.2.6.post2.bb => python3-cheetah_3.2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cheetah_3.2.6.post2.bb => python3-cheetah_3.2.6.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post2.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post2.bb rename to meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb index 8eed99ee306..802eab2a079 100644 --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post2.bb +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb @@ -11,4 +11,4 @@ RDEPENDS:${PN}:class-native = "" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "63157d7a00a273b59676b5be5aa817c75c37efc88478231f1a160f4cfb7f7878" +SRC_URI[sha256sum] = "f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b" From 9ed8af2ff60fa41188ad838345cd51dca9715d39 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 31 Mar 2022 16:13:25 +0800 Subject: [PATCH 2/7] python3-evdev: upgrade 1.4.0 -> 1.5.0 changelog: =============================================================================== -Fix documentation. -Re-enable TTY echo at evtest exit. -Fix ImportError: sys.meta_path is None, Python is likely shutting down. -Closing the input device file descriptor in InputDevice.close() now happens in the main thread, instead of in a new thread. -Fix util.find_ecodes_by_regex not working across all supported Python versions. Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-evdev_1.4.0.bb => python3-evdev_1.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-evdev_1.4.0.bb => python3-evdev_1.5.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb b/meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb index ca324c9ae9b..141411da0c5 100644 --- a/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" -SRC_URI[sha256sum] = "8782740eb1a86b187334c07feb5127d3faa0b236e113206dfe3ae8f77fb1aaf1" +SRC_URI[sha256sum] = "5b33b174f7c84576e7dd6071e438bf5ad227da95efd4356a39fe4c8355412fe6" inherit pypi setuptools3 From 56f4d9d6f32abcc74378d186449168c22e417537 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 31 Mar 2022 16:13:26 +0800 Subject: [PATCH 3/7] python3-google-api-python-client: upgrade 2.36.0 -> 2.42.0 changelog: =============================================================================== https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ent_2.36.0.bb => python3-google-api-python-client_2.42.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.36.0.bb => python3-google-api-python-client_2.42.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.36.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.42.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.36.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.42.0.bb index 502ebad3f00..8fcf6699520 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.36.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.42.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "533c69e8ddce6630a2ce5b98348f6a58a23df49cb92040a0086315df979404af" +SRC_URI[sha256sum] = "7bf58b665b635d06adb47797a9a4f73482e739e02ed036cd960dc7c183361f67" inherit pypi setuptools3 From bbc35b7cabb8bd41026e7be9527ae829b8e28384 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 31 Mar 2022 16:13:27 +0800 Subject: [PATCH 4/7] python3-itsdangerous: upgrade 2.1.1 -> 2.1.2 changelog: Handle date overflow in timed unsign on 32-bit systems. Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...hon3-itsdangerous_2.1.1.bb => python3-itsdangerous_2.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-itsdangerous_2.1.1.bb => python3-itsdangerous_2.1.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.1.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-itsdangerous_2.1.1.bb rename to meta-python/recipes-devtools/python/python3-itsdangerous_2.1.2.bb index ef1d7cc07bf..2e8c7e78025 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4cda9a0ebd516714f360b0e9418cfb37" -SRC_URI[sha256sum] = "7b7d3023cd35d9cb0c1fd91392f8c95c6fa02c59bf8ad64b8849be3401b95afb" +SRC_URI[sha256sum] = "5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a" inherit pypi setuptools3 From dcd071e3d9459dd70c9e4fd06c6f510553f1f608 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 31 Mar 2022 16:13:28 +0800 Subject: [PATCH 5/7] python3-grpcio: upgrade 1.44.0 -> 1.45.0 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-grpcio_1.44.0.bb => python3-grpcio_1.45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.44.0.bb => python3-grpcio_1.45.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.44.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.44.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb index ffa009d7b7a..ca55a7f091f 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.44.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ file://0001-absl-always-use-asm-sgidefs.h.patch \ file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \ " -SRC_URI[sha256sum] = "4bae1c99896045d3062ab95478411c8d5a52cb84b91a1517312629fa6cfeb50e" +SRC_URI[sha256sum] = "ff2c8b965b0fc25cf281961aa46619c10900543effe3f806ef818231c40aaff3" RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ ${PYTHON_PN}-setuptools \ From ff91dcb8657f7c5d6d44148fd04b4a45b795bb58 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 1 Apr 2022 11:41:14 +0800 Subject: [PATCH 6/7] python3-jdatetime: upgrade 4.0.0 -> 4.1.0 Changelog: =========== feat(strptime):handle %b and %B directive. Improve README. ZWNJ Replacement. feat(strptime):handle %z directive. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-jdatetime_4.0.0.bb => python3-jdatetime_4.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-jdatetime_4.0.0.bb => python3-jdatetime_4.1.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb b/meta-python/recipes-devtools/python/python3-jdatetime_4.1.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb rename to meta-python/recipes-devtools/python/python3-jdatetime_4.1.0.bb index f76f2750365..c96e5c39ed4 100644 --- a/meta-python/recipes-devtools/python/python3-jdatetime_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-jdatetime_4.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/slashmili/python-jalali" LICENSE = "Python-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" -SRC_URI[sha256sum] = "d35baea2ed213e4e87bb840c61637001540bd21e8e4454bd12352b06591ec08e" +SRC_URI[sha256sum] = "4a67a82ee57e35b5f6f9f7fbe6a0eda63f56ce1dd8af409b4c2a26a3340457db" PYPI_PACKAGE = "jdatetime" From 173352732d17b3d1fa469b6eea43a2a3c8a670d3 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 1 Apr 2022 11:42:04 +0800 Subject: [PATCH 7/7] python3-kiwisolver: upgrade 1.4.0 -> 1.4.2 Changelog: ========= This allows to buil with setuptools >= 61.2 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-kiwisolver_1.4.0.bb => python3-kiwisolver_1.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-kiwisolver_1.4.0.bb => python3-kiwisolver_1.4.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.0.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-kiwisolver_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-kiwisolver_1.4.2.bb index ab1ad717b40..48ff7df52db 100644 --- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/nucleic/kiwi" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52" -SRC_URI[sha256sum] = "7508b01e211178a85d21f1f87029846b77b2404a4c68cbd14748d4d4142fa3b8" +SRC_URI[sha256sum] = "7f606d91b8a8816be476513a77fd30abe66227039bd6f8b406c348cb0247dcc9" inherit pypi python_setuptools_build_meta