Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 70D381A923C for ; Sat, 12 Dec 2020 22:39:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A865E84D8E; Sat, 12 Dec 2020 22:39:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEFAC84D80 for ; Sat, 12 Dec 2020 22:39:55 +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 Fdprbn6o_I89 for ; Sat, 12 Dec 2020 22:39:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1327E84D2C for ; Sat, 12 Dec 2020 22:39:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06EBDFA9D; Sat, 12 Dec 2020 22:39:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607812794105020" MIME-Version: 1.0 Date: Sat, 12 Dec 2020 22:39:54 +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: <20201212223955.06EBDFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607812794105020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Dec 12 22:39:54 UTC 2020 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.16.0 Changes: 1.16.0 ------ ### Additions - [booru] implement generalized extractors for `*booru` and `moebooru` sites - add support for sakugabooru.com (#1136) - add support for lolibooru.moe (#1050) - provide formattable `date` metadata fields (#1138) - [postprocessor:metadata] add `event` and `filename` options (#315, #866, #984) - [postprocessor:exec] add `event` option (#992) ### Changes - [flickr] update default directories and improve metadata consistency (#828) - [sankaku] use API endpoints from `beta.sankakucomplex.com` - [downloader:http] improve filename extension handling (#776) - replace all JPEG filename extensions with `jpg` by default ### Fixes - [hentainexus] fix extraction (#1166) - [instagram] rewrite (#1113, #1122, #1128, #1130, #1149) - [mangadex] handle external chapters (#1154) - [nozomi] handle empty `date` fields (#1163) - [paheal] create directory for each post (#1147) - [piczel] update API URLs - [twitter] update image URL format (#1145) - [twitter] improve `x-csrf-token` header handling (#1170) - [webtoons] update `ageGate` cookies ### Removals - [sankaku] remove login support To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607812794105020 Content-Disposition: inline Content-Length: 5341 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.68 pkgsrc/net/gallery-dl/Makefile:1.69 --- pkgsrc/net/gallery-dl/Makefile:1.68 Fri Dec 4 20:45:33 2020 +++ pkgsrc/net/gallery-dl/Makefile Sat Dec 12 22:39:54 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2020/12/04 20:45:33 nia Exp $ +# $NetBSD: Makefile,v 1.69 2020/12/12 22:39:54 leot Exp $ -DISTNAME= gallery_dl-1.15.4 +DISTNAME= gallery_dl-1.16.0 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 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.46 pkgsrc/net/gallery-dl/PLIST:1.47 --- pkgsrc/net/gallery-dl/PLIST:1.46 Sun Oct 11 20:46:04 2020 +++ pkgsrc/net/gallery-dl/PLIST Sat Dec 12 22:39:54 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.46 2020/10/11 20:46:04 leot Exp $ +@comment $NetBSD: PLIST,v 1.47 2020/12/12 22:39:54 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -159,9 +159,6 @@ ${PYSITELIB}/gallery_dl/extractor/hiperd ${PYSITELIB}/gallery_dl/extractor/hitomi.py ${PYSITELIB}/gallery_dl/extractor/hitomi.pyc ${PYSITELIB}/gallery_dl/extractor/hitomi.pyo -${PYSITELIB}/gallery_dl/extractor/hypnohub.py -${PYSITELIB}/gallery_dl/extractor/hypnohub.pyc -${PYSITELIB}/gallery_dl/extractor/hypnohub.pyo ${PYSITELIB}/gallery_dl/extractor/idolcomplex.py ${PYSITELIB}/gallery_dl/extractor/idolcomplex.pyc ${PYSITELIB}/gallery_dl/extractor/idolcomplex.pyo @@ -210,9 +207,6 @@ ${PYSITELIB}/gallery_dl/extractor/khinsi ${PYSITELIB}/gallery_dl/extractor/komikcast.py ${PYSITELIB}/gallery_dl/extractor/komikcast.pyc ${PYSITELIB}/gallery_dl/extractor/komikcast.pyo -${PYSITELIB}/gallery_dl/extractor/konachan.py -${PYSITELIB}/gallery_dl/extractor/konachan.pyc -${PYSITELIB}/gallery_dl/extractor/konachan.pyo ${PYSITELIB}/gallery_dl/extractor/lineblog.py ${PYSITELIB}/gallery_dl/extractor/lineblog.pyc ${PYSITELIB}/gallery_dl/extractor/lineblog.pyo @@ -255,6 +249,9 @@ ${PYSITELIB}/gallery_dl/extractor/mastod ${PYSITELIB}/gallery_dl/extractor/message.py ${PYSITELIB}/gallery_dl/extractor/message.pyc ${PYSITELIB}/gallery_dl/extractor/message.pyo +${PYSITELIB}/gallery_dl/extractor/moebooru.py +${PYSITELIB}/gallery_dl/extractor/moebooru.pyc +${PYSITELIB}/gallery_dl/extractor/moebooru.pyo ${PYSITELIB}/gallery_dl/extractor/myhentaigallery.py ${PYSITELIB}/gallery_dl/extractor/myhentaigallery.pyc ${PYSITELIB}/gallery_dl/extractor/myhentaigallery.pyo @@ -321,9 +318,6 @@ ${PYSITELIB}/gallery_dl/extractor/reacto ${PYSITELIB}/gallery_dl/extractor/readcomiconline.py ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyc ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyo -${PYSITELIB}/gallery_dl/extractor/realbooru.py -${PYSITELIB}/gallery_dl/extractor/realbooru.pyc -${PYSITELIB}/gallery_dl/extractor/realbooru.pyo ${PYSITELIB}/gallery_dl/extractor/recursive.py ${PYSITELIB}/gallery_dl/extractor/recursive.pyc ${PYSITELIB}/gallery_dl/extractor/recursive.pyo @@ -333,12 +327,6 @@ ${PYSITELIB}/gallery_dl/extractor/reddit ${PYSITELIB}/gallery_dl/extractor/redgifs.py ${PYSITELIB}/gallery_dl/extractor/redgifs.pyc ${PYSITELIB}/gallery_dl/extractor/redgifs.pyo -${PYSITELIB}/gallery_dl/extractor/rule34.py -${PYSITELIB}/gallery_dl/extractor/rule34.pyc -${PYSITELIB}/gallery_dl/extractor/rule34.pyo -${PYSITELIB}/gallery_dl/extractor/safebooru.py -${PYSITELIB}/gallery_dl/extractor/safebooru.pyc -${PYSITELIB}/gallery_dl/extractor/safebooru.pyo ${PYSITELIB}/gallery_dl/extractor/sankaku.py ${PYSITELIB}/gallery_dl/extractor/sankaku.pyc ${PYSITELIB}/gallery_dl/extractor/sankaku.pyo @@ -417,9 +405,6 @@ ${PYSITELIB}/gallery_dl/extractor/xhamst ${PYSITELIB}/gallery_dl/extractor/xvideos.py ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo -${PYSITELIB}/gallery_dl/extractor/yandere.py -${PYSITELIB}/gallery_dl/extractor/yandere.pyc -${PYSITELIB}/gallery_dl/extractor/yandere.pyo ${PYSITELIB}/gallery_dl/extractor/yuki.py ${PYSITELIB}/gallery_dl/extractor/yuki.pyc ${PYSITELIB}/gallery_dl/extractor/yuki.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.65 pkgsrc/net/gallery-dl/distinfo:1.66 --- pkgsrc/net/gallery-dl/distinfo:1.65 Sat Nov 28 12:08:28 2020 +++ pkgsrc/net/gallery-dl/distinfo Sat Dec 12 22:39:54 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.65 2020/11/28 12:08:28 leot Exp $ +$NetBSD: distinfo,v 1.66 2020/12/12 22:39:54 leot Exp $ -SHA1 (gallery_dl-1.15.4.tar.gz) = 9c9ebdbcb5dc1e2f17cffd36262cfd435e71d471 -RMD160 (gallery_dl-1.15.4.tar.gz) = 526057e00857686b2585e3f86e9811ee77a4d85e -SHA512 (gallery_dl-1.15.4.tar.gz) = d96c87bfa192862ad2cca2cf4e35ae93b2a59f21be94233a39c45014c8976a414c39920e17019ed6894e980b2ff9a49d70aaa66509a695ac12535ed06e6fb25e -Size (gallery_dl-1.15.4.tar.gz) = 320451 bytes +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 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce --_----------=_1607812794105020--