summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-03-31 16:13:25 +0800
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-04-04 09:08:21 -0400
commit9ed8af2ff60fa41188ad838345cd51dca9715d39 (patch)
tree3cb3792dec01600b7013095675dbb42e1c33f109
parent88602b17c8ab137160502e0dda5762f78eca4630 (diff)
downloadmeta-openembedded-9ed8af2ff60fa41188ad838345cd51dca9715d39.tar.gz
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 <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
index ca324c9ae9..141411da0c 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"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
5 5
6SRC_URI[sha256sum] = "8782740eb1a86b187334c07feb5127d3faa0b236e113206dfe3ae8f77fb1aaf1" 6SRC_URI[sha256sum] = "5b33b174f7c84576e7dd6071e438bf5ad227da95efd4356a39fe4c8355412fe6"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9