From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 13 09:53:53 2022 Received: (at submit) by debbugs.gnu.org; 13 Aug 2022 13:53:53 +0000 Received: from localhost ([127.0.0.1]:60121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMraL-0007Hf-1g for submit@debbugs.gnu.org; Sat, 13 Aug 2022 09:53:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:47774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMraJ-0007HY-MD for submit@debbugs.gnu.org; Sat, 13 Aug 2022 09:53:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMraJ-000608-Em for guix-patches@gnu.org; Sat, 13 Aug 2022 09:53:51 -0400 Received: from mx0.riseup.net ([198.252.153.6]:39674) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMraH-00009f-7x for guix-patches@gnu.org; Sat, 13 Aug 2022 09:53:51 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4M4hpg5k6Gz9snw for ; Sat, 13 Aug 2022 13:53:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660398827; bh=3qP7YSQ0zAgb1fgrjmicDRPA3dCp497lot7baOfSjP0=; h=From:To:Cc:Subject:Date:From; b=ie7Ca8HNrQVbNYuwE3KsUOk0PoNC5EZrz90PIS0R3gmRhNklzj40qxubhIoy/Ytnf 5xl45F3A7nhkX6bROxGowN4FTtXnIxTXmX+37DgEbNE9awq/hyq+xRBwbWJUBoSJwT fHZ3RdapGdbJ7h8XFvYbjt1E8cEV1Au7+rol4RkU= X-Riseup-User-ID: 22DF554046ABAD68E7579762DB6E8B4BBEDE41E2E9E4F502F437C7A9CE0D92BA Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4M4hpf6GGFz5vW0; Sat, 13 Aug 2022 13:53:46 +0000 (UTC) From: raingloom To: guix-patches@gnu.org Subject: [PATCH] gnu: yt-dlp: Update to 2022.08.08. Date: Sat, 13 Aug 2022 15:53:01 +0200 Message-Id: <20220813135301.22574-1-raingloom@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.6; envelope-from=raingloom@riseup.net; helo=mx0.riseup.net 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: raingloom 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: -2.4 (--) * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. [source]: remove snippet, switch to git-fetch --- gnu/packages/video.scm | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6d0b5ccb58..94ef3f0468 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2486,26 +2486,15 @@ (define-public youtube-dl (define-public yt-dlp (package/inherit youtube-dl (name "yt-dlp") - (version "2022.07.18") + (version "2022.08.08") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/yt-dlp/yt-dlp/" - "releases/download/" - version "/yt-dlp.tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/yt-dlp/yt-dlp/") + (commit version))) (sha256 (base32 - "1wmzfqhysx1mqdba4ikvm6nbahasihi4xgqwqad20y3vs701slyj")) - (snippet - #~(begin - ;; Delete the pre-generated files, except for the man page - ;; which requires 'pandoc' to build. - (for-each delete-file - (list "yt-dlp" - ;;pandoc is needed to generate - ;;"yt-dlp.1" - "completions/bash/yt-dlp" - "completions/fish/yt-dlp.fish" - "completions/zsh/_yt-dlp")))))) + "07qz1zdndlpki0asw35zk5hdjcwpl3n1g54nxg4yb1iykbyv7rll")))) (arguments (substitute-keyword-arguments (package-arguments youtube-dl) ((#:tests? _) #t) -- 2.37.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 13 10:35:14 2022 Received: (at submit) by debbugs.gnu.org; 13 Aug 2022 14:35:14 +0000 Received: from localhost ([127.0.0.1]:34848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMsEM-0000e9-5f for submit@debbugs.gnu.org; Sat, 13 Aug 2022 10:35:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:45846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMsEJ-0000dz-V9 for submit@debbugs.gnu.org; Sat, 13 Aug 2022 10:35:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMsEF-00042r-7p for guix-patches@gnu.org; Sat, 13 Aug 2022 10:35:11 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:49142) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMsEC-0006VO-Hf for guix-patches@gnu.org; Sat, 13 Aug 2022 10:35:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=R9jq4RNS6clum KrrWSjR16Bsp0fM6Jq/SzCb3rcM80Y=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=U9+tSxAYlHhbsnAMIZh0wRypnUHMUN5sCuftQP M23gzDvcl+2vw4wHgkdnS7wnMJK4zXM6Dng6MyZad0kQIM9bpkNFU0rtZhjpnIxzliHxk+ lH6t/hyBRbiwZDJqCJChbFqw6FjDowp9x6xKFsUZA6/UToo2VjjXhnbK422x0HVqZMzwso hWxpQMACwSDhl1mmqEZ6uE3mB/gkGErpNGqAG95O2CXQvuN98LLzNcphhDDWmA7DLxbY6w Be98yLivPto4aqxY2Z+5cCBYbMgbL9wduPthTORiQQL7s3lf9vHmx2lLXbF7YWp9LeDo+B WD6Vz6TxlCC9n/nyUpeYxgXw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id a13fab82 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 13 Aug 2022 14:34:59 +0000 (UTC) References: <20220813135301.22574-1-raingloom@riseup.net> From: Tobias Geerinckx-Rice To: raingloom Subject: Re: [bug#57173] [PATCH] gnu: yt-dlp: Update to 2022.08.08. Date: Sat, 13 Aug 2022 16:19:46 +0200 In-reply-to: <20220813135301.22574-1-raingloom@riseup.net> BIMI-Selector: v=BIMI1; s=default; Message-ID: <877d3cnre3.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 57173-done@debbugs.gnu.org, guix-patches@gnu.org 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: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi raingloom, raingloom =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. Thanks! Since yt-dlp was already up to date, I've turned this into a=20 =E2=80=98fetch from git=E2=80=99 patch with the following additions: > [source]: remove snippet, switch to git-fetch ^^ extraneous indentation; s/remove/Remove/. When using GIT-FETCH, always set the file-name to something=20 meaningful: (file-name (git-file-name name version)) > - ;; Delete the pre-generated files, except=20 > for the man page > - ;; which requires 'pandoc' to build. OK, but then we do need to build it ourselves, not remove it. Done in c2481b1bea56f2885110d5af0a6cff36a3d95933. The new package works fine, but differs slightly:=20 extractor/lazy_extractors.py is no longer installed. What's up=20 with that? Leaving open for now, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYve2lA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15iU0BAJ39DfFW1JsYGGcLAKq4u8k4HLaf+pIbkqtgVLc4 4adWAQDMsR3fCLe/F3zqg8IQEyZeKxOmeDFlkcS8kbMURMX5Dw== =RsIs -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 22:46:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Sat, 13 Aug 2022 14:45:01 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 14 08:47:12 2022 Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 12:47:12 +0000 Received: from localhost ([127.0.0.1]:36136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oND1L-0003CQ-P8 for submit@debbugs.gnu.org; Sun, 14 Aug 2022 08:47:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:41842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oND1H-0003CF-77 for submit@debbugs.gnu.org; Sun, 14 Aug 2022 08:47:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32960) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oND1G-00029g-RH for guix-patches@gnu.org; Sun, 14 Aug 2022 08:47:07 -0400 Received: from mx1.riseup.net ([198.252.153.129]:48366) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oND1E-0005P7-P8 for guix-patches@gnu.org; Sun, 14 Aug 2022 08:47:06 -0400 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4M5HHB0Y74zDqQ4; Sun, 14 Aug 2022 12:47:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1660481222; bh=5mxNj6HkWQu1N6XeyRy9IoZGVCY/SxiqM3Qr1OLaXlc=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=R1699RRKjWHNdNsfv3YlaqsJ8LW7lN6LRwbXNxHD4cSOaeXcEdjPWcm40POokJa62 YPfiTJOuq6tL4zDwpOzQglhG+d1tvtRJauL5rcGIbzGifmXNRmbGXtxjsjn9jssAxY A6v2l4pIaCbv85jk1XPBB6zh/VaNMwDeW5gw+i38= X-Riseup-User-ID: 34C4CE69B81D8FEE842FAF2B29D4B1B9AD6854AF82B6B55BE3802040C98C074F Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4M5HH92kVwz1yWw; Sun, 14 Aug 2022 12:47:01 +0000 (UTC) References: <20220813135301.22574-1-raingloom@riseup.net> <877d3cnre3.fsf@nckx> From: Csepp To: Tobias Geerinckx-Rice Subject: Re: [bug#57173] [PATCH] gnu: yt-dlp: Update to 2022.08.08. Date: Sun, 14 Aug 2022 14:42:36 +0200 In-reply-to: <877d3cnre3.fsf@nckx> Message-ID: <87fshzdmbj.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net 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_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: raingloom , guix-patches@gnu.org 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: -2.4 (--) Tobias Geerinckx-Rice writes: > [[PGP Signed Part:Undecided]] > Hi raingloom, > > raingloom =E5=86=99=E9=81=93=EF=BC=9A >> * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. > > Thanks! > > Since yt-dlp was already up to date, I've turned this into a =E2=80=98fet= ch > from git=E2=80=99 patch with the following additions: > >> [source]: remove snippet, switch to git-fetch > > ^^ extraneous indentation; s/remove/Remove/. Dang, I'll get the hang of the changelog format sometime this decade. :) > When using GIT-FETCH, always set the file-name to something > meaningful: > > (file-name (git-file-name name version)) > >> - ;; Delete the pre-generated files, except for >> the man page >> - ;; which requires 'pandoc' to build. > > OK, but then we do need to build it ourselves, not remove it. > > Done in c2481b1bea56f2885110d5af0a6cff36a3d95933. I lazily assumed it was being generated already, I guess the comment was misleading and I should have verified it. > The new package works fine, but differs slightly: > extractor/lazy_extractors.py is no longer installed. What's up with > that? Not sure what that is or where it's used. I'll try to take a look soon-ish. > Leaving open for now, > > T G-R > > [[End of PGP Signed Part]] From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 21 05:20:28 2022 Received: (at submit) by debbugs.gnu.org; 21 Sep 2022 09:20:28 +0000 Received: from localhost ([127.0.0.1]:60671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oavu8-0006sD-KD for submit@debbugs.gnu.org; Wed, 21 Sep 2022 05:20:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:37182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oavu7-0006s3-4U for submit@debbugs.gnu.org; Wed, 21 Sep 2022 05:20:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oavtt-00044I-8D for guix-patches@gnu.org; Wed, 21 Sep 2022 05:20:26 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:47020 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oavtr-0007hk-Ok for guix-patches@gnu.org; Wed, 21 Sep 2022 05:20:13 -0400 Received: from alma-ubu.fritz.box (p508ac028.dip0.t-ipconnect.de [80.138.192.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id ECB703F9A5; Wed, 21 Sep 2022 11:20:07 +0200 (CEST) Date: Wed, 21 Sep 2022 11:20:06 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Tobias Geerinckx-Rice via Guix-patches via Subject: Re: [bug#57173] [PATCH] gnu: yt-dlp: Update to 2022.08.08. Message-ID: <20220921112006.4037cb8e@alma-ubu.fritz.box> In-Reply-To: <877d3cnre3.fsf@nckx> References: <20220813135301.22574-1-raingloom@riseup.net> <877d3cnre3.fsf@nckx> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/tG5CPj7CM3I6+U=k2Z7bdrW"; protocol="application/pgp-signature"; micalg=pgp-sha512 Received-SPF: none client-ip=83.151.27.109; envelope-from=bjoern.hoefling@bjoernhoefling.de; helo=bjoernhoefling.de X-Spam_score_int: -14 X-Spam_score: -1.5 X-Spam_bar: - X-Spam_report: (-1.5 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.399, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: 57173@debbugs.gnu.org, Tobias Geerinckx-Rice , raingloom 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: -3.3 (---) --Sig_/tG5CPj7CM3I6+U=k2Z7bdrW Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 13 Aug 2022 16:19:46 +0200 Tobias Geerinckx-Rice via Guix-patches via wrote: > Leaving open for now, Hi raingloom, hi Tobias, is there anything left here? Will you provide an updated patch with some remainings, or can we close this here? I'm just skimming through older patches and try to identify what needs to be pushed vs can be closed. Thanks, Bj=C3=B6rn --Sig_/tG5CPj7CM3I6+U=k2Z7bdrW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCYyrXRgAKCRC/KGy2WT5f /SzAAJ9WsRRTtk+lGNLQaW5nmnDLeMTVBwCfeVWZ2Qg0bjL8FmtRjnUaeHlzYfw= =2TDU -----END PGP SIGNATURE----- --Sig_/tG5CPj7CM3I6+U=k2Z7bdrW-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 01 23:58:55 2023 Received: (at 57173-done) by debbugs.gnu.org; 2 Sep 2023 03:58:55 +0000 Received: from localhost ([127.0.0.1]:34729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcHmc-0004CL-Cc for submit@debbugs.gnu.org; Fri, 01 Sep 2023 23:58:55 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:43766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcHma-0004C9-Bk for 57173-done@debbugs.gnu.org; Fri, 01 Sep 2023 23:58:49 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id C15081AA7B; Fri, 1 Sep 2023 20:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1693627109; bh=KUCqDNr1z0aMWaHk2YVO9LJDuHIcP0edAyKWhpf/5Bg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=pI9h7G5YGne80ie9Z0KLqWZmMZRjLDR6ZFFq11FD5VtqNTzEnAx3t5zIATSZQ2bNu 4JYVScmx7w4FSH2c9E+im/YwqG82GiN42wVMoyPX7M6yNmFJdcYaU/XEDtxGDMFJG1 E0+b3oqVIrMSiLw25A9m7LIMJyP9aD12uQWr4Af21hNgR6S+LBrEAK2/5rrsD2KWz7 yr62prTR3xiY47ki15A94f/Gszi5IweFY/it41CDTEbt+qD3QKPWVPag/43audh2fC QeiByDjNUZaqc12gAbY3grIMXaUEursPGZNrHwRtBDWEk3gMK14zRR8GY6MonbHSGF tfFDG7cLqiB2A== From: Vagrant Cascadian To: Csepp , Tobias Geerinckx-Rice Subject: Re: [bug#57173] [PATCH] gnu: yt-dlp: Update to 2022.08.08. In-Reply-To: <87fshzdmbj.fsf@riseup.net> References: <20220813135301.22574-1-raingloom@riseup.net> <877d3cnre3.fsf@nckx> <87fshzdmbj.fsf@riseup.net> Date: Fri, 01 Sep 2023 20:58:26 -0700 Message-ID: <87il8tp6ot.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57173-done Cc: 57173-done@debbugs.gnu.org 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2022-08-14, Csepp wrote: > Tobias Geerinckx-Rice writes: >> raingloom =E5=86=99=E9=81=93=EF=BC=9A >>> * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. ... >> When using GIT-FETCH, always set the file-name to something >> meaningful: >> >> (file-name (git-file-name name version)) >> >>> - ;; Delete the pre-generated files, except for >>> the man page >>> - ;; which requires 'pandoc' to build. >> >> OK, but then we do need to build it ourselves, not remove it. >> >> Done in c2481b1bea56f2885110d5af0a6cff36a3d95933. > > I lazily assumed it was being generated already, I guess the comment was > misleading and I should have verified it. > >> The new package works fine, but differs slightly: >> extractor/lazy_extractors.py is no longer installed. What's up with >> that? > > Not sure what that is or where it's used. I'll try to take a look soon-i= sh. > >> Leaving open for now, If there are other outstanding issues, might be best to open a new bug for them at this point? yt-dlp has been updated several times since, the latest being: 88d107b2b9bf72a628065a1475ecce7b49852c35 gnu: yt-dlp: Update to 2023.07.06. Marking as done. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPKy4gAKCRDcUY/If5cW qsK6AQD2OpIucrxvDjpneLlWvSwYvKXo41fFdeg56Y38qerwgAD+Niz82G9kxNoV AbyG2WIJPerKn30MpbyHeRqvn8etkQo= =xCy4 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 22:46:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Sep 2023 11:24:26 +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