diff options
author | leot <leot@pkgsrc.org> | 2020-03-01 21:16:59 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-03-01 21:16:59 +0000 |
commit | acef0a458b6136c6804dfe5458bf9ca9b3d82ef7 (patch) | |
tree | 317c7e2c4d15d1ecb307e6d9d29ded7cf4e26d23 /net/gallery-dl | |
parent | ad00d40ca219af71bb1f75bad6ddae1f8e8d047d (diff) | |
download | pkgsrc-acef0a458b6136c6804dfe5458bf9ca9b3d82ef7.tar.gz |
gallery-dl: Update to 1.13.1
Changes:
1.13.1
------
### Additions
- [hentaihand] add extractors (#605)
- [hiperdex] add chapter and manga extractors (#606)
- [oauth] implement option to write DeviantArt refresh-tokens to cache (#616)
- [downloader:http] add more MIME types for `.bmp` and `.rar`
files (#621, #628)
- warn about expired cookies
### Fixes
- [bcy] fix partial image URLs (#613)
- [danbooru] fix Ugoira downloads and metadata
- [deviantart] check availability of `/intermediary/` URLs (#609)
- [hitomi] follow multiple redirects & fix image URLs
- [piczel] improve and update
- [tumblr] replace `-` with ` ` in tag searches (#611)
- [vsco] update gallery URL pattern
- fix `--verbose` and `--quiet` command-line options
Diffstat (limited to 'net/gallery-dl')
-rw-r--r-- | net/gallery-dl/Makefile | 4 | ||||
-rw-r--r-- | net/gallery-dl/PLIST | 8 | ||||
-rw-r--r-- | net/gallery-dl/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index 145e3a56798..61f02e61b61 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2020/02/17 11:00:51 leot Exp $ +# $NetBSD: Makefile,v 1.51 2020/03/01 21:16:59 leot Exp $ -DISTNAME= gallery_dl-1.13.0 +DISTNAME= gallery_dl-1.13.1 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index 9bd98fa91e1..f599f42ee9f 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2020/02/17 11:00:51 leot Exp $ +@comment $NetBSD: PLIST,v 1.38 2020/03/01 21:16:59 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -147,12 +147,18 @@ ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo ${PYSITELIB}/gallery_dl/extractor/hentaifox.py ${PYSITELIB}/gallery_dl/extractor/hentaifox.pyc ${PYSITELIB}/gallery_dl/extractor/hentaifox.pyo +${PYSITELIB}/gallery_dl/extractor/hentaihand.py +${PYSITELIB}/gallery_dl/extractor/hentaihand.pyc +${PYSITELIB}/gallery_dl/extractor/hentaihand.pyo ${PYSITELIB}/gallery_dl/extractor/hentaihere.py ${PYSITELIB}/gallery_dl/extractor/hentaihere.pyc ${PYSITELIB}/gallery_dl/extractor/hentaihere.pyo ${PYSITELIB}/gallery_dl/extractor/hentainexus.py ${PYSITELIB}/gallery_dl/extractor/hentainexus.pyc ${PYSITELIB}/gallery_dl/extractor/hentainexus.pyo +${PYSITELIB}/gallery_dl/extractor/hiperdex.py +${PYSITELIB}/gallery_dl/extractor/hiperdex.pyc +${PYSITELIB}/gallery_dl/extractor/hiperdex.pyo ${PYSITELIB}/gallery_dl/extractor/hitomi.py ${PYSITELIB}/gallery_dl/extractor/hitomi.pyc ${PYSITELIB}/gallery_dl/extractor/hitomi.pyo diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index 921dd5cd0ac..71c033f6848 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2020/02/17 11:00:51 leot Exp $ +$NetBSD: distinfo,v 1.49 2020/03/01 21:16:59 leot Exp $ -SHA1 (gallery_dl-1.13.0.tar.gz) = 055777f3189c6213b3f2ea72be1b24d1e56cd96b -RMD160 (gallery_dl-1.13.0.tar.gz) = 279bba5bb196075071b3e93735cc8974eb2a9584 -SHA512 (gallery_dl-1.13.0.tar.gz) = 956ff5c705c5772c3c388eef27e49028a9df673384b922e5491716b690548dcb9c1495df1f7c1839e51243e53815e7656c256b39e3c62d581ccc7bb87cd63436 -Size (gallery_dl-1.13.0.tar.gz) = 257739 bytes +SHA1 (gallery_dl-1.13.1.tar.gz) = 3c711ed69a56c2354d4d65af853b84b0ff6a60d0 +RMD160 (gallery_dl-1.13.1.tar.gz) = 48386640e031a3d2f40b02151d40949eb77d51a7 +SHA512 (gallery_dl-1.13.1.tar.gz) = 5515d0f7d30bad463235472156d00d4449223384d47c4fb7b26d3d9a6dd24552243995a273680a4a2e5815e23ffb3721dea4fdae8d1726698463b065391859eb +Size (gallery_dl-1.13.1.tar.gz) = 262445 bytes SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce |