From: Jakob Kirsch via Guix-patches via <guix-patches@gnu.org>
To: 74138@debbugs.gnu.org
Subject: [bug#74138] [PATCH v1] gnu: yt-dlp: Update to 2024.10.22.
Date: Thu, 31 Oct 2024 17:25:23 +0100 [thread overview]
Message-ID: <ZyOvc0pfQiRgPNyT@kernelpanicroom> (raw)
[-- Attachment #1: Type: text/plain, Size: 48 bytes --]
yt-dlp broke with Youtube videos so here we go.
[-- Attachment #2: v1-0001-gnu-python-websockets-Update-to-13.0.patch --]
[-- Type: text/plain, Size: 1378 bytes --]
From 21874c9432b9f942e45db71561ac8ea5c05c50b4 Mon Sep 17 00:00:00 2001
Message-ID: <21874c9432b9f942e45db71561ac8ea5c05c50b4.1730391804.git.jakob.kirsch@web.de>
From: Jakob Kirsch <jakob.kirsch@web.de>
Date: Thu, 31 Oct 2024 17:18:08 +0100
Subject: [PATCH v1 1/2] gnu: python-websockets: Update to 13.0.
* gnu/packages/python-web.scm (python-websockets): Update to 13.0.
Change-Id: I242cc257c779d1dba992e814ba4da68c99daff6e
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d892e03c9d..b92ce4533a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6845,7 +6845,7 @@ (define-public python-warcio
(define-public python-websockets
(package
(name "python-websockets")
- (version "12.0")
+ (version "13.0")
(source
(origin
(method git-fetch)
@@ -6855,7 +6855,7 @@ (define-public python-websockets
(file-name (git-file-name name version))
(sha256
(base32
- "1a587a1knjsy9zmgab9v2yncx0803pg2hfcvf7kz6vs8ixaggqmh"))))
+ "1brnaf1c4r9377p2npxpkik9ggqzmymvnnazdhw6s2wzfhlln8vv"))))
(build-system python-build-system)
(arguments
(list #:phases
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
--
2.46.0
[-- Attachment #3: v1-0002-gnu-yt-dlp-Update-to-2024.10.22.patch --]
[-- Type: text/plain, Size: 1731 bytes --]
From e9144eee3312ed896e47f4f9274fd241348d3fac Mon Sep 17 00:00:00 2001
Message-ID: <e9144eee3312ed896e47f4f9274fd241348d3fac.1730391804.git.jakob.kirsch@web.de>
In-Reply-To: <21874c9432b9f942e45db71561ac8ea5c05c50b4.1730391804.git.jakob.kirsch@web.de>
References: <21874c9432b9f942e45db71561ac8ea5c05c50b4.1730391804.git.jakob.kirsch@web.de>
From: Jakob Kirsch <jakob.kirsch@web.de>
Date: Thu, 31 Oct 2024 17:18:08 +0100
Subject: [PATCH v1 2/2] gnu: yt-dlp: Update to 2024.10.22.
* gnu/packages/video.scm (yt-dlp): Update to 2024.10.22.
Change-Id: Ifd83fd76ffdb2d2ddab0c9577278a308a3f03cb5
---
gnu/packages/video.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 92c0acef3c..600f1f481d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3170,7 +3170,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2024.08.06")
+ (version "2024.10.22")
(source
(origin
(method git-fetch)
@@ -3178,8 +3178,11 @@ (define-public yt-dlp
(url "https://github.com/yt-dlp/yt-dlp/")
(commit version)))
(file-name (git-file-name name version))
+ (modules '((guix build utils)))
+ (snippet '(substitute* "pyproject.toml"
+ (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "0k44p1a9nckj7m6gxz7zggci0iihflivxvkh9l8wwbnsfvqhyfrn"))))
+ (base32 "1gw19f4h71vlchljg08g5l8sd60gmflbdpxz2vsinxzkmqvrqnra"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
--
2.46.0
next reply other threads:[~2024-10-31 16:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-31 16:25 Jakob Kirsch via Guix-patches via [this message]
2024-10-30 22:14 ` [bug#74138] [PATCH v1] gnu: yt-dlp: Update to 2024.10.22 Doğan Çeçen
2024-11-01 21:41 ` [bug#74138] [PATCH v2 0/2] " Sharlatan Hellseher
2024-11-01 21:41 ` [bug#74138] [PATCH v2 1/2] gnu: python-websockets: Update to 13.0 Sharlatan Hellseher
2024-11-01 21:41 ` [bug#74138] [PATCH v2 2/2] gnu: yt-dlp: Update to 2024.10.22 Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZyOvc0pfQiRgPNyT@kernelpanicroom \
--to=guix-patches@gnu.org \
--cc=74138@debbugs.gnu.org \
--cc=jakob.kirsch@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).