summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-07-18 17:17:04 +0000
committerleot <leot@pkgsrc.org>2020-07-18 17:17:04 +0000
commitbf83c3372d51987ebbae81e7e694e2a77cee78f9 (patch)
treef7d72822f5b99f7ae9bd164f1e18735f0b121a4a /net
parent18b7280ed62aee6ec142465f3ed70bf22eadc568 (diff)
downloadpkgsrc-bf83c3372d51987ebbae81e7e694e2a77cee78f9.tar.gz
gallery-dl: Update to 1.14.3
Changes: 1.14.3 ------ ### Additions - [8muses] support `comics.8muses.com` URLs - [artstation] add `following` extractor (#888) - [exhentai] add `domain` option (#897) - [gfycat] add `user` and `search` extractors - [imgur] support all `/t/...` URLs (#880) - [khinsider] add `format` option (#840) - [mangakakalot] add `manga` and `chapter` extractors (#876) - [redgifs] support `gifsdeliverynetwork.com` URLs (#874) - [subscribestar] add `user` and `post` extractors (#852) - [twitter] add support for nitter.net URLs (#890) - add Zsh completion script (#150) ### Fixes - [gfycat] retry 404'ed videos on redgifs.com (#874) - [newgrounds] fix favorites extraction - [patreon] yield images and attachments before post files (#871) - [reddit] fix AttributeError when using `recursion` (#879) - [twitter] raise proper exception if a user doesn't exist (#891) - defer directory creation (#722) - set pseudo extension for Metadata messages (#865) - prevent exception on Cloudflare challenges (#868)
Diffstat (limited to 'net')
-rw-r--r--net/gallery-dl/Makefile4
-rw-r--r--net/gallery-dl/PLIST9
-rw-r--r--net/gallery-dl/distinfo10
3 files changed, 15 insertions, 8 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile
index e5f139f0b8a..370d2e5e40d 100644
--- a/net/gallery-dl/Makefile
+++ b/net/gallery-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2020/06/29 11:39:07 leot Exp $
+# $NetBSD: Makefile,v 1.60 2020/07/18 17:17:04 leot Exp $
-DISTNAME= gallery_dl-1.14.2
+DISTNAME= gallery_dl-1.14.3
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 d827cf599bf..a0a7306f088 100644
--- a/net/gallery-dl/PLIST
+++ b/net/gallery-dl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2020/05/31 19:47:01 leot Exp $
+@comment $NetBSD: PLIST,v 1.43 2020/07/18 17:17:04 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -237,6 +237,9 @@ ${PYSITELIB}/gallery_dl/extractor/mangafox.pyo
${PYSITELIB}/gallery_dl/extractor/mangahere.py
${PYSITELIB}/gallery_dl/extractor/mangahere.pyc
${PYSITELIB}/gallery_dl/extractor/mangahere.pyo
+${PYSITELIB}/gallery_dl/extractor/mangakakalot.py
+${PYSITELIB}/gallery_dl/extractor/mangakakalot.pyc
+${PYSITELIB}/gallery_dl/extractor/mangakakalot.pyo
${PYSITELIB}/gallery_dl/extractor/mangapanda.py
${PYSITELIB}/gallery_dl/extractor/mangapanda.pyc
${PYSITELIB}/gallery_dl/extractor/mangapanda.pyo
@@ -372,6 +375,9 @@ ${PYSITELIB}/gallery_dl/extractor/smugmug.pyo
${PYSITELIB}/gallery_dl/extractor/speakerdeck.py
${PYSITELIB}/gallery_dl/extractor/speakerdeck.pyc
${PYSITELIB}/gallery_dl/extractor/speakerdeck.pyo
+${PYSITELIB}/gallery_dl/extractor/subscribestar.py
+${PYSITELIB}/gallery_dl/extractor/subscribestar.pyc
+${PYSITELIB}/gallery_dl/extractor/subscribestar.pyo
${PYSITELIB}/gallery_dl/extractor/test.py
${PYSITELIB}/gallery_dl/extractor/test.pyc
${PYSITELIB}/gallery_dl/extractor/test.pyo
@@ -468,3 +474,4 @@ ${PYSITELIB}/gallery_dl/version.pyo
man/man1/gallery-dl.1
man/man5/gallery-dl.conf.5
share/bash-completion/completions/gallery-dl
+share/zsh/site-functions/_gallery-dl
diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo
index d5782029117..c495231e9b8 100644
--- a/net/gallery-dl/distinfo
+++ b/net/gallery-dl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.57 2020/06/29 11:39:07 leot Exp $
+$NetBSD: distinfo,v 1.58 2020/07/18 17:17:04 leot Exp $
-SHA1 (gallery_dl-1.14.2.tar.gz) = 90a91294eaf88a209c47d976a4957220e0f8dcd4
-RMD160 (gallery_dl-1.14.2.tar.gz) = 20a3464c2b7d8f74c7c326ca2606c3bef24316a4
-SHA512 (gallery_dl-1.14.2.tar.gz) = 7609b74d8722a51a977046ca10a7234abe046f5442392ff38c667107643d6b8abc4558f88249f4eadb6b5fd303c067aa70a5eefd520313e42678525993ba64f6
-Size (gallery_dl-1.14.2.tar.gz) = 307031 bytes
+SHA1 (gallery_dl-1.14.3.tar.gz) = 33eceffa2dcc02288cb68ec0dac4b199247c5a0e
+RMD160 (gallery_dl-1.14.3.tar.gz) = 263ce3acc0073d59ad2d9194aec9b24a378e7e30
+SHA512 (gallery_dl-1.14.3.tar.gz) = 6fd06f6e88fc308140a0c4edf0d99a0e35d0ff68ff6f9db0a89d682e7774bbe57030b634096ff17b20ac07c5f1f6c5a0a06af099059ccc1880ea8bed068a12d2
+Size (gallery_dl-1.14.3.tar.gz) = 312148 bytes
SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce