[2/5,meta-python] python3-evdev: upgrade 1.4.0 -> 1.5.0

Message ID 1648714408-12048-2-git-send-email-xuhuan.fnst@fujitsu.com
State Under Review
Headers show
Series [1/5,meta-python] python3-cheetah: upgrade 3.2.6.post2 -> 3.2.6 | expand

Commit Message

XU Huan March 31, 2022, 8:13 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

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 <xuhuan.fnst@fujitsu.com>
---
 .../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%)

Patch

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 97a8aedd79..e17920ba1d 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