Skip to content

Commit

Permalink
gallery-dl: Update to 1.6.3
Browse files Browse the repository at this point in the history
Changes:
1.6.3
-----
- Added `metadata` post-processor to write image metadata to an external
  file (#135)
- Added option to reverse chapter order of manga extractors (#149)
- Added authentication support for `danbooru` (#151)
- Added tag metadata for `exhentai` and `hbrowse` galleries
- Improved `*reactor` extractors (#148)
- Fixed extraction issues for `nhentai` (#156), `pinterest`, `mangapark`
  • Loading branch information
iamleot committed Jan 18, 2019
1 parent 155b7ab commit abeab4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions net/gallery-dl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.25 2019/01/01 20:09:26 leot Exp $
# $NetBSD: Makefile,v 1.26 2019/01/18 13:34:12 leot Exp $

DISTNAME= gallery_dl-1.6.2
DISTNAME= gallery_dl-1.6.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Expand Down
14 changes: 7 additions & 7 deletions net/gallery-dl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2019/01/01 20:09:26 leot Exp $
@comment $NetBSD: PLIST,v 1.21 2019/01/18 13:34:12 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -174,9 +174,6 @@ ${PYSITELIB}/gallery_dl/extractor/instagram.pyo
${PYSITELIB}/gallery_dl/extractor/jaiminisbox.py
${PYSITELIB}/gallery_dl/extractor/jaiminisbox.pyc
${PYSITELIB}/gallery_dl/extractor/jaiminisbox.pyo
${PYSITELIB}/gallery_dl/extractor/joyreactor.py
${PYSITELIB}/gallery_dl/extractor/joyreactor.pyc
${PYSITELIB}/gallery_dl/extractor/joyreactor.pyo
${PYSITELIB}/gallery_dl/extractor/khinsider.py
${PYSITELIB}/gallery_dl/extractor/khinsider.pyc
${PYSITELIB}/gallery_dl/extractor/khinsider.pyo
Expand Down Expand Up @@ -255,12 +252,12 @@ ${PYSITELIB}/gallery_dl/extractor/pinterest.pyo
${PYSITELIB}/gallery_dl/extractor/pixiv.py
${PYSITELIB}/gallery_dl/extractor/pixiv.pyc
${PYSITELIB}/gallery_dl/extractor/pixiv.pyo
${PYSITELIB}/gallery_dl/extractor/pornreactor.py
${PYSITELIB}/gallery_dl/extractor/pornreactor.pyc
${PYSITELIB}/gallery_dl/extractor/pornreactor.pyo
${PYSITELIB}/gallery_dl/extractor/powermanga.py
${PYSITELIB}/gallery_dl/extractor/powermanga.pyc
${PYSITELIB}/gallery_dl/extractor/powermanga.pyo
${PYSITELIB}/gallery_dl/extractor/reactor.py
${PYSITELIB}/gallery_dl/extractor/reactor.pyc
${PYSITELIB}/gallery_dl/extractor/reactor.pyo
${PYSITELIB}/gallery_dl/extractor/readcomiconline.py
${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyc
${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyo
Expand Down Expand Up @@ -357,6 +354,9 @@ ${PYSITELIB}/gallery_dl/postprocessor/common.pyo
${PYSITELIB}/gallery_dl/postprocessor/exec.py
${PYSITELIB}/gallery_dl/postprocessor/exec.pyc
${PYSITELIB}/gallery_dl/postprocessor/exec.pyo
${PYSITELIB}/gallery_dl/postprocessor/metadata.py
${PYSITELIB}/gallery_dl/postprocessor/metadata.pyc
${PYSITELIB}/gallery_dl/postprocessor/metadata.pyo
${PYSITELIB}/gallery_dl/postprocessor/ugoira.py
${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyc
${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyo
Expand Down
10 changes: 5 additions & 5 deletions net/gallery-dl/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.24 2019/01/01 20:09:26 leot Exp $
$NetBSD: distinfo,v 1.25 2019/01/18 13:34:12 leot Exp $

SHA1 (gallery_dl-1.6.2.tar.gz) = 047ae4c76d24640d7f74c1cc0f9a0f82149ceb81
RMD160 (gallery_dl-1.6.2.tar.gz) = 4c1508db85f8f9af711129d3fef596905d9dbff3
SHA512 (gallery_dl-1.6.2.tar.gz) = 715f6259a66480ab2b4f83a35d549f21dffcbf202ecbd3005cb0ac8c3e91ac6e9fd945ef541b7e3f45cf02973a8dfb8c202adc5effbe6d470e3fba68012b2178
Size (gallery_dl-1.6.2.tar.gz) = 157545 bytes
SHA1 (gallery_dl-1.6.3.tar.gz) = 30abb4aa351c665a64969112d4aec9ce5ab6bef5
RMD160 (gallery_dl-1.6.3.tar.gz) = f5e378b0be61e5c624ebca5dbf3ca9110b9110b8
SHA512 (gallery_dl-1.6.3.tar.gz) = d1d974e39b348d66af3766a57cb225e2fdac7e07ef3109069893b2a1e727ef60e83441af187cc1fb04ca4aacbbf86d8b9932fcba82e5a9c6aa0c1ca69fb04af8
Size (gallery_dl-1.6.3.tar.gz) = 159595 bytes
SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553

0 comments on commit abeab4b

Please sign in to comment.