Skip to content

Commit

Permalink
gallery-dl: Update net/gallery-dl to 1.1.1
Browse files Browse the repository at this point in the history
Changes:
1.1.1
-----
 * Added support for:
    `slideshare` - <https://www.slideshare.net/> (#54)
 * Added pool- and post-extractors for `sankaku`
 * Added OAuth user authentication for `deviantart`
 * Updated `luscious` to support `members.luscious.net` URLs (#55)
 * Updated `mangahere` to use their new domain name (mangahere.cc) and mobile URLs
 * Updated `gelbooru` to not be restricted to the first 20,000 images (#56)
 * Fixed extraction issues for `nhentai` and `khinsider`
  • Loading branch information
iamleot committed Dec 30, 2017
1 parent afd4809 commit 2872e3e
Show file tree
Hide file tree
Showing 3 changed files with 11 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.5 2017/12/09 10:41:05 leot Exp $
# $NetBSD: Makefile,v 1.6 2017/12/30 10:31:19 leot Exp $

DISTNAME= gallery_dl-1.1.0
DISTNAME= gallery_dl-1.1.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Expand Down
5 changes: 4 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.4 2017/12/09 10:41:05 leot Exp $
@comment $NetBSD: PLIST,v 1.5 2017/12/30 10:31:19 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -264,6 +264,9 @@ ${PYSITELIB}/gallery_dl/extractor/senmanga.pyo
${PYSITELIB}/gallery_dl/extractor/sensescans.py
${PYSITELIB}/gallery_dl/extractor/sensescans.pyc
${PYSITELIB}/gallery_dl/extractor/sensescans.pyo
${PYSITELIB}/gallery_dl/extractor/slideshare.py
${PYSITELIB}/gallery_dl/extractor/slideshare.pyc
${PYSITELIB}/gallery_dl/extractor/slideshare.pyo
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.py
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyc
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.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.5 2017/12/09 10:41:05 leot Exp $
$NetBSD: distinfo,v 1.6 2017/12/30 10:31:19 leot Exp $

SHA1 (gallery_dl-1.1.0.tar.gz) = 01b59b347f61e6c5ab2da6967303bfb3b81020d9
RMD160 (gallery_dl-1.1.0.tar.gz) = 9591346034f79bf10a77484723e983cd1d58c639
SHA512 (gallery_dl-1.1.0.tar.gz) = b9937b613de89acaffb288d0f955f3efc7eea3749f9ae59ab5f477d79c3ba9c7300218a306dfa8dc99ce9240c3e13d6cf10e5e7dd384059f39862fcf9fbf2af4
Size (gallery_dl-1.1.0.tar.gz) = 111685 bytes
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 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355

0 comments on commit 2872e3e

Please sign in to comment.