GNU bug report logs - #54018
[PATCH] gnu: gallery-dl: Update to 1.20.5.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Wed, 16 Feb 2022 01:07:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54018 in the body.
You can then email your comments to 54018 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54018; Package guix-patches. (Wed, 16 Feb 2022 01:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 16 Feb 2022 01:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gallery-dl: Update to 1.20.5.
Date: Wed, 16 Feb 2022 06:36:23 +0530
[0001-gnu-gallery-dl-Update-to-1.20.5.patch (text/patch, inline)]
From 2d6d8be194e41bcc878d0a065520bf6fea737965 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Wed, 16 Feb 2022 06:35:38 +0530
Subject: [PATCH] gnu: gallery-dl: Update to 1.20.5.

* gnu/packages/video.scm (gallery-dl): Update to 1.20.5.
---
 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 b0c5e5be1f..e430cf1545 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2263,7 +2263,7 @@ (define-public smplayer
 (define-public gallery-dl
   (package
     (name "gallery-dl")
-    (version "1.20.3")
+    (version "1.20.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2271,7 +2271,7 @@ (define-public gallery-dl
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mh57fbq9xkkhqiy7cq5ahwjp464hgxmkrvq0pxxr85212yrf7bd"))))
+                "0149hd4nh7bk2yqjdnvrkvag5mwgsb6gxrgfcd88q4cv3k2ji42h"))))
     (build-system python-build-system)
     (inputs (list python-requests ffmpeg))
     (home-page "https://github.com/mikf/gallery-dl")

base-commit: 52269e27c628d34af896e95347870b1755cb3e5f
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54018; Package guix-patches. (Wed, 16 Feb 2022 12:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 54018 <at> debbugs.gnu.org (full text, mbox):

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: 54018 <at> debbugs.gnu.org
Subject: video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.)
Date: Wed, 16 Feb 2022 18:16:03 +0530
Why is this package in video.scm?  As far as I understand, the primary
function of gallery-dl is not downloading videos.

Would it be better if the package definition existed somewhere else?
-- 
Jai Vetrivelan




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 16 Feb 2022 16:11:02 GMT) Full text and rfc822 format available.

Notification sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
bug acknowledged by developer. (Wed, 16 Feb 2022 16:11:02 GMT) Full text and rfc822 format available.

Message #13 received at 54018-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Cc: 54018-done <at> debbugs.gnu.org
Subject: Re: [bug#54018] [PATCH] gnu: gallery-dl: Update to 1.20.5.
Date: Wed, 16 Feb 2022 11:10:05 -0500
On Wed, Feb 16, 2022 at 06:36:23AM +0530, Jai Vetrivelan wrote:
> From 2d6d8be194e41bcc878d0a065520bf6fea737965 Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
> Date: Wed, 16 Feb 2022 06:35:38 +0530
> Subject: [PATCH] gnu: gallery-dl: Update to 1.20.5.
> 
> * gnu/packages/video.scm (gallery-dl): Update to 1.20.5.

Thanks! Pushed as e93c3d441453a72f9e6223e65c24779a117a90b1




Information forwarded to guix-patches <at> gnu.org:
bug#54018; Package guix-patches. (Wed, 16 Feb 2022 16:13:02 GMT) Full text and rfc822 format available.

Message #16 received at 54018 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Cc: 54018 <at> debbugs.gnu.org
Subject: Re: [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to
 1.20.5.)
Date: Wed, 16 Feb 2022 11:12:24 -0500
On Wed, Feb 16, 2022 at 06:16:03PM +0530, Jai Vetrivelan wrote:
> Why is this package in video.scm?  As far as I understand, the primary
> function of gallery-dl is not downloading videos.

The description says that it can download video galleries, and the name
of the program seems to be modeled after 'youtube-dl'.

> Would it be better if the package definition existed somewhere else?

No, it wouldn't be better or worse if it was in another module.

However, moving packages between modules is something we avoid doing
without a concrete justification, because it makes the Git history of a
package harder to understand and breaks 3rd-party channels. We don't go
out of our way to avoid breaking 3rd-party channels, but we shouldn't do
it gratuitously either.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 17 Mar 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.