GNU bug report logs - #77310
[PATCH 0/2] Update jellyfin-mpv-shim to 2.9.0.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Thu, 27 Mar 2025 13:54:04 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 77310 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: 77310 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH 1/2] gnu: python-jellyfin-apiclient: Update to 1.11.0.
Date: Thu, 27 Mar 2025 07:01:53 -0700
* gnu/packages/python-xyz.scm (python-jellyfin-apiclient): Update to 1.11.0.

Change-Id: I7be4b4737bfe50abb0dae740008eafa41c9cc9ca
---
 gnu/packages/python-xyz.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8c7a60f3e7..034d56f17b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29177,15 +29177,18 @@ (define-public python-mpv-jsonipc
 (define-public python-jellyfin-apiclient
   (package
     (name "python-jellyfin-apiclient")
-    (version "1.9.2")
+    (version "1.11.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "jellyfin-apiclient-python" version))
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/jellyfin/jellyfin-apiclient-python.git")
+         (commit (string-append "v" version))))
        (sha256
-        (base32 "0r67cp9nizvn3cbslgi30zpd3mw4a6zal0ygik3jv5lni1xdkk5w"))))
+        (base32 "1l30r7s4djvcsnf342af8mvh4c68v9b37j5y47k6cpaj8fj78lac"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-setuptools python-wheel))
+    (native-inputs (list python-setuptools python-pytest python-wheel))
     (propagated-inputs (list python-certifi python-requests python-urllib3
                              python-websocket-client))
     (home-page "https://github.com/jellyfin/jellyfin-apiclient-python")
-- 
2.48.1





This bug report was last modified 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.