Received: by mail.netbsd.org (Postfix, from userid 605) id 9B77584DFB; Sat, 21 Apr 2018 09:25:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9801784DF9 for ; Sat, 21 Apr 2018 09:25:17 +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 dHQlRtPC0NXi for ; Sat, 21 Apr 2018 09:25:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD8F184C8D for ; Sat, 21 Apr 2018 09:25:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B57E0FBEC; Sat, 21 Apr 2018 09:25:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1524302716231400" MIME-Version: 1.0 Date: Sat, 21 Apr 2018 09:25:16 +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: <20180421092516.B57E0FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1524302716231400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Apr 21 09:25:16 UTC 2018 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update net/gallery-dl to 1.3.4 Changes: 1.3.4 ----- * Added support for custom OAuth2 credentials for `pinterest` * Improved rate limit handling for `tumblr` extractors * Improved `hentaifoundry` extractors * Improved `imgur` URL patterns * Fixed miscellaneous extraction issues for `luscious` and `komikcast` * Removed `loveisover` and `spectrumnexus` To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/gallery-dl/Makefile \ pkgsrc/net/gallery-dl/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/gallery-dl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1524302716231400 Content-Disposition: inline Content-Length: 3209 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.12 pkgsrc/net/gallery-dl/Makefile:1.13 --- pkgsrc/net/gallery-dl/Makefile:1.12 Sat Apr 7 16:36:24 2018 +++ pkgsrc/net/gallery-dl/Makefile Sat Apr 21 09:25:16 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/04/07 16:36:24 leot Exp $ +# $NetBSD: Makefile,v 1.13 2018/04/21 09:25:16 leot Exp $ -DISTNAME= gallery_dl-1.3.3 +DISTNAME= gallery_dl-1.3.4 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.12 pkgsrc/net/gallery-dl/distinfo:1.13 --- pkgsrc/net/gallery-dl/distinfo:1.12 Sat Apr 7 16:36:24 2018 +++ pkgsrc/net/gallery-dl/distinfo Sat Apr 21 09:25:16 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2018/04/07 16:36:24 leot Exp $ +$NetBSD: distinfo,v 1.13 2018/04/21 09:25:16 leot Exp $ -SHA1 (gallery_dl-1.3.3.tar.gz) = a432d3d62761d0b76d9e2ba13a7d926e58ef65d7 -RMD160 (gallery_dl-1.3.3.tar.gz) = af7d6ed6fe0c415f55b8e07f931785ed4f1818e9 -SHA512 (gallery_dl-1.3.3.tar.gz) = be8023c24696c0c67d00a59f8e3a5605728b136ad50967fae5d8091544f1ed3572eca01e56b92b53c1f8ae24d8e32a9873436b2bdf6ac46b5dbfb7e7a2ca5433 -Size (gallery_dl-1.3.3.tar.gz) = 131052 bytes +SHA1 (gallery_dl-1.3.4.tar.gz) = dc83cbbd9742631ac24bd41a8de07f378b0a72cf +RMD160 (gallery_dl-1.3.4.tar.gz) = c0ab00db29355de2b05ec3f2dea61300cfdc6c10 +SHA512 (gallery_dl-1.3.4.tar.gz) = 57f73c0b977663106ed97fbc6806026e9fdd3154bb4b9153b083c7bcc6ce3c876df3a2f60ac3b9cbf44fbde64851e393128474044f619e5ef3c392a48af51a76 +Size (gallery_dl-1.3.4.tar.gz) = 131670 bytes SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553 Index: pkgsrc/net/gallery-dl/PLIST diff -u pkgsrc/net/gallery-dl/PLIST:1.9 pkgsrc/net/gallery-dl/PLIST:1.10 --- pkgsrc/net/gallery-dl/PLIST:1.9 Sat Mar 17 11:07:39 2018 +++ pkgsrc/net/gallery-dl/PLIST Sat Apr 21 09:25:16 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2018/03/17 11:07:39 leot Exp $ +@comment $NetBSD: PLIST,v 1.10 2018/04/21 09:25:16 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -180,9 +180,6 @@ ${PYSITELIB}/gallery_dl/extractor/komikc ${PYSITELIB}/gallery_dl/extractor/konachan.py ${PYSITELIB}/gallery_dl/extractor/konachan.pyc ${PYSITELIB}/gallery_dl/extractor/konachan.pyo -${PYSITELIB}/gallery_dl/extractor/loveisover.py -${PYSITELIB}/gallery_dl/extractor/loveisover.pyc -${PYSITELIB}/gallery_dl/extractor/loveisover.pyo ${PYSITELIB}/gallery_dl/extractor/luscious.py ${PYSITELIB}/gallery_dl/extractor/luscious.pyc ${PYSITELIB}/gallery_dl/extractor/luscious.pyo @@ -276,9 +273,6 @@ ${PYSITELIB}/gallery_dl/extractor/senses ${PYSITELIB}/gallery_dl/extractor/slideshare.py ${PYSITELIB}/gallery_dl/extractor/slideshare.pyc ${PYSITELIB}/gallery_dl/extractor/slideshare.pyo -${PYSITELIB}/gallery_dl/extractor/spectrumnexus.py -${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyc -${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyo ${PYSITELIB}/gallery_dl/extractor/subapics.py ${PYSITELIB}/gallery_dl/extractor/subapics.pyc ${PYSITELIB}/gallery_dl/extractor/subapics.pyo --_----------=_1524302716231400--