Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 50EB01A921F for ; Thu, 31 Dec 2020 17:33:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6494684DE9; Thu, 31 Dec 2020 17:33:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B77084DBE for ; Thu, 31 Dec 2020 17:33:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vlpPqRevRhJn for ; Thu, 31 Dec 2020 17:33:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFEC784CD8 for ; Thu, 31 Dec 2020 17:33:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6FD3FA9D; Thu, 31 Dec 2020 17:33:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609435988288610" MIME-Version: 1.0 Date: Thu, 31 Dec 2020 17:33:08 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/gallery-dl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20201231173308.E6FD3FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609435988288610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Dec 31 17:33:08 UTC 2020 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.16.1 Changes: 1.16.1 ------ ### Additions - [instagram] add `include` option (#1180) - [pinterest] implement video support (#1189) - [sankaku] reimplement login support (#1176, #1182) - [sankaku] add support for sankaku.app URLs (#1193) ### Changes - [e621] return pool posts in order (#1195) - [hentaicafe] prefer title of `/hc.fyi/` pages (#1106) - [hentaicafe] simplify default filenames - [sankaku] normalize `created_at` metadata (#1190) - [postprocessor:exec] do not add missing `{}` to command (#1185) ### Fixes - [booru] improve error handling - [instagram] warn about private profiles (#1187) - [keenspot] improve redirect handling - [mangadex] respect `chapter-reverse` settings (#1194) - [pixiv] output debug message on failed login attempts (#1192) - increase SQLite connection timeouts (#1173) ### Removals - [mangapanda] remove module To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609435988288610 Content-Disposition: inline Content-Length: 2727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gallery-dl/Makefile diff -u pkgsrc/net/gallery-dl/Makefile:1.69 pkgsrc/net/gallery-dl/Makefile:1.70 --- pkgsrc/net/gallery-dl/Makefile:1.69 Sat Dec 12 22:39:54 2020 +++ pkgsrc/net/gallery-dl/Makefile Thu Dec 31 17:33:08 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2020/12/12 22:39:54 leot Exp $ +# $NetBSD: Makefile,v 1.70 2020/12/31 17:33:08 leot Exp $ -DISTNAME= gallery_dl-1.16.0 +DISTNAME= gallery_dl-1.16.1 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} Index: pkgsrc/net/gallery-dl/PLIST diff -u pkgsrc/net/gallery-dl/PLIST:1.47 pkgsrc/net/gallery-dl/PLIST:1.48 --- pkgsrc/net/gallery-dl/PLIST:1.47 Sat Dec 12 22:39:54 2020 +++ pkgsrc/net/gallery-dl/PLIST Thu Dec 31 17:33:08 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.47 2020/12/12 22:39:54 leot Exp $ +@comment $NetBSD: PLIST,v 1.48 2020/12/31 17:33:08 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -228,9 +228,6 @@ ${PYSITELIB}/gallery_dl/extractor/mangah ${PYSITELIB}/gallery_dl/extractor/mangakakalot.py ${PYSITELIB}/gallery_dl/extractor/mangakakalot.pyc ${PYSITELIB}/gallery_dl/extractor/mangakakalot.pyo -${PYSITELIB}/gallery_dl/extractor/mangapanda.py -${PYSITELIB}/gallery_dl/extractor/mangapanda.pyc -${PYSITELIB}/gallery_dl/extractor/mangapanda.pyo ${PYSITELIB}/gallery_dl/extractor/mangapark.py ${PYSITELIB}/gallery_dl/extractor/mangapark.pyc ${PYSITELIB}/gallery_dl/extractor/mangapark.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.66 pkgsrc/net/gallery-dl/distinfo:1.67 --- pkgsrc/net/gallery-dl/distinfo:1.66 Sat Dec 12 22:39:54 2020 +++ pkgsrc/net/gallery-dl/distinfo Thu Dec 31 17:33:08 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.66 2020/12/12 22:39:54 leot Exp $ +$NetBSD: distinfo,v 1.67 2020/12/31 17:33:08 leot Exp $ -SHA1 (gallery_dl-1.16.0.tar.gz) = 026c3d2257b38565cd2980ac4aed66bdab966803 -RMD160 (gallery_dl-1.16.0.tar.gz) = 4d42be067a97ba52cac72e309c0163f9387942ae -SHA512 (gallery_dl-1.16.0.tar.gz) = 6b97d9abca26b4da0f037e9c351d583d57ed67d402f275006d8f53aa7c2f0f19c4710b4bf45879a28ba4d56cdef570894d7f9c307e3cb5d0a3edfdb10f043ec9 -Size (gallery_dl-1.16.0.tar.gz) = 321443 bytes +SHA1 (gallery_dl-1.16.1.tar.gz) = e1ffd0fdab0ce283d0cafe6cf83b3efe03c8f345 +RMD160 (gallery_dl-1.16.1.tar.gz) = 6487b484976569724ad10b857bc7353138640009 +SHA512 (gallery_dl-1.16.1.tar.gz) = 8cd58e32e19d0c8efbf6191e817130cd5bee66db7ddbcb4acd745db60670441af6b1aeb15a9c381dab876f79f31ed45c634c6dfb024eb758e99ec089860ee120 +Size (gallery_dl-1.16.1.tar.gz) = 323106 bytes SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce --_----------=_1609435988288610--