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.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/538c7d9ab294
branches:  trunk
changeset: 372497:538c7d9ab294
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Dec 09 10:41:05 2017 +0000

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

Changes:
1.1.0
-----
 * Added the `-r/--limit-rate` command-line option to set a maximum download
   rate
 * Added the `--sleep` command-line option to specify the number of seconds
   to sleep before each download
 * Updated `gelbooru` to no longer use their now disabled API
 * Fixed SWF extraction for `sankaku` (#52)
 * Fixed extraction issues for `hentai2read` and `khinsider`
 * Removed the deprecated `--images` and `--chapters` options
 * Removed the `mangazuki` module

diffstat:

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

diffs (47 lines):

diff -r 0e90909be37d -r 538c7d9ab294 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sat Dec 09 03:31:30 2017 +0000
+++ b/net/gallery-dl/Makefile   Sat Dec 09 10:41:05 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/11/25 18:34:23 leot Exp $
+# $NetBSD: Makefile,v 1.5 2017/12/09 10:41:05 leot Exp $
 
-DISTNAME=      gallery_dl-1.0.2
+DISTNAME=      gallery_dl-1.1.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 0e90909be37d -r 538c7d9ab294 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sat Dec 09 03:31:30 2017 +0000
+++ b/net/gallery-dl/PLIST      Sat Dec 09 10:41:05 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/12 13:50:59 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/12/09 10:41:05 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -204,9 +204,6 @@
 ${PYSITELIB}/gallery_dl/extractor/mangastream.py
 ${PYSITELIB}/gallery_dl/extractor/mangastream.pyc
 ${PYSITELIB}/gallery_dl/extractor/mangastream.pyo
-${PYSITELIB}/gallery_dl/extractor/mangazuki.py
-${PYSITELIB}/gallery_dl/extractor/mangazuki.pyc
-${PYSITELIB}/gallery_dl/extractor/mangazuki.pyo
 ${PYSITELIB}/gallery_dl/extractor/message.py
 ${PYSITELIB}/gallery_dl/extractor/message.pyc
 ${PYSITELIB}/gallery_dl/extractor/message.pyo
diff -r 0e90909be37d -r 538c7d9ab294 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sat Dec 09 03:31:30 2017 +0000
+++ b/net/gallery-dl/distinfo   Sat Dec 09 10:41:05 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/11/25 18:34:23 leot Exp $
+$NetBSD: distinfo,v 1.5 2017/12/09 10:41:05 leot Exp $
 
-SHA1 (gallery_dl-1.0.2.tar.gz) = 05c82d44b9d85a27c27c6ba6a1aa9adc6d7b6976
-RMD160 (gallery_dl-1.0.2.tar.gz) = 1bfb8d4d577101c556e5b3f2b77a2acbbb1dd9d7
-SHA512 (gallery_dl-1.0.2.tar.gz) = 427e43592823f6bf77cd6018caac2f5293953a6df1124f2cd82cb3dc0736cb0c9ffde0ec0ad0e9aa3cf5f20a47facee5bf8d2ebdfa53439c8503385e9dbc2161
-Size (gallery_dl-1.0.2.tar.gz) = 110824 bytes
+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 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355



Home | Main Index | Thread Index | Old Index