Received: by mail.netbsd.org (Postfix, from userid 605) id 2F31C84D54; Wed, 18 Aug 2021 16:03:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68C2084D15 for ; Wed, 18 Aug 2021 16:03:49 +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 tPR57c-C1W2u for ; Wed, 18 Aug 2021 16:03:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B60A784CDF for ; Wed, 18 Aug 2021 16:03:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88A49FA97; Wed, 18 Aug 2021 16:03:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629302628183960" MIME-Version: 1.0 Date: Wed, 18 Aug 2021 16:03:48 +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: <20210818160348.88A49FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629302628183960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Aug 18 16:03:48 UTC 2021 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.18.3 Changes: Additions --------- [bbc] add width option (#1706) [danbooru] add external option (#1747) [furaffinity] add external option (#1492) [luscious] add gif option (#1701) [newgrounds] add format option (#1729) [reactor] add gif option (#1701) [twitter] warn about suspended accounts (#1759) [twitter] extend replies option (#1254) [twitter] add option to log out and retry when blocked (#1719) [wikieat] add thread and board extractors (#1699, #1607) Changes ------- [instagram] increase default delay between HTTP requests from 5s to 8s (#1732) Fixes ----- [bbc] improve image dimensions (#1706) [bbc] support multi-page gallery listings (#1730) [behance] fix collection extraction [deviantart] get original files for GIF previews (#1731) [furaffinity] fix errors when using category-transfer (#1274) [hitomi] fix image URLs (#1765) [instagram] use custom User-Agent header for video downloads (#1682, #1623, #1580) [kemonoparty] fix username extraction (#1750) [kemonoparty] update file server domain (#1764) [newgrounds] fix errors when using category-transfer (#1274) [nsfwalbum] retry backend requests when extracting image URLs (#1733, #1271) [vk] prevent exception for empty/private profiles (#1742) To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629302628183960 Content-Disposition: inline Content-Length: 2700 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.80 pkgsrc/net/gallery-dl/Makefile:1.81 --- pkgsrc/net/gallery-dl/Makefile:1.80 Sun Jul 25 20:42:33 2021 +++ pkgsrc/net/gallery-dl/Makefile Wed Aug 18 16:03:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2021/07/25 20:42:33 leot Exp $ +# $NetBSD: Makefile,v 1.81 2021/08/18 16:03:48 leot Exp $ -DISTNAME= gallery_dl-1.18.2 +DISTNAME= gallery_dl-1.18.3 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.57 pkgsrc/net/gallery-dl/PLIST:1.58 --- pkgsrc/net/gallery-dl/PLIST:1.57 Sun Jul 25 20:42:33 2021 +++ pkgsrc/net/gallery-dl/PLIST Wed Aug 18 16:03:48 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.57 2021/07/25 20:42:33 leot Exp $ +@comment $NetBSD: PLIST,v 1.58 2021/08/18 16:03:48 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -447,6 +447,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/wikieat.py +${PYSITELIB}/gallery_dl/extractor/wikieat.pyc +${PYSITELIB}/gallery_dl/extractor/wikieat.pyo ${PYSITELIB}/gallery_dl/extractor/xhamster.py ${PYSITELIB}/gallery_dl/extractor/xhamster.pyc ${PYSITELIB}/gallery_dl/extractor/xhamster.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.77 pkgsrc/net/gallery-dl/distinfo:1.78 --- pkgsrc/net/gallery-dl/distinfo:1.77 Sun Jul 25 20:42:33 2021 +++ pkgsrc/net/gallery-dl/distinfo Wed Aug 18 16:03:48 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.77 2021/07/25 20:42:33 leot Exp $ +$NetBSD: distinfo,v 1.78 2021/08/18 16:03:48 leot Exp $ -SHA1 (gallery_dl-1.18.2.tar.gz) = 6d60c566a975bca0af49d983d3fd2a87f66f442d -RMD160 (gallery_dl-1.18.2.tar.gz) = 463bbc21d2e252fba7df2eaf084b2315e32d1577 -SHA512 (gallery_dl-1.18.2.tar.gz) = b77ec9f66443bb257360961de8ee1f33e4c4945f905131ba60d0d7a5c87a4186382dde875150c013872232e835f03abae52b588cf9fcc64021c974eb210ad46e -Size (gallery_dl-1.18.2.tar.gz) = 364192 bytes +SHA1 (gallery_dl-1.18.3.tar.gz) = cbcc2749fe05e5df20cb7e3f9b58378f3566354e +RMD160 (gallery_dl-1.18.3.tar.gz) = 1f0f5b26fa16e7b11a8fccab950fc8d6f8554c14 +SHA512 (gallery_dl-1.18.3.tar.gz) = 6c0352c6ab3faa1f58ec305185d9ee6afdafb69aaeb7c918340ddf7fcb0b3e643c7b70bc1539b2379b43b02943192537b728dd4fd73ae73d9e7b18c7f9c3a60d +Size (gallery_dl-1.18.3.tar.gz) = 367453 bytes SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d --_----------=_1629302628183960--