From cbdd5b816d2abcda55b86493cc5b09867ad1b494 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 12 Oct 2025 22:19:40 +0200 Subject: [PATCH] package/python-evdev: bump version to 1.9.2 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-evdev/python-evdev.hash | 4 ++-- package/python-evdev/python-evdev.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-evdev/python-evdev.hash b/package/python-evdev/python-evdev.hash index 733c0c9cda..c72a132277 100644 --- a/package/python-evdev/python-evdev.hash +++ b/package/python-evdev/python-evdev.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/evdev/json -md5 c1440732b435dad5796bbb8e91d0340b evdev-1.9.0.tar.gz -sha256 38218bc95507cad756bc621a5fe7a77a41eb8d9c1213855de8e4ba0aba28e79f evdev-1.9.0.tar.gz +md5 7f0ec85ff4bda28ee25e400ec30adff4 evdev-1.9.2.tar.gz +sha256 5d3278892ce1f92a74d6bf888cc8525d9f68af85dbe336c95d1c87fb8f423069 evdev-1.9.2.tar.gz # Locally computed sha256 checksums sha256 d4554960d6496150c88c1fd02d7973121a9a57b961ea58fe349fbf8ada3816b2 LICENSE diff --git a/package/python-evdev/python-evdev.mk b/package/python-evdev/python-evdev.mk index d24974a037..1bf95fb8c7 100644 --- a/package/python-evdev/python-evdev.mk +++ b/package/python-evdev/python-evdev.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_EVDEV_VERSION = 1.9.0 +PYTHON_EVDEV_VERSION = 1.9.2 PYTHON_EVDEV_SOURCE = evdev-$(PYTHON_EVDEV_VERSION).tar.gz -PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/8c/bf/0fe4d372ee62fe5aec06aae2e97c0603d131b8e3cbaffa2329e0bd763a98 +PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/63/fe/a17c106a1f4061ce83f04d14bcedcfb2c38c7793ea56bfb906a6fadae8cb PYTHON_EVDEV_SETUP_TYPE = setuptools PYTHON_EVDEV_LICENSE = Revised BSD License PYTHON_EVDEV_LICENSE_FILES = LICENSE