Received: by mail.netbsd.org (Postfix, from userid 605) id 6E6BB84D7C; Fri, 14 Jun 2019 19:36:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E955F84D76 for ; Fri, 14 Jun 2019 19:36:47 +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 cUeu-1tPyNLY for ; Fri, 14 Jun 2019 19:36:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2159084D38 for ; Fri, 14 Jun 2019 19:36:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F082FBF4; Fri, 14 Jun 2019 19:36:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560541007274520" MIME-Version: 1.0 Date: Fri, 14 Jun 2019 19:36:47 +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: <20190614193647.0F082FBF4@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. --_----------=_1560541007274520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Fri Jun 14 19:36:46 UTC 2019 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.8.6 Changes: 1.8.6 ----- ### Additions - Support for - `slickpic` (#249) - `xhamster` (#281) - `pornhub` (#282) - `8muses` (#305) - `extra` option for `deviantart` to download Sta.sh content linked in description texts (#302) ### Changes - Detect `directlink` URLs with upper case filename extensions (#296) ### Fixes - Improved error handling for `tumblr` API calls (#297) - Fixed extraction of `livedoor` blogs (#301) - Fixed extraction of special `deviantart` Sta.sh items (#307) - Fixed pagination for specific `keenspot` comics To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560541007274520 Content-Disposition: inline Content-Length: 4146 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.34 pkgsrc/net/gallery-dl/Makefile:1.35 --- pkgsrc/net/gallery-dl/Makefile:1.34 Sat Jun 1 19:33:12 2019 +++ pkgsrc/net/gallery-dl/Makefile Fri Jun 14 19:36:46 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2019/06/01 19:33:12 leot Exp $ +# $NetBSD: Makefile,v 1.35 2019/06/14 19:36:46 leot Exp $ -DISTNAME= gallery_dl-1.8.5 +DISTNAME= gallery_dl-1.8.6 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.28 pkgsrc/net/gallery-dl/PLIST:1.29 --- pkgsrc/net/gallery-dl/PLIST:1.28 Sat Jun 1 19:33:12 2019 +++ pkgsrc/net/gallery-dl/PLIST Fri Jun 14 19:36:46 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2019/06/01 19:33:12 leot Exp $ +@comment $NetBSD: PLIST,v 1.29 2019/06/14 19:36:46 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -60,6 +60,9 @@ ${PYSITELIB}/gallery_dl/extractor/500px. ${PYSITELIB}/gallery_dl/extractor/8chan.py ${PYSITELIB}/gallery_dl/extractor/8chan.pyc ${PYSITELIB}/gallery_dl/extractor/8chan.pyo +${PYSITELIB}/gallery_dl/extractor/8muses.py +${PYSITELIB}/gallery_dl/extractor/8muses.pyc +${PYSITELIB}/gallery_dl/extractor/8muses.pyo ${PYSITELIB}/gallery_dl/extractor/__init__.py ${PYSITELIB}/gallery_dl/extractor/__init__.pyc ${PYSITELIB}/gallery_dl/extractor/__init__.pyo @@ -261,6 +264,9 @@ ${PYSITELIB}/gallery_dl/extractor/pixnet ${PYSITELIB}/gallery_dl/extractor/plurk.py ${PYSITELIB}/gallery_dl/extractor/plurk.pyc ${PYSITELIB}/gallery_dl/extractor/plurk.pyo +${PYSITELIB}/gallery_dl/extractor/pornhub.py +${PYSITELIB}/gallery_dl/extractor/pornhub.pyc +${PYSITELIB}/gallery_dl/extractor/pornhub.pyo ${PYSITELIB}/gallery_dl/extractor/pururin.py ${PYSITELIB}/gallery_dl/extractor/pururin.pyc ${PYSITELIB}/gallery_dl/extractor/pururin.pyo @@ -303,6 +309,9 @@ ${PYSITELIB}/gallery_dl/extractor/shopif ${PYSITELIB}/gallery_dl/extractor/simplyhentai.py ${PYSITELIB}/gallery_dl/extractor/simplyhentai.pyc ${PYSITELIB}/gallery_dl/extractor/simplyhentai.pyo +${PYSITELIB}/gallery_dl/extractor/slickpic.py +${PYSITELIB}/gallery_dl/extractor/slickpic.pyc +${PYSITELIB}/gallery_dl/extractor/slickpic.pyo ${PYSITELIB}/gallery_dl/extractor/slideshare.py ${PYSITELIB}/gallery_dl/extractor/slideshare.pyc ${PYSITELIB}/gallery_dl/extractor/slideshare.pyo @@ -333,6 +342,9 @@ ${PYSITELIB}/gallery_dl/extractor/weibo. ${PYSITELIB}/gallery_dl/extractor/wikiart.py ${PYSITELIB}/gallery_dl/extractor/wikiart.pyc ${PYSITELIB}/gallery_dl/extractor/wikiart.pyo +${PYSITELIB}/gallery_dl/extractor/xhamster.py +${PYSITELIB}/gallery_dl/extractor/xhamster.pyc +${PYSITELIB}/gallery_dl/extractor/xhamster.pyo ${PYSITELIB}/gallery_dl/extractor/xvideos.py ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.32 pkgsrc/net/gallery-dl/distinfo:1.33 --- pkgsrc/net/gallery-dl/distinfo:1.32 Sat Jun 1 19:33:12 2019 +++ pkgsrc/net/gallery-dl/distinfo Fri Jun 14 19:36:46 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.32 2019/06/01 19:33:12 leot Exp $ +$NetBSD: distinfo,v 1.33 2019/06/14 19:36:46 leot Exp $ -SHA1 (gallery_dl-1.8.5.tar.gz) = 5a020f2ef575281bc11d1d90f4cade3636927f22 -RMD160 (gallery_dl-1.8.5.tar.gz) = 17ab1bdd07f635a885ca0aa47b3965f906f5c8ec -SHA512 (gallery_dl-1.8.5.tar.gz) = bb7917fd5fbde7ef24e66f03c0b4b1e4c6ff04cd474234dfa229cc5eeb6fa9e63bc6c47bf9a3713901a69365ac9751e4eba1bf7944ffad18ad9fc6787df09c20 -Size (gallery_dl-1.8.5.tar.gz) = 204987 bytes +SHA1 (gallery_dl-1.8.6.tar.gz) = 0f02ffae9a28db1da309a51477eceb8ae7986742 +RMD160 (gallery_dl-1.8.6.tar.gz) = 31976c7914b0fe9fc7e5bdc75aa78e8037ec3982 +SHA512 (gallery_dl-1.8.6.tar.gz) = e52527a469571070614f586c5bb2722b0f8a3e4cf7c6ed1a22f9798284e0d08f829b338c19c548f5efbf7cca0febdf91d7099c25623fd65627ca183a23f0e798 +Size (gallery_dl-1.8.6.tar.gz) = 210051 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 --_----------=_1560541007274520--