pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update to 1.10.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e136e59fb5e
branches:  trunk
changeset: 400197:1e136e59fb5e
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Aug 23 21:28:34 2019 +0000

description:
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`

diffstat:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 8caff7c9dc44 -r 1e136e59fb5e net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Fri Aug 23 19:05:15 2019 +0000
+++ b/net/gallery-dl/Makefile   Fri Aug 23 21:28:34 2019 +0000
@@ -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 -r 8caff7c9dc44 -r 1e136e59fb5e net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Fri Aug 23 19:05:15 2019 +0000
+++ b/net/gallery-dl/distinfo   Fri Aug 23 21:28:34 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index