From dc1a77267f03e37b331c8597b066c5ee52a75445 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Fri, 22 Aug 2025 23:15:38 +0800 Subject: [PATCH] gnu: yt-dlp: Update to 2025.08.20. * gnu/packages/videos.scm (yt-dlp): Update to 2025.08.20. [arguments]<#:phases>: Remove stale test skip. [inputs]: Bump 'python-urllib3' dependency to 2.0. Change-Id: Iabae3497f7534384328d535d119f708cfe841f9f Signed-off-by: Andreas Enge --- gnu/packages/video.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d0c318ef29b2a4e26863a8854a0fa009b783ecd7..3b0f7f63ea718f9f52af1d4f66cd972dedd069dd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3144,7 +3144,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.07.21") + (version "2025.08.20") (source (origin (method git-fetch) @@ -3156,7 +3156,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (snippet #~(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "051y9pb2imdrpi065d9l2xfmd68l22ahbz90z81yqv7kv84j9mal")))) + (base32 "17g32lgax04yrhlvgaphdkkhv0xkxdimw57m6a1d3yhsnrbjiqhm")))) (build-system pyproject-build-system) (arguments (list @@ -3195,10 +3195,6 @@ video streaming services of the Finnish national broadcasting company Yle.") "-k" (string-append "not download" - ;; TestHTTPRequestHandler tests are disabled due to - ;; https://github.com/yt-dlp/yt-dlp/issues/13927 - " and not " - "test_incompleteread" " and not " "test_partial_read_then_full_read") test-flags))))))) @@ -3207,7 +3203,7 @@ video streaming services of the Finnish national broadcasting company Yle.") python-mutagen python-pycryptodomex python-requests-next ; TODO Remove this special package - python-urllib3-1.26 ; TODO Remove this one too + python-urllib3 python-websockets)) (native-inputs (append