Received: by mail.netbsd.org (Postfix, from userid 605) id EB8F084DFB; Sun, 31 Mar 2019 20:37:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7365684DF5 for ; Sun, 31 Mar 2019 20:37:11 +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 U1sEtp2_1Kg7 for ; Sun, 31 Mar 2019 20:37:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B0AAB84CD3 for ; Sun, 31 Mar 2019 20:37:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB67DFB16; Sun, 31 Mar 2019 20:37:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155406463065160" MIME-Version: 1.0 Date: Sun, 31 Mar 2019 20:37:10 +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: <20190331203710.AB67DFB16@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. --_----------=_155406463065160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 31 20:37:10 UTC 2019 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.8.1 Changes: 1.8.1 ----- ### Added - Support for: - `35photo` (#162) - `500px` (#185) - `instagram` extractor for hashtags (#202) - Option to get more metadata on `deviantart` (#189) - Man pages and bash completion (#150) - Snap improvements (#197, #199, #207) ### Changed - Metadata for `luscious` albums - FFmpeg arguments for `--ugoira-conv` ### Fixed - `tumblr` avatar URLs when not using OAuth1.0 (#193) - `instagram` multi-image posts (#178, #201) - Miscellaneous issues on `exhentai`, `komikcast` To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155406463065160 Content-Disposition: inline Content-Length: 3899 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.28 pkgsrc/net/gallery-dl/Makefile:1.29 --- pkgsrc/net/gallery-dl/Makefile:1.28 Fri Mar 15 14:42:44 2019 +++ pkgsrc/net/gallery-dl/Makefile Sun Mar 31 20:37:10 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2019/03/15 14:42:44 leot Exp $ +# $NetBSD: Makefile,v 1.29 2019/03/31 20:37:10 leot Exp $ -DISTNAME= gallery_dl-1.8.0 +DISTNAME= gallery_dl-1.8.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.23 pkgsrc/net/gallery-dl/PLIST:1.24 --- pkgsrc/net/gallery-dl/PLIST:1.23 Fri Mar 15 14:42:44 2019 +++ pkgsrc/net/gallery-dl/PLIST Sun Mar 31 20:37:10 2019 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.23 2019/03/15 14:42:44 leot Exp $ +@comment $NetBSD: PLIST,v 1.24 2019/03/31 20:37:10 leot Exp $ bin/gallery-dl +etc/bash_completion.d/gallery-dl.bash_completion ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -45,12 +46,18 @@ ${PYSITELIB}/gallery_dl/exception.pyo ${PYSITELIB}/gallery_dl/extractor/2chan.py ${PYSITELIB}/gallery_dl/extractor/2chan.pyc ${PYSITELIB}/gallery_dl/extractor/2chan.pyo +${PYSITELIB}/gallery_dl/extractor/35photo.py +${PYSITELIB}/gallery_dl/extractor/35photo.pyc +${PYSITELIB}/gallery_dl/extractor/35photo.pyo ${PYSITELIB}/gallery_dl/extractor/3dbooru.py ${PYSITELIB}/gallery_dl/extractor/3dbooru.pyc ${PYSITELIB}/gallery_dl/extractor/3dbooru.pyo ${PYSITELIB}/gallery_dl/extractor/4chan.py ${PYSITELIB}/gallery_dl/extractor/4chan.pyc ${PYSITELIB}/gallery_dl/extractor/4chan.pyo +${PYSITELIB}/gallery_dl/extractor/500px.py +${PYSITELIB}/gallery_dl/extractor/500px.pyc +${PYSITELIB}/gallery_dl/extractor/500px.pyo ${PYSITELIB}/gallery_dl/extractor/8chan.py ${PYSITELIB}/gallery_dl/extractor/8chan.pyc ${PYSITELIB}/gallery_dl/extractor/8chan.pyo @@ -132,6 +139,9 @@ ${PYSITELIB}/gallery_dl/extractor/hentai ${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 @@ -345,3 +355,5 @@ ${PYSITELIB}/gallery_dl/util.pyo ${PYSITELIB}/gallery_dl/version.py ${PYSITELIB}/gallery_dl/version.pyc ${PYSITELIB}/gallery_dl/version.pyo +share/man/man1/gallery-dl.1 +share/man/man5/gallery-dl.conf.5 Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.27 pkgsrc/net/gallery-dl/distinfo:1.28 --- pkgsrc/net/gallery-dl/distinfo:1.27 Fri Mar 15 14:42:44 2019 +++ pkgsrc/net/gallery-dl/distinfo Sun Mar 31 20:37:10 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2019/03/15 14:42:44 leot Exp $ +$NetBSD: distinfo,v 1.28 2019/03/31 20:37:10 leot Exp $ -SHA1 (gallery_dl-1.8.0.tar.gz) = 6ce35eb94f5d4adc904de4e0e3e9503e9f38afaf -RMD160 (gallery_dl-1.8.0.tar.gz) = 839f8d0409b2b5734844aee5eb54c1fe0dd86780 -SHA512 (gallery_dl-1.8.0.tar.gz) = 89e5e09f4d4cd1a722c6ecaeb93ee0b88516f16ed8649e15d13408f0291a8700171e5d9a0f1e739a5a211d60e0df9b833bfdeb9186d7bcaf3be3c7cd40e7c296 -Size (gallery_dl-1.8.0.tar.gz) = 171924 bytes +SHA1 (gallery_dl-1.8.1.tar.gz) = d4dfd6b47a2a6a83271eb8023d68b7324f043e74 +RMD160 (gallery_dl-1.8.1.tar.gz) = 7427a06f8cf94b756f4327e0a0b8c31d5cfa9006 +SHA512 (gallery_dl-1.8.1.tar.gz) = 6b7943e0555b9b66f83d2da8efde4ec58716534ac51c50ba2c5881b7481edf4cec184c46d26e29944a9d596c0de6f0ad6f5fff129c41c7fa6557989e02e04c32 +Size (gallery_dl-1.8.1.tar.gz) = 189301 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 --_----------=_155406463065160--