GNU bug report logs -
#77310
[PATCH 0/2] Update jellyfin-mpv-shim to 2.9.0.
Previous Next
To reply to this bug, email your comments to 77310 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77310
; Package
guix-patches
.
(Thu, 27 Mar 2025 13:54:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ian Eure <ian <at> retrospec.tv>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 27 Mar 2025 13:54:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Straightforward bump. Also requires a python-jellyfin-apiclient update.
Tested locally, and it runs and plays videos.
Ian Eure (2):
gnu: python-jellyfin-apiclient: Update to 1.11.0.
gnu: jellyfin-mpv-shim: Update to 2.9.0.
gnu/packages/python-xyz.scm | 13 ++++++++-----
gnu/packages/video.scm | 4 ++--
2 files changed, 10 insertions(+), 7 deletions(-)
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77310
; Package
guix-patches
.
(Thu, 27 Mar 2025 14:03:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77310 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77310
; Package
guix-patches
.
(Thu, 27 Mar 2025 14:03:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 77310 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (jellyfin-mpv-shim): Update to 2.9.0.
Change-Id: I1bab5a74f7d71173bac30e85b931901ba12c8a5e
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9ad8262b98..bd2649bd6d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2800,13 +2800,13 @@ (define-public smplayer
(define-public jellyfin-mpv-shim
(package
(name "jellyfin-mpv-shim")
- (version "2.8.0")
+ (version "2.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jellyfin-mpv-shim" version))
(sha256
- (base32 "0lgs3d6qxxf338mg4mmm4jrkvw1alrks16hx30figwn3dcv5l0qh"))))
+ (base32 "0hcvqskhgwdyi117hqmlhqknsii22qcmiwhzhf50ab5szsy0rg32"))))
(build-system python-build-system)
(arguments
(list
--
2.48.1
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.