From efd9d1eaa243d37b5072ec5dcbf6824e4897fca2 Mon Sep 17 00:00:00 2001 From: leot Date: Sat, 28 Dec 2019 21:44:17 +0000 Subject: gallery-dl: Update to 1.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: ### Additions - [4chan] add extractor for entire boards (#510) - [realbooru] add extractors for pools, posts, and tag searches (#514) - [instagram] implement a `videos` option (#521) - [vsco] implement a `videos` option - [postprocessor:metadata] implement a `bypost` option for downloading the metadata of an entire post (#511) ### Changes - [reddit] change the default value for `comments` to `0` - [vsco] improve image resolutions - make filesystem-related errors during file downloads non-fatal (#512) ### Fixes - [foolslide] add fallback for chapter data extraction - [instagram] ignore errors during post-page extraction - [patreon] avoid errors when fetching user info (#508) - [patreon] improve URL pattern for single posts - [reddit] fix errors with `t1` submissions - [vsco] fix user profile extraction … again - [weibo] handle unavailable/deleted statuses - [downloader:http] improve rate limit handling - retain trailing zeroes in Cloudflare challenge answers --- net/gallery-dl/Makefile | 6 ++++-- net/gallery-dl/PLIST | 5 ++++- net/gallery-dl/distinfo | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'net/gallery-dl') diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index d424c8acfb6..511fbeaee1f 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2019/12/09 11:56:17 leot Exp $ +# $NetBSD: Makefile,v 1.47 2019/12/28 21:44:17 leot Exp $ -DISTNAME= gallery_dl-1.12.0 +DISTNAME= gallery_dl-1.12.1 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} @@ -21,6 +21,8 @@ SUBST_SED.paths+= -e 's,etc/bash_completion\.d,share/bash_completion.d,' SUBST_SED.paths+= -e 's,share/man,${PKGMANDIR},g' USE_LANGUAGES= # none + +# Only for Python 3 PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index ad77540dfcb..126922387f1 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.34 2019/11/11 05:24:23 leot Exp $ +@comment $NetBSD: PLIST,v 1.35 2019/12/28 21:44:17 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -300,6 +300,9 @@ ${PYSITELIB}/gallery_dl/extractor/reactor.pyo ${PYSITELIB}/gallery_dl/extractor/readcomiconline.py ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyc ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyo +${PYSITELIB}/gallery_dl/extractor/realbooru.py +${PYSITELIB}/gallery_dl/extractor/realbooru.pyc +${PYSITELIB}/gallery_dl/extractor/realbooru.pyo ${PYSITELIB}/gallery_dl/extractor/recursive.py ${PYSITELIB}/gallery_dl/extractor/recursive.pyc ${PYSITELIB}/gallery_dl/extractor/recursive.pyo diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index 43e20995288..983e17e4999 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2019/12/09 11:56:17 leot Exp $ +$NetBSD: distinfo,v 1.45 2019/12/28 21:44:17 leot Exp $ -SHA1 (gallery_dl-1.12.0.tar.gz) = 86c295d1882e604500de234a4395095c0de57150 -RMD160 (gallery_dl-1.12.0.tar.gz) = 153524ff5fec1a6958b63d6494e5ceb7ff060f9e -SHA512 (gallery_dl-1.12.0.tar.gz) = 2fca87ca6a4be03421ecba15bf0157bdd577d3e74e8c7f757a18a4ebbefda898070c0c5d42087c190b79305681e3ff28b0cde0b3700844486870da36deb878eb -Size (gallery_dl-1.12.0.tar.gz) = 248056 bytes +SHA1 (gallery_dl-1.12.1.tar.gz) = b1d868888fd0045f1e78e30478c98831e5d91ee2 +RMD160 (gallery_dl-1.12.1.tar.gz) = a87f9df450f9135d657fb96d5893ff681aed52c5 +SHA512 (gallery_dl-1.12.1.tar.gz) = cca209e6b9f085a045988cea1e4c25609a8073f8ecade0ea2b4e87c29d7c2c0fd86cd74a4dd1ba4d78e2b92ba1cb218234f992c3c7d30804170898850431230b +Size (gallery_dl-1.12.1.tar.gz) = 249607 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 -- cgit v1.2.3