From unknown Thu Jun 19 16:10:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76632 <76632@debbugs.gnu.org> To: bug#76632 <76632@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: yt-dlp: Update to 2025.02.19. Reply-To: bug#76632 <76632@debbugs.gnu.org> Date: Thu, 19 Jun 2025 23:10:33 +0000 retitle 76632 [PATCH 1/2] gnu: yt-dlp: Update to 2025.02.19. reassign 76632 guix-patches submitter 76632 Thanos Apollo severity 76632 normal tag 76632 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 03:24:02 2025 Received: (at submit) by debbugs.gnu.org; 28 Feb 2025 08:24:02 +0000 Received: from localhost ([127.0.0.1]:44765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnvf8-000520-Iv for submit@debbugs.gnu.org; Fri, 28 Feb 2025 03:24:02 -0500 Received: from lists.gnu.org ([2001:470:142::17]:35548) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnvf5-00051S-Ae for submit@debbugs.gnu.org; Fri, 28 Feb 2025 03:24:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnvez-0001qa-AH for guix-patches@gnu.org; Fri, 28 Feb 2025 03:23:53 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1tnvex-0001rQ-As for guix-patches@gnu.org; Fri, 28 Feb 2025 03:23:53 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Z41Sb4zhzz9sx5; Fri, 28 Feb 2025 09:23:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thanosapollo.org; s=MBO0001; t=1740731023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eXyy3JmbD0chuu8pA2af5HbaI/6iPOdaTcJktjtaC0s=; b=hS4SYBS+vMA2d5WJXpao2mOuLYJxP8YBYEtxZ8IVoxlDke1F7XzYkrN0HNpYKSgwDiZgm7 +xHsw2EiEdS7mojaCk0sgEC0cnIDTgyK8pY2AULWHoRRADDkKa2y4hde8gWOjmfnsG8hIN LJRxFXfsVPiOPF3ZvwdF3P/yagNMEMw/gxOHGX6hV6PXqUYjcA4shea8V9PlEmLT5UNI6Y hQin3e5PODNwDiDftT98Dl/vBWTiwYC0cxieMKZbU8ys5A/nWaBA6wGca0XjRhLft1xvPx oCghMuYQLaW7buZPXeKQFTy6LwgjMJ7qFAPOohVTR6AK8qbgf4yiy9mY+1cfkw== From: Thanos Apollo To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: yt-dlp: Update to 2025.02.19. Date: Fri, 28 Feb 2025 10:24:22 +0200 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.171; envelope-from=public@thanosapollo.org; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Thanos Apollo X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/video.scm (yt-dlp): Update to 2025.02.19. Change-Id: I39f935158ea11f465cad71f73b8c95d313f25341 --- 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 2385d54231..8051b0cdef 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 "2025.01.26") + (version "2025.02.19") (source (origin (method git-fetch) @@ -3182,7 +3182,7 @@ (define-public yt-dlp (snippet '(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "14xkh605flfghrlscf2if8lx4w55pb3xjws1qr3979fl5g4g4fvf")))) + (base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) base-commit: 4270c484ca174ad97d1add91fa5fc69041a6af9d -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 04 05:57:27 2025 Received: (at 76632-done) by debbugs.gnu.org; 4 Mar 2025 10:57:27 +0000 Received: from localhost ([127.0.0.1]:55699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tpPxm-0000Oy-Uu for submit@debbugs.gnu.org; Tue, 04 Mar 2025 05:57:27 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:56576) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tpPxk-0000OZ-Pf for 76632-done@debbugs.gnu.org; Tue, 04 Mar 2025 05:57:25 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 15DD72F6; Tue, 4 Mar 2025 11:57:18 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id enYxZA65f1oc; Tue, 4 Mar 2025 11:57:17 +0100 (CET) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 9984E68; Tue, 4 Mar 2025 11:57:15 +0100 (CET) Date: Tue, 4 Mar 2025 11:57:12 +0100 From: Andreas Enge To: 76632-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Server: hera X-Rspamd-Queue-Id: 15DD72F6 X-Spamd-Result: default: False [5.40 / 15.00]; SPAM_FLAG(5.00)[]; BAYES_HAM(-3.00)[99.99%]; NEURAL_SPAM(3.00)[1.000]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: +++++ X-Rspamd-Action: greylist X-Spam-Level: ***** X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76632-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello! QA did not pick this up, saying that there were missing patches. I think that your subject "[PATCH 1/2]" confused it into expecting a second patch. I have pushed the commit, thanks! Andreas From unknown Thu Jun 19 16:10:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 01 Apr 2025 11:24:53 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator