Skip to content

Commit

Permalink
gallery-dl: Update net/gallery-dl to 1.1.2
Browse files Browse the repository at this point in the history
Changes:
1.1.2
-----
 * Added support for:
   * `puremashiro` (#66)
   * `idolcomplex`
 * Added an option to filter reblogs on `tumblr` (#61)
 * Added OAuth user authentication for `tumblr` (#65)
 * Added support for `slideshare` mobile URLs (#67)
 * Improved pagination for various ...booru sites to work around page limits
 * Fixed chapter information parsing for certain manga on `kissmanga` (#58) and `batoto` (#60)
  • Loading branch information
iamleot committed Jan 13, 2018
1 parent 2f920d2 commit 1a69d3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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.6 2017/12/30 10:31:19 leot Exp $
# $NetBSD: Makefile,v 1.7 2018/01/13 16:12:19 leot Exp $

DISTNAME= gallery_dl-1.1.1
DISTNAME= gallery_dl-1.1.2
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Expand Down
8 changes: 7 additions & 1 deletion net/gallery-dl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2017/12/30 10:31:19 leot Exp $
@comment $NetBSD: PLIST,v 1.6 2018/01/13 16:12:19 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -144,6 +144,9 @@ ${PYSITELIB}/gallery_dl/extractor/hentaihere.pyo
${PYSITELIB}/gallery_dl/extractor/hitomi.py
${PYSITELIB}/gallery_dl/extractor/hitomi.pyc
${PYSITELIB}/gallery_dl/extractor/hitomi.pyo
${PYSITELIB}/gallery_dl/extractor/idolcomplex.py
${PYSITELIB}/gallery_dl/extractor/idolcomplex.pyc
${PYSITELIB}/gallery_dl/extractor/idolcomplex.pyo
${PYSITELIB}/gallery_dl/extractor/imagebam.py
${PYSITELIB}/gallery_dl/extractor/imagebam.pyc
${PYSITELIB}/gallery_dl/extractor/imagebam.pyo
Expand Down Expand Up @@ -231,6 +234,9 @@ ${PYSITELIB}/gallery_dl/extractor/pixiv.pyo
${PYSITELIB}/gallery_dl/extractor/powermanga.py
${PYSITELIB}/gallery_dl/extractor/powermanga.pyc
${PYSITELIB}/gallery_dl/extractor/powermanga.pyo
${PYSITELIB}/gallery_dl/extractor/puremashiro.py
${PYSITELIB}/gallery_dl/extractor/puremashiro.pyc
${PYSITELIB}/gallery_dl/extractor/puremashiro.pyo
${PYSITELIB}/gallery_dl/extractor/readcomiconline.py
${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyc
${PYSITELIB}/gallery_dl/extractor/readcomiconline.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.6 2017/12/30 10:31:19 leot Exp $
$NetBSD: distinfo,v 1.7 2018/01/13 16:12:19 leot Exp $

SHA1 (gallery_dl-1.1.1.tar.gz) = b23ff624bd1b98275e0fbfcf0fa5c04ee3c66b30
RMD160 (gallery_dl-1.1.1.tar.gz) = 625fc8496fd1bdd820b7e3a0aa9c6bcdc89e7364
SHA512 (gallery_dl-1.1.1.tar.gz) = 0cc513f6ac491c250412fd9d8ac1ae1773e432311e3980833f657ff36d6b0c60d05f873b505f2fca26ef6600f52c944c113f2056da91581b777d29b688d4f425
Size (gallery_dl-1.1.1.tar.gz) = 114000 bytes
SHA1 (gallery_dl-1.1.2.tar.gz) = 243b6ec6b58bb516c229e2a299c8f0b45926f528
RMD160 (gallery_dl-1.1.2.tar.gz) = 7933ececa6e5b7dee0a3fcf2acd62a2b875f9da5
SHA512 (gallery_dl-1.1.2.tar.gz) = 6b5b22cabd6149162873ab1b46ad064e607dd5f524fe0cc094a1feb5ff6806b04ccd44c142e3430c028c5bf768d4117aa5311f7887e05773d58b97aa113c336e
Size (gallery_dl-1.1.2.tar.gz) = 116736 bytes
SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355

0 comments on commit 1a69d3c

Please sign in to comment.