From cfeff544b2a4ebe404c83e928199d81485ffae74 Mon Sep 17 00:00:00 2001 From: leot Date: Fri, 23 Aug 2019 21:28:34 +0000 Subject: gallery-dl: Update to 1.10.2 Changes: 1.10.2 ====== ### Additions - Support for `instagram` stories and IGTV (#371, #373) - Support for individual `imgbb` images (#363) - `deviantart.quality` option to set the JPEG compression quality for newer images (#369) - `enumerate` option for `extractor.skip` (#306) - `adjust-extensions` option to control filename extension adjustments - `path-remove` option to remove control characters etc. from filesystem paths ### Changes - Rename `restrict-filenames` to `path-restrict` - Adjust `pixiv` metadata and default filename format (#366) - Set `filename` to `"{category}_{user[id]}_{id}{suffix}.{extension}"` to restore the old default - Improve and optimize directory and filename generation ### Fixes - Allow the `classify` post-processor to handle files with unknown filename extension (#138) - Fix rate limit handling for OAuth APIs (#368) - Fix artwork and scraps extraction on `deviantart` (#376, #392) - Distinguish between `imgur` album and gallery URLs (#380) - Prevent crash when using `--ugoira-conv` (#382) - Handle multi-image posts on `patreon` (#383) - Miscellaneous fixes for `*reactor`, `simplyhentai` --- net/gallery-dl/Makefile | 4 ++-- net/gallery-dl/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net/gallery-dl') diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index a3517380c6e..550bbbb3d9e 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2019/08/05 20:50:45 leot Exp $ +# $NetBSD: Makefile,v 1.40 2019/08/23 21:28:34 leot Exp $ -DISTNAME= gallery_dl-1.10.1 +DISTNAME= gallery_dl-1.10.2 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index 0c2cb37b178..a967ce0139d 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2019/08/05 20:50:45 leot Exp $ +$NetBSD: distinfo,v 1.38 2019/08/23 21:28:34 leot Exp $ -SHA1 (gallery_dl-1.10.1.tar.gz) = 3460ec45bbc787e71caefac6a532fed6345d0c72 -RMD160 (gallery_dl-1.10.1.tar.gz) = 40ea12b2669137f688c29ad9bf1562773a8c460b -SHA512 (gallery_dl-1.10.1.tar.gz) = abd668deae33a5df205358c959c6b50764dcb53d4c118c18f9f5a29bbc48a431bd9a761cdc9ca652067dba7dbdc15892ed1b8e5f154dffa695d259191d24c577 -Size (gallery_dl-1.10.1.tar.gz) = 220226 bytes +SHA1 (gallery_dl-1.10.2.tar.gz) = 790c4345d13ebcdf8d055aa850ada4fbff1726fc +RMD160 (gallery_dl-1.10.2.tar.gz) = 88ffaf75c9da572eb25047ef0c1e3081eb2cc398 +SHA512 (gallery_dl-1.10.2.tar.gz) = ad7e6a1edeb0c038521754003bbe4e9115fb8ca9b38a060ccb723778f39c18a6001d2d0ca6e051ec1d091f32c1021c8a1d67f6efccaf3360aa2a34d9ee637d1d +Size (gallery_dl-1.10.2.tar.gz) = 223974 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 -- cgit v1.2.3