From 88ae17fd8f9a7144c29fb3442b3d8af902340ada Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 13 Jan 2026 12:34:21 +0200 Subject: python3-libevdev: Upgrade 0.12 -> 0.13.1 Add ptest and upgrade to release 0.13.1: - pyproject.toml: add pytest as dev dependency - Import Self from type_checking if needed to be compat with 3.9 - CI: run pytest via uv - CI: test against multiple python versions Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-libevdev/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-libevdev/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-libevdev/run-ptest') diff --git a/meta-python/recipes-devtools/python/python3-libevdev/run-ptest b/meta-python/recipes-devtools/python/python3-libevdev/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-libevdev/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +pytest --automake -- cgit v1.2.3-54-g00ecf