Received: by mail.netbsd.org (Postfix, from userid 605) id 3E2D784DE1; Sat, 9 Dec 2017 10:41:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD50684DA6 for ; Sat, 9 Dec 2017 10:41:16 +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 VLoRfnRGedRs for ; Sat, 9 Dec 2017 10:41:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3D9DA84CE4 for ; Sat, 9 Dec 2017 10:41:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBF56FB40; Sat, 9 Dec 2017 10:41:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512816065265420" MIME-Version: 1.0 Date: Sat, 9 Dec 2017 10:41:05 +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: <20171209104105.EBF56FB40@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. --_----------=_1512816065265420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Dec 9 10:41:05 UTC 2017 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update net/gallery-dl to 1.1.0 Changes: 1.1.0 ----- * Added the `-r/--limit-rate` command-line option to set a maximum download rate * Added the `--sleep` command-line option to specify the number of seconds to sleep before each download * Updated `gelbooru` to no longer use their now disabled API * Fixed SWF extraction for `sankaku` (#52) * Fixed extraction issues for `hentai2read` and `khinsider` * Removed the deprecated `--images` and `--chapters` options * Removed the `mangazuki` module To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/gallery-dl/Makefile \ pkgsrc/net/gallery-dl/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/gallery-dl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512816065265420 Content-Disposition: inline Content-Length: 2689 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.4 pkgsrc/net/gallery-dl/Makefile:1.5 --- pkgsrc/net/gallery-dl/Makefile:1.4 Sat Nov 25 18:34:23 2017 +++ pkgsrc/net/gallery-dl/Makefile Sat Dec 9 10:41:05 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/11/25 18:34:23 leot Exp $ +# $NetBSD: Makefile,v 1.5 2017/12/09 10:41:05 leot Exp $ -DISTNAME= gallery_dl-1.0.2 +DISTNAME= gallery_dl-1.1.0 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.4 pkgsrc/net/gallery-dl/distinfo:1.5 --- pkgsrc/net/gallery-dl/distinfo:1.4 Sat Nov 25 18:34:23 2017 +++ pkgsrc/net/gallery-dl/distinfo Sat Dec 9 10:41:05 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2017/11/25 18:34:23 leot Exp $ +$NetBSD: distinfo,v 1.5 2017/12/09 10:41:05 leot Exp $ -SHA1 (gallery_dl-1.0.2.tar.gz) = 05c82d44b9d85a27c27c6ba6a1aa9adc6d7b6976 -RMD160 (gallery_dl-1.0.2.tar.gz) = 1bfb8d4d577101c556e5b3f2b77a2acbbb1dd9d7 -SHA512 (gallery_dl-1.0.2.tar.gz) = 427e43592823f6bf77cd6018caac2f5293953a6df1124f2cd82cb3dc0736cb0c9ffde0ec0ad0e9aa3cf5f20a47facee5bf8d2ebdfa53439c8503385e9dbc2161 -Size (gallery_dl-1.0.2.tar.gz) = 110824 bytes +SHA1 (gallery_dl-1.1.0.tar.gz) = 01b59b347f61e6c5ab2da6967303bfb3b81020d9 +RMD160 (gallery_dl-1.1.0.tar.gz) = 9591346034f79bf10a77484723e983cd1d58c639 +SHA512 (gallery_dl-1.1.0.tar.gz) = b9937b613de89acaffb288d0f955f3efc7eea3749f9ae59ab5f477d79c3ba9c7300218a306dfa8dc99ce9240c3e13d6cf10e5e7dd384059f39862fcf9fbf2af4 +Size (gallery_dl-1.1.0.tar.gz) = 111685 bytes SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355 Index: pkgsrc/net/gallery-dl/PLIST diff -u pkgsrc/net/gallery-dl/PLIST:1.3 pkgsrc/net/gallery-dl/PLIST:1.4 --- pkgsrc/net/gallery-dl/PLIST:1.3 Sun Nov 12 13:50:59 2017 +++ pkgsrc/net/gallery-dl/PLIST Sat Dec 9 10:41:05 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/11/12 13:50:59 leot Exp $ +@comment $NetBSD: PLIST,v 1.4 2017/12/09 10:41:05 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -204,9 +204,6 @@ ${PYSITELIB}/gallery_dl/extractor/mangar ${PYSITELIB}/gallery_dl/extractor/mangastream.py ${PYSITELIB}/gallery_dl/extractor/mangastream.pyc ${PYSITELIB}/gallery_dl/extractor/mangastream.pyo -${PYSITELIB}/gallery_dl/extractor/mangazuki.py -${PYSITELIB}/gallery_dl/extractor/mangazuki.pyc -${PYSITELIB}/gallery_dl/extractor/mangazuki.pyo ${PYSITELIB}/gallery_dl/extractor/message.py ${PYSITELIB}/gallery_dl/extractor/message.pyc ${PYSITELIB}/gallery_dl/extractor/message.pyo --_----------=_1512816065265420--