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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b9b8834755
branches:  trunk
changeset: 457131:61b9b8834755
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Aug 18 16:03:48 2021 +0000

description:
gallery-dl: Update to 1.18.3

Changes:
Additions
---------
[bbc] add width option (#1706)
[danbooru] add external option (#1747)
[furaffinity] add external option (#1492)
[luscious] add gif option (#1701)
[newgrounds] add format option (#1729)
[reactor] add gif option (#1701)
[twitter] warn about suspended accounts (#1759)
[twitter] extend replies option (#1254)
[twitter] add option to log out and retry when blocked (#1719)
[wikieat] add thread and board extractors (#1699, #1607)

Changes
-------
[instagram] increase default delay between HTTP requests from 5s to 8s (#1732)

Fixes
-----
[bbc] improve image dimensions (#1706)
[bbc] support multi-page gallery listings (#1730)
[behance] fix collection extraction
[deviantart] get original files for GIF previews (#1731)
[furaffinity] fix errors when using category-transfer (#1274)
[hitomi] fix image URLs (#1765)
[instagram] use custom User-Agent header for video downloads (#1682, #1623, #1580)
[kemonoparty] fix username extraction (#1750)
[kemonoparty] update file server domain (#1764)
[newgrounds] fix errors when using category-transfer (#1274)
[nsfwalbum] retry backend requests when extracting image URLs (#1733, #1271)
[vk] prevent exception for empty/private profiles (#1742)

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 67c0caeb4fb0 -r 61b9b8834755 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Wed Aug 18 13:34:07 2021 +0000
+++ b/net/gallery-dl/Makefile   Wed Aug 18 16:03:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2021/07/25 20:42:33 leot Exp $
+# $NetBSD: Makefile,v 1.81 2021/08/18 16:03:48 leot Exp $
 
-DISTNAME=      gallery_dl-1.18.2
+DISTNAME=      gallery_dl-1.18.3
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 67c0caeb4fb0 -r 61b9b8834755 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Wed Aug 18 13:34:07 2021 +0000
+++ b/net/gallery-dl/PLIST      Wed Aug 18 16:03:48 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2021/07/25 20:42:33 leot Exp $
+@comment $NetBSD: PLIST,v 1.58 2021/08/18 16:03:48 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -447,6 +447,9 @@
 ${PYSITELIB}/gallery_dl/extractor/wikiart.py
 ${PYSITELIB}/gallery_dl/extractor/wikiart.pyc
 ${PYSITELIB}/gallery_dl/extractor/wikiart.pyo
+${PYSITELIB}/gallery_dl/extractor/wikieat.py
+${PYSITELIB}/gallery_dl/extractor/wikieat.pyc
+${PYSITELIB}/gallery_dl/extractor/wikieat.pyo
 ${PYSITELIB}/gallery_dl/extractor/xhamster.py
 ${PYSITELIB}/gallery_dl/extractor/xhamster.pyc
 ${PYSITELIB}/gallery_dl/extractor/xhamster.pyo
diff -r 67c0caeb4fb0 -r 61b9b8834755 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Wed Aug 18 13:34:07 2021 +0000
+++ b/net/gallery-dl/distinfo   Wed Aug 18 16:03:48 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.77 2021/07/25 20:42:33 leot Exp $
+$NetBSD: distinfo,v 1.78 2021/08/18 16:03:48 leot Exp $
 
-SHA1 (gallery_dl-1.18.2.tar.gz) = 6d60c566a975bca0af49d983d3fd2a87f66f442d
-RMD160 (gallery_dl-1.18.2.tar.gz) = 463bbc21d2e252fba7df2eaf084b2315e32d1577
-SHA512 (gallery_dl-1.18.2.tar.gz) = b77ec9f66443bb257360961de8ee1f33e4c4945f905131ba60d0d7a5c87a4186382dde875150c013872232e835f03abae52b588cf9fcc64021c974eb210ad46e
-Size (gallery_dl-1.18.2.tar.gz) = 364192 bytes
+SHA1 (gallery_dl-1.18.3.tar.gz) = cbcc2749fe05e5df20cb7e3f9b58378f3566354e
+RMD160 (gallery_dl-1.18.3.tar.gz) = 1f0f5b26fa16e7b11a8fccab950fc8d6f8554c14
+SHA512 (gallery_dl-1.18.3.tar.gz) = 6c0352c6ab3faa1f58ec305185d9ee6afdafb69aaeb7c918340ddf7fcb0b3e643c7b70bc1539b2379b43b02943192537b728dd4fd73ae73d9e7b18c7f9c3a60d
+Size (gallery_dl-1.18.3.tar.gz) = 367453 bytes
 SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d



Home | Main Index | Thread Index | Old Index