diff mbox series

[bug#68475] Update python-evdev to 1.5.0.

Message ID ZR0P278MB026870AD15D2655BC5BE4EA8C16C2@ZR0P278MB0268.CHEP278.PROD.OUTLOOK.COM
State New
Headers show
Series [bug#68475] Update python-evdev to 1.5.0. | expand

Commit Message

Wicki Gabriel (wicg) Jan. 15, 2024, 3:01 p.m. UTC
Hi

There's an error with the current version which was fixed upstream.

The attached patch fixes the issue.

Thanks for the merge (:

g

Comments

Wicki Gabriel (wicg) Jan. 15, 2024, 4:07 p.m. UTC | #1
I tested whether the dependents (the output from guix refresh -l python-evdev​) still build and they do:

/gnu/store/8dm8832apgqb1skzpl3zfrziiwr5igc0-xkeysnail-0.4.0
/gnu/store/30hbgxjdlxrpydkvgs4ykbapvp6a651v-wacomtablet-3.2.0
/gnu/store/ldzinvj1nlm1ndb7wrkgcx76nnck1ncv-gnome-42.4
/gnu/store/f4flr9m1cbkj657pyh6pdvr3038qrmlw-gnome-terminal-3.44.1
/gnu/store/s7fmlfc6br83cf27zfn2vc5pxqahz12m-arc-theme-20221218
/gnu/store/b7yvyfs5haz0s9chgirss18hab9akrwr-gnome-shell-extension-gsconnect-50
/gnu/store/n37ik2mdqb4sfghqj4flv0ih3ihwhq1c-numix-gtk-theme-2.6.7
/gnu/store/w9cyyca4h5b1mva65pn57bxbzv7sssd7-gpaste-42.2
/gnu/store/qagpac5ci83xs280sx0ffvbdczbrxssw-show-me-the-key-1.8.0
/gnu/store/fdxjd1njilqnyz48caz4w6w34q5sz7sq-velox-0-1.fcc0412
/gnu/store/njvvbi2n13b560yyxq93gbys19h9xfl9-synthpod-0.1.6507
/gnu/store/d4004xqy9wrjr98rjjhyspl0z1hh26m5-touchegg-2.0.14
/gnu/store/3wcvsm3lyxsx74p22b1b54kcw02bl8gz-kodi-wayland-19.5
/gnu/store/45zzqfjv7myqsxf17pg72kcjj7rgp08d-plasma-phone-components-5.23.4
/gnu/store/6nb15cf70pbifd6jz3yp6jxdn9sf09m8-plasma-5.27.7
/gnu/store/6hz5zrhiyg3w3yw43bb9z7b3hbg91rjr-plasma-mobile-5.24.3
/gnu/store/fcb4h9rzvaxiawwvnf6vq95xyxkvjc66-plasma-bigscreen-5.27.7
/gnu/store/3gwqbwmbhhmyksdja572wkds4v851mfl-piper-0.7
Sharlatan Hellseher Jan. 20, 2024, 12:02 a.m. UTC | #2
It triggers an expensive build, potentially for core updates?

--8<---------------cut here---------------start------------->8---

piper@0.7 plasma-phone-components@5.23.4 plasma-mobile@5.24.3 plasma-bigscreen@5.27.7 plasma@5.27.7
kodi-wayland@19.5 touchegg@2.0.14 synthpod@0.1.6507 velox@0-1.fcc0412 show-me-the-key@1.8.0
gpaste@42.2 arc-theme@20221218 gnome-shell-extension-gsconnect@50 numix-gtk-theme@2.6.7
gnome-terminal@3.44.1 gnome@42.4 wacomtablet@3.2.0 xkeysnail@0.4.0

--8<---------------cut here---------------start------------->8---

There tests in git checkout but they need access to /dev/uinput
Maxim Cournoyer Jan. 22, 2024, 4:12 a.m. UTC | #3
Hi Sharlatan,

Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> It triggers an expensive build, potentially for core updates?
>
>
> piper@0.7 plasma-phone-components@5.23.4 plasma-mobile@5.24.3 plasma-bigscreen@5.27.7 plasma@5.27.7
> kodi-wayland@19.5 touchegg@2.0.14 synthpod@0.1.6507 velox@0-1.fcc0412 show-me-the-key@1.8.0
> gpaste@42.2 arc-theme@20221218 gnome-shell-extension-gsconnect@50 numix-gtk-theme@2.6.7
> gnome-terminal@3.44.1 gnome@42.4 wacomtablet@3.2.0 xkeysnail@0.4.0

Our old guidelines for master was that <= 300 rebuilds is fair game for
the master branch.

> There tests in git checkout but they need access to /dev/uinput

Perhaps these can be skipped; pytest has a convenient -k 'not test_name'
switch to do so.
Sharlatan Hellseher Jan. 22, 2024, 9:37 p.m. UTC | #4
Hi,

Update to v1.5.0 pushed as 014d0541ae7fb6017564e57d03958831d4428dd0 to
master.

> Perhaps these can be skipped; pytest has a convenient -k 'not
> test_name' switch to do so.

I've enabled tests and skipped some of them requiring access to
/dev/uinput Pushed as ffc5fefce370f5fc01091869e13fdf525be1e0c0 to
master.

Thanks,
Oleg
diff mbox series

Patch

From 88676d8cea95b1237e7e0d9f89773717635cda3f Mon Sep 17 00:00:00 2001
Message-ID: <88676d8cea95b1237e7e0d9f89773717635cda3f.1705330746.git.wicg@zhaw.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Mon, 15 Jan 2024 15:56:20 +0100
Subject: [PATCH] gnu: python-evdev: Update to 1.5.0.

* gnu/packages/linux.scm (python-evdev): Update to 1.5.0.

Change-Id: Id83c621f31222ebfb4848366b94e1f16c75742aa
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 716f5907f0..d953fb3fa5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4408,13 +4408,13 @@  (define-public eudev
 (define-public python-evdev
   (package
     (name "python-evdev")
-    (version "1.3.0")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "evdev" version))
        (sha256
-        (base32 "0kb3636yaw9l8xi8s184w0r0n9ic5dw3b8hx048jf9fpzss4kimi"))))
+        (base32 "1rig85aq6k7y75m3bm7gjpd2gljspwwf8wb0vpkpcif8yxsb2csv"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ;no rule for tests

base-commit: 162d6a2fdd6af13272967c77347a54934ecb45e6
-- 
2.41.0