pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update net/gallery-dl to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf68548c339b
branches:  trunk
changeset: 371436:bf68548c339b
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Nov 12 13:50:59 2017 +0000

description:
gallery-dl: Update net/gallery-dl to 1.0.1

Changes:
 - Added support for: xvideos (#45)
 - Fixed exception handling during file downloads which could lead to a
   premature exit
 - Fixed an issue with tumblr where not all images would be downloaded when
   using tags (#48)
 - Fixed extraction issues for imgbox (#47), mangastream (#49), and
   mangahere

diffstat:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/PLIST    |   5 ++++-
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 96aef44659b0 -r bf68548c339b net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Nov 12 13:34:14 2017 +0000
+++ b/net/gallery-dl/Makefile   Sun Nov 12 13:50:59 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/28 16:46:40 leot Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/12 13:50:59 leot Exp $
 
-DISTNAME=      gallery_dl-1.0.0
+DISTNAME=      gallery_dl-1.0.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 96aef44659b0 -r bf68548c339b net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Nov 12 13:34:14 2017 +0000
+++ b/net/gallery-dl/PLIST      Sun Nov 12 13:50:59 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/28 16:46:40 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/11/12 13:50:59 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -291,6 +291,9 @@
 ${PYSITELIB}/gallery_dl/extractor/worldthree.py
 ${PYSITELIB}/gallery_dl/extractor/worldthree.pyc
 ${PYSITELIB}/gallery_dl/extractor/worldthree.pyo
+${PYSITELIB}/gallery_dl/extractor/xvideos.py
+${PYSITELIB}/gallery_dl/extractor/xvideos.pyc
+${PYSITELIB}/gallery_dl/extractor/xvideos.pyo
 ${PYSITELIB}/gallery_dl/extractor/yandere.py
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyc
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyo
diff -r 96aef44659b0 -r bf68548c339b net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Nov 12 13:34:14 2017 +0000
+++ b/net/gallery-dl/distinfo   Sun Nov 12 13:50:59 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/10/28 16:46:40 leot Exp $
+$NetBSD: distinfo,v 1.3 2017/11/12 13:50:59 leot Exp $
 
-SHA1 (gallery_dl-1.0.0.tar.gz) = 5a4efed0460922d79997d65f3f4602d51209d75e
-RMD160 (gallery_dl-1.0.0.tar.gz) = febebc2141224679435f9d7e541ac5ea19880a0b
-SHA512 (gallery_dl-1.0.0.tar.gz) = 7d36f86fd0f494be7f02791eaf07efe64900aa3a87fbbfb0cf397d892dd2d18e7f4130640e0b2db7e2945ffddfc374dbbf05fcb0a32c0edd99e225b64d74a31c
-Size (gallery_dl-1.0.0.tar.gz) = 108056 bytes
+SHA1 (gallery_dl-1.0.1.tar.gz) = 656d51503c1cb2ea5a815a49d5197d9dd9050ffd
+RMD160 (gallery_dl-1.0.1.tar.gz) = 375718168f72d9728091475e4321c3b6d51425a3
+SHA512 (gallery_dl-1.0.1.tar.gz) = 2a3a727a4a61fe499c2cb01a01982157992b13d5f81c0e4b03eecefdb4b0a25161b9b9674ae922b31147a4f24f752c36e78a20a9fe3cf6c40c459f3cceca3aff
+Size (gallery_dl-1.0.1.tar.gz) = 109300 bytes
 SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355



Home | Main Index | Thread Index | Old Index