unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68475] [PATCH] Update python-evdev to 1.5.0.
@ 2024-01-15 15:01 Wicki Gabriel (wicg)
  2024-01-15 16:07 ` [bug#68475] guix refresh -l build tests Wicki Gabriel (wicg)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wicki Gabriel (wicg) @ 2024-01-15 15:01 UTC (permalink / raw)
  To: 68475


[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]

Hi

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

The attached patch fixes the issue.

Thanks for the merge (:

g

[-- Attachment #1.2: Type: text/html, Size: 2004 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-evdev-Update-to-1.5.0.patch --]
[-- Type: text/x-patch; name="0001-gnu-python-evdev-Update-to-1.5.0.patch", Size: 1246 bytes --]

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#68475] guix refresh -l build tests
  2024-01-15 15:01 [bug#68475] [PATCH] Update python-evdev to 1.5.0 Wicki Gabriel (wicg)
@ 2024-01-15 16:07 ` Wicki Gabriel (wicg)
  2024-01-20  0:02 ` [bug#68475] [PATCH] Update python-evdev to 1.5.0 Sharlatan Hellseher
  2024-01-22 21:37 ` bug#68475: " Sharlatan Hellseher
  2 siblings, 0 replies; 5+ messages in thread
From: Wicki Gabriel (wicg) @ 2024-01-15 16:07 UTC (permalink / raw)
  To: 68475@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 4841 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#68475] [PATCH] Update python-evdev to 1.5.0.
  2024-01-15 15:01 [bug#68475] [PATCH] Update python-evdev to 1.5.0 Wicki Gabriel (wicg)
  2024-01-15 16:07 ` [bug#68475] guix refresh -l build tests Wicki Gabriel (wicg)
@ 2024-01-20  0:02 ` Sharlatan Hellseher
  2024-01-22  4:12   ` Maxim Cournoyer
  2024-01-22 21:37 ` bug#68475: " Sharlatan Hellseher
  2 siblings, 1 reply; 5+ messages in thread
From: Sharlatan Hellseher @ 2024-01-20  0:02 UTC (permalink / raw)
  To: 68475; +Cc: maxim.cournoyer

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#68475] [PATCH] Update python-evdev to 1.5.0.
  2024-01-20  0:02 ` [bug#68475] [PATCH] Update python-evdev to 1.5.0 Sharlatan Hellseher
@ 2024-01-22  4:12   ` Maxim Cournoyer
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2024-01-22  4:12 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 68475

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.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#68475: [PATCH] Update python-evdev to 1.5.0.
  2024-01-15 15:01 [bug#68475] [PATCH] Update python-evdev to 1.5.0 Wicki Gabriel (wicg)
  2024-01-15 16:07 ` [bug#68475] guix refresh -l build tests Wicki Gabriel (wicg)
  2024-01-20  0:02 ` [bug#68475] [PATCH] Update python-evdev to 1.5.0 Sharlatan Hellseher
@ 2024-01-22 21:37 ` Sharlatan Hellseher
  2 siblings, 0 replies; 5+ messages in thread
From: Sharlatan Hellseher @ 2024-01-22 21:37 UTC (permalink / raw)
  To: 68475-done

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-22 21:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 15:01 [bug#68475] [PATCH] Update python-evdev to 1.5.0 Wicki Gabriel (wicg)
2024-01-15 16:07 ` [bug#68475] guix refresh -l build tests Wicki Gabriel (wicg)
2024-01-20  0:02 ` [bug#68475] [PATCH] Update python-evdev to 1.5.0 Sharlatan Hellseher
2024-01-22  4:12   ` Maxim Cournoyer
2024-01-22 21:37 ` bug#68475: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).