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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4459893050fa
branches:  trunk
changeset: 456320:4459893050fa
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jul 25 20:42:33 2021 +0000

description:
gallery-dl: Update to 1.18.2

Changes:
1.18.2
------
### Additions
 - [bbc] add `gallery` and `programme` extractors
 - [comicvine] add extractor
 - [kemonoparty] add `max-posts` option
 - [kemonoparty] parse `o` query parameters
 - [mastodon] add `reblogs` and `replies` options
 - [pixiv] add extractor for `pixivision` articles
 - [ytdl] add experimental extractor for sites supported by youtube-dl
 - extend `parent-metadata` functionality
 - add `archive-prefix` option
 - add `url-metadata` option

### Changes
 - [kemonoparty] skip duplicated patreon files
 - [mangadex] use custom User-Agent header

### Fixes
 - [hitomi] fix image URLs
 - [imagevenue] fix extraction
 - [instagram] fix extraction of `/explore/tags/` posts
 - [moebooru] fix `tags` ending with a `+` when logged in
 - [naverwebtoon] fix comic extraction
 - [pururin] update domain and fix extraction
 - [vk] improve metadata extraction and URL pattern
 - [downloader:ytdl] fix `outtmpl` setting for yt-dlp

diffstat:

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

diffs (67 lines):

diff -r 507830f953f8 -r 4459893050fa net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Jul 25 20:29:50 2021 +0000
+++ b/net/gallery-dl/Makefile   Sun Jul 25 20:42:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2021/07/05 08:07:48 leot Exp $
+# $NetBSD: Makefile,v 1.80 2021/07/25 20:42:33 leot Exp $
 
-DISTNAME=      gallery_dl-1.18.1
+DISTNAME=      gallery_dl-1.18.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 507830f953f8 -r 4459893050fa net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Jul 25 20:29:50 2021 +0000
+++ b/net/gallery-dl/PLIST      Sun Jul 25 20:42:33 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2021/07/05 08:07:48 leot Exp $
+@comment $NetBSD: PLIST,v 1.57 2021/07/25 20:42:33 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -72,6 +72,9 @@
 ${PYSITELIB}/gallery_dl/extractor/aryion.py
 ${PYSITELIB}/gallery_dl/extractor/aryion.pyc
 ${PYSITELIB}/gallery_dl/extractor/aryion.pyo
+${PYSITELIB}/gallery_dl/extractor/bbc.py
+${PYSITELIB}/gallery_dl/extractor/bbc.pyc
+${PYSITELIB}/gallery_dl/extractor/bbc.pyo
 ${PYSITELIB}/gallery_dl/extractor/bcy.py
 ${PYSITELIB}/gallery_dl/extractor/bcy.pyc
 ${PYSITELIB}/gallery_dl/extractor/bcy.pyo
@@ -84,6 +87,9 @@
 ${PYSITELIB}/gallery_dl/extractor/booru.py
 ${PYSITELIB}/gallery_dl/extractor/booru.pyc
 ${PYSITELIB}/gallery_dl/extractor/booru.pyo
+${PYSITELIB}/gallery_dl/extractor/comicvine.py
+${PYSITELIB}/gallery_dl/extractor/comicvine.pyc
+${PYSITELIB}/gallery_dl/extractor/comicvine.pyo
 ${PYSITELIB}/gallery_dl/extractor/common.py
 ${PYSITELIB}/gallery_dl/extractor/common.pyc
 ${PYSITELIB}/gallery_dl/extractor/common.pyo
@@ -447,6 +453,9 @@
 ${PYSITELIB}/gallery_dl/extractor/xvideos.py
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo
+${PYSITELIB}/gallery_dl/extractor/ytdl.py
+${PYSITELIB}/gallery_dl/extractor/ytdl.pyc
+${PYSITELIB}/gallery_dl/extractor/ytdl.pyo
 ${PYSITELIB}/gallery_dl/job.py
 ${PYSITELIB}/gallery_dl/job.pyc
 ${PYSITELIB}/gallery_dl/job.pyo
diff -r 507830f953f8 -r 4459893050fa net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Jul 25 20:29:50 2021 +0000
+++ b/net/gallery-dl/distinfo   Sun Jul 25 20:42:33 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.76 2021/07/05 08:07:48 leot Exp $
+$NetBSD: distinfo,v 1.77 2021/07/25 20:42:33 leot Exp $
 
-SHA1 (gallery_dl-1.18.1.tar.gz) = dd47f18ab8b424dc2a602495c9f67d573aa469e6
-RMD160 (gallery_dl-1.18.1.tar.gz) = 30adc8d650eb84ac263d2b936e419cb8d17149cb
-SHA512 (gallery_dl-1.18.1.tar.gz) = b9466888c1ab7373152a8976e023ca4cc982a543e378426e0c527f465280353319d5c18965924773741198f36c98856932d5349c78ebd64acda5868e614f5298
-Size (gallery_dl-1.18.1.tar.gz) = 358803 bytes
+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 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d



Home | Main Index | Thread Index | Old Index