Received: by mail.netbsd.org (Postfix, from userid 605) id 1AB2384DCB; Sun, 14 Feb 2021 20:19:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57DD584D80 for ; Sun, 14 Feb 2021 20:19:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HlSET_DNZOJe for ; Sun, 14 Feb 2021 20:19:57 +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 9809984CFC for ; Sun, 14 Feb 2021 20:19:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F9E4FA95; Sun, 14 Feb 2021 20:19:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613333997212070" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 20:19:57 +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: <20210214201957.8F9E4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613333997212070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Feb 14 20:19:57 UTC 2021 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo pkgsrc/net/gallery-dl/patches: patch-gallery__dl_version.py Log Message: gallery-dl: Update to 1.16.5 Changes: 1.16.5 ------ ### Additions - [behance] support `video` modules (#1282) - [erome] add `album`, `user`, and `search` extractors (#409) - [hentaifox] support searching by group (#1294) - [imgclick] add `image` extractor (#1307) - [kemonoparty] extract inline images (#1286) - [kemonoparty] support URLs with non-numeric user and post IDs (#1303) - [pillowfort] add `user` and `post` extractors (#846) ### Changes - [kemonoparty] include `service` in directories and archive keys - [pixiv] require a `refresh-token` to login (#1304) - [snap] use `core18` as base ### Fixes - [500px] update query hashes - [deviantart] update parameters for `/browse/popular` (#1267) - [deviantart] provide filename extension for original file downloads (#1272) - [deviantart] fix `folders` option (#1302) - [inkbunny] add `sid` parameter to private file downloads (#1281) - [kemonoparty] fix absolute file URLs - [mangadex] revert to `https://mangadex.org/api/` and add `api-server` option (#1310) - [nsfwalbum] use fallback for deleted content (#1259) - [sankaku] update `invalid token` detection (#1309) - [slideshare] fix extraction - [postprocessor:metadata] fix crash with `extension-format` (#1285) To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/gallery-dl/distinfo cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613333997212070 Content-Disposition: inline Content-Length: 4231 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=utf-8 Modified files: Index: pkgsrc/net/gallery-dl/Makefile diff -u pkgsrc/net/gallery-dl/Makefile:1.73 pkgsrc/net/gallery-dl/Makefile:1.74 --- pkgsrc/net/gallery-dl/Makefile:1.73 Sat Jan 23 20:54:24 2021 +++ pkgsrc/net/gallery-dl/Makefile Sun Feb 14 20:19:57 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2021/01/23 20:54:24 leot Exp $ +# $NetBSD: Makefile,v 1.74 2021/02/14 20:19:57 leot Exp $ -DISTNAME= gallery_dl-1.16.4 +DISTNAME= gallery_dl-1.16.5 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.50 pkgsrc/net/gallery-dl/PLIST:1.51 --- pkgsrc/net/gallery-dl/PLIST:1.50 Sat Jan 23 20:54:24 2021 +++ pkgsrc/net/gallery-dl/PLIST Sun Feb 14 20:19:57 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.50 2021/01/23 20:54:24 leot Exp $ +@comment $NetBSD: PLIST,v 1.51 2021/02/14 20:19:57 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -105,6 +105,9 @@ ${PYSITELIB}/gallery_dl/extractor/dynast ${PYSITELIB}/gallery_dl/extractor/e621.py ${PYSITELIB}/gallery_dl/extractor/e621.pyc ${PYSITELIB}/gallery_dl/extractor/e621.pyo +${PYSITELIB}/gallery_dl/extractor/erome.py +${PYSITELIB}/gallery_dl/extractor/erome.pyc +${PYSITELIB}/gallery_dl/extractor/erome.pyo ${PYSITELIB}/gallery_dl/extractor/exhentai.py ${PYSITELIB}/gallery_dl/extractor/exhentai.pyc ${PYSITELIB}/gallery_dl/extractor/exhentai.pyo @@ -300,6 +303,9 @@ ${PYSITELIB}/gallery_dl/extractor/photov ${PYSITELIB}/gallery_dl/extractor/piczel.py ${PYSITELIB}/gallery_dl/extractor/piczel.pyc ${PYSITELIB}/gallery_dl/extractor/piczel.pyo +${PYSITELIB}/gallery_dl/extractor/pillowfort.py +${PYSITELIB}/gallery_dl/extractor/pillowfort.pyc +${PYSITELIB}/gallery_dl/extractor/pillowfort.pyo ${PYSITELIB}/gallery_dl/extractor/pinterest.py ${PYSITELIB}/gallery_dl/extractor/pinterest.pyc ${PYSITELIB}/gallery_dl/extractor/pinterest.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.70 pkgsrc/net/gallery-dl/distinfo:1.71 --- pkgsrc/net/gallery-dl/distinfo:1.70 Sat Jan 23 20:54:24 2021 +++ pkgsrc/net/gallery-dl/distinfo Sun Feb 14 20:19:57 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.70 2021/01/23 20:54:24 leot Exp $ +$NetBSD: distinfo,v 1.71 2021/02/14 20:19:57 leot Exp $ -SHA1 (gallery_dl-1.16.4.tar.gz) = 7b46eeda849239002572e46608b2a97fbbef9659 -RMD160 (gallery_dl-1.16.4.tar.gz) = 1be607c44b500468fe052488b39dba8304927ab4 -SHA512 (gallery_dl-1.16.4.tar.gz) = deba4d88e48d8c8e803d4a7917f201df7756d1d47d93efbb6288b5c0cc10b38e99100320643ec1b0015490728414aa3885df27ff10efea0f9f217bc7545ddda9 -Size (gallery_dl-1.16.4.tar.gz) = 330323 bytes -SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce +SHA1 (gallery_dl-1.16.5.tar.gz) = e1cbaa27815019ba97715b3f48c566ca2ea6d78d +RMD160 (gallery_dl-1.16.5.tar.gz) = cd28ae944f800658b9b03c0a1d4dc4b7878a30c4 +SHA512 (gallery_dl-1.16.5.tar.gz) = 9e176553bf0af60480695e6b0e4135daa759a166e1b89f468c9bb04ace38e9a8549bd9daab52a125c559373765f1fd42430ca9801cfc54820b451cc9ef762759 +Size (gallery_dl-1.16.5.tar.gz) = 334277 bytes +SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d Index: pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py diff -u pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py:1.4 pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py:1.5 --- pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py:1.4 Mon Jan 20 10:33:04 2020 +++ pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py Sun Feb 14 20:19:57 2021 @@ -1,4 +1,4 @@ -$NetBSD: patch-gallery__dl_version.py,v 1.4 2020/01/20 10:33:04 leot Exp $ +$NetBSD: patch-gallery__dl_version.py,v 1.5 2021/02/14 20:19:57 leot Exp $ Avoid a UnicodeDecodeError. @@ -7,8 +7,8 @@ Avoid a UnicodeDecodeError. @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- --# Copyright 2016-2020 Mike Fährmann -+# Copyright 2016-2020 Mike Fahrmann +-# Copyright 2016-2021 Mike Fährmann ++# Copyright 2016-2021 Mike Fahrmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as --_----------=_1613333997212070--