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 to 1.10.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7cf147a902
branches:  trunk
changeset: 339219:ec7cf147a902
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Sep 08 20:16:13 2019 +0000

description:
gallery-dl: Update to 1.10.4

Changes:
1.10.4
------
### Additions
 - Support for
   - `lineblog` (#404)
   - `fuskator` (#407)
 - `ugoira` option for `danbooru` to download pre-rendered ugoira
   animations (#406)

### Fixes
 - Download the correct files from `twitter` replies (#403)
 - Prevent crash when trying to use unavailable downloader modules (#405)
 - Fix `pixiv` authentication (#411)
 - Improve `exhentai` image limit checks
 - Miscellaneous fixes for `hentaicafe`, `simplyhentai`, `tumblr`

diffstat:

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

diffs (57 lines):

diff -r be60c1fd5162 -r ec7cf147a902 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Sep 08 20:04:54 2019 +0000
+++ b/net/gallery-dl/Makefile   Sun Sep 08 20:16:13 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2019/08/30 18:16:13 leot Exp $
+# $NetBSD: Makefile,v 1.42 2019/09/08 20:16:13 leot Exp $
 
-DISTNAME=      gallery_dl-1.10.3
+DISTNAME=      gallery_dl-1.10.4
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r be60c1fd5162 -r ec7cf147a902 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Sep 08 20:04:54 2019 +0000
+++ b/net/gallery-dl/PLIST      Sun Sep 08 20:16:13 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2019/08/01 21:40:15 leot Exp $
+@comment $NetBSD: PLIST,v 1.33 2019/09/08 20:16:13 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -120,6 +120,9 @@
 ${PYSITELIB}/gallery_dl/extractor/foolslide.py
 ${PYSITELIB}/gallery_dl/extractor/foolslide.pyc
 ${PYSITELIB}/gallery_dl/extractor/foolslide.pyo
+${PYSITELIB}/gallery_dl/extractor/fuskator.py
+${PYSITELIB}/gallery_dl/extractor/fuskator.pyc
+${PYSITELIB}/gallery_dl/extractor/fuskator.pyo
 ${PYSITELIB}/gallery_dl/extractor/gelbooru.py
 ${PYSITELIB}/gallery_dl/extractor/gelbooru.pyc
 ${PYSITELIB}/gallery_dl/extractor/gelbooru.pyo
@@ -195,6 +198,9 @@
 ${PYSITELIB}/gallery_dl/extractor/konachan.py
 ${PYSITELIB}/gallery_dl/extractor/konachan.pyc
 ${PYSITELIB}/gallery_dl/extractor/konachan.pyo
+${PYSITELIB}/gallery_dl/extractor/lineblog.py
+${PYSITELIB}/gallery_dl/extractor/lineblog.pyc
+${PYSITELIB}/gallery_dl/extractor/lineblog.pyo
 ${PYSITELIB}/gallery_dl/extractor/livedoor.py
 ${PYSITELIB}/gallery_dl/extractor/livedoor.pyc
 ${PYSITELIB}/gallery_dl/extractor/livedoor.pyo
diff -r be60c1fd5162 -r ec7cf147a902 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Sep 08 20:04:54 2019 +0000
+++ b/net/gallery-dl/distinfo   Sun Sep 08 20:16:13 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2019/08/30 18:16:13 leot Exp $
+$NetBSD: distinfo,v 1.40 2019/09/08 20:16:13 leot Exp $
 
-SHA1 (gallery_dl-1.10.3.tar.gz) = 36a60a8b7c6ea8a93b03344eba2f02999d502659
-RMD160 (gallery_dl-1.10.3.tar.gz) = 9c1b4ad29c2ac5d2e991d91043d239e8c799807f
-SHA512 (gallery_dl-1.10.3.tar.gz) = 875c3b75f8dfdbc7f7dc5565ca11525c6a544b4613358e67599d98d6da1fe9dcbad38efa7289a608954410cd12ae29ee79e3fd0569eb7fb16a3a7d58a46dcc37
-Size (gallery_dl-1.10.3.tar.gz) = 225504 bytes
+SHA1 (gallery_dl-1.10.4.tar.gz) = faa78e89b07c6605a2110116e94270ecdc7f3bf2
+RMD160 (gallery_dl-1.10.4.tar.gz) = f638168e2b6d4c03146a4e92dfdadaea9f59c381
+SHA512 (gallery_dl-1.10.4.tar.gz) = 6a574f2657a967c5cb64bd414b33a6d45ba2ba7e6ff0eb90a9b16bebcf320e5da1e465fafa2b9fbddb0e08b5cae4eae91c82fe35b6ebbf01413a29863457654c
+Size (gallery_dl-1.10.4.tar.gz) = 228479 bytes
 SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index