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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71c46a19baf
branches:  trunk
changeset: 443900:a71c46a19baf
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Dec 31 17:33:08 2020 +0000

description:
gallery-dl: Update to 1.16.1

Changes:
1.16.1
------
### Additions
 - [instagram] add `include` option (#1180)
 - [pinterest] implement video support (#1189)
 - [sankaku] reimplement login support (#1176, #1182)
 - [sankaku] add support for sankaku.app URLs (#1193)

### Changes
 - [e621] return pool posts in order (#1195)
 - [hentaicafe] prefer title of `/hc.fyi/` pages (#1106)
 - [hentaicafe] simplify default filenames
 - [sankaku] normalize `created_at` metadata (#1190)
 - [postprocessor:exec] do not add missing `{}` to command (#1185)

### Fixes
 - [booru] improve error handling
 - [instagram] warn about private profiles (#1187)
 - [keenspot] improve redirect handling
 - [mangadex] respect `chapter-reverse` settings (#1194)
 - [pixiv] output debug message on failed login attempts (#1192)
 - increase SQLite connection timeouts (#1173)

### Removals
 - [mangapanda] remove 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 05d2916a3b12 -r a71c46a19baf net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Thu Dec 31 17:30:13 2020 +0000
+++ b/net/gallery-dl/Makefile   Thu Dec 31 17:33:08 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2020/12/12 22:39:54 leot Exp $
+# $NetBSD: Makefile,v 1.70 2020/12/31 17:33:08 leot Exp $
 
-DISTNAME=      gallery_dl-1.16.0
+DISTNAME=      gallery_dl-1.16.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 05d2916a3b12 -r a71c46a19baf net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Thu Dec 31 17:30:13 2020 +0000
+++ b/net/gallery-dl/PLIST      Thu Dec 31 17:33:08 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.47 2020/12/12 22:39:54 leot Exp $
+@comment $NetBSD: PLIST,v 1.48 2020/12/31 17:33:08 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -228,9 +228,6 @@
 ${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
 ${PYSITELIB}/gallery_dl/extractor/mangapark.py
 ${PYSITELIB}/gallery_dl/extractor/mangapark.pyc
 ${PYSITELIB}/gallery_dl/extractor/mangapark.pyo
diff -r 05d2916a3b12 -r a71c46a19baf net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Thu Dec 31 17:30:13 2020 +0000
+++ b/net/gallery-dl/distinfo   Thu Dec 31 17:33:08 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.66 2020/12/12 22:39:54 leot Exp $
+$NetBSD: distinfo,v 1.67 2020/12/31 17:33:08 leot Exp $
 
-SHA1 (gallery_dl-1.16.0.tar.gz) = 026c3d2257b38565cd2980ac4aed66bdab966803
-RMD160 (gallery_dl-1.16.0.tar.gz) = 4d42be067a97ba52cac72e309c0163f9387942ae
-SHA512 (gallery_dl-1.16.0.tar.gz) = 6b97d9abca26b4da0f037e9c351d583d57ed67d402f275006d8f53aa7c2f0f19c4710b4bf45879a28ba4d56cdef570894d7f9c307e3cb5d0a3edfdb10f043ec9
-Size (gallery_dl-1.16.0.tar.gz) = 321443 bytes
+SHA1 (gallery_dl-1.16.1.tar.gz) = e1ffd0fdab0ce283d0cafe6cf83b3efe03c8f345
+RMD160 (gallery_dl-1.16.1.tar.gz) = 6487b484976569724ad10b857bc7353138640009
+SHA512 (gallery_dl-1.16.1.tar.gz) = 8cd58e32e19d0c8efbf6191e817130cd5bee66db7ddbcb4acd745db60670441af6b1aeb15a9c381dab876f79f31ed45c634c6dfb024eb758e99ec089860ee120
+Size (gallery_dl-1.16.1.tar.gz) = 323106 bytes
 SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce



Home | Main Index | Thread Index | Old Index