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.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/f55c342c5403
branches: trunk
changeset: 458297:f55c342c5403
user: leot <leot%pkgsrc.org@localhost>
date: Sun Sep 12 10:36:47 2021 +0000
description:
gallery-dl: Update to 1.18.4
Changes:
1.18.4
------
### Additions
- [420chan] add `thread` and `board` extractors
- [deviantart] add `tag` extractor
- [deviantart] add `comments` option
- [deviantart] implement a `auto-watch` option
- [foolfuuka] add `gallery` extractor
- [furaffinity] expand URL pattern for searches
- [kemonoparty] automatically generate required DDoS-GUARD cookies
- [nhentai] add `favorite` extractor
- [shopify] support windsorstore.com
- [twitter] add `url` to user objects
- [twitter] expand t.co links in user descriptions
- show a warning if an extractor doesn`t yield any results
- add a `j` format string conversion
- implement a `fallback` option
- implement a `path-strip` option
### Changes
- [shopify] use API for product listings
- update default User-Agent headers
### Fixes
- [deviantart] prevent exceptions for "empty" videos
- [exhentai] improve image limits check
- [inkbunny] fix extraction
- [mangadex] prevent exceptions for manga without English title
- [oauth] use defaults when config values are set to `null`
- [pixiv] fix pixivision title extraction
- [reddit] delay RedditAPI initialization
- [twitter] improve error reporting
- [twitter] fix issue when filtering quote tweets
- [twitter] fix `logout` option
### Removals
- [deviantart] remove the "you need session cookies to download mature scraps" warning
- [foolslide] remove entry for kobato.hologfx.com
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 615ccf5652f4 -r f55c342c5403 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile Sun Sep 12 10:23:09 2021 +0000
+++ b/net/gallery-dl/Makefile Sun Sep 12 10:36:47 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2021/08/18 16:03:48 leot Exp $
+# $NetBSD: Makefile,v 1.82 2021/09/12 10:36:47 leot Exp $
-DISTNAME= gallery_dl-1.18.3
+DISTNAME= gallery_dl-1.18.4
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 615ccf5652f4 -r f55c342c5403 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST Sun Sep 12 10:23:09 2021 +0000
+++ b/net/gallery-dl/PLIST Sun Sep 12 10:36:47 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.58 2021/08/18 16:03:48 leot Exp $
+@comment $NetBSD: PLIST,v 1.59 2021/09/12 10:36:47 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -45,6 +45,9 @@
${PYSITELIB}/gallery_dl/extractor/3dbooru.py
${PYSITELIB}/gallery_dl/extractor/3dbooru.pyc
${PYSITELIB}/gallery_dl/extractor/3dbooru.pyo
+${PYSITELIB}/gallery_dl/extractor/420chan.py
+${PYSITELIB}/gallery_dl/extractor/420chan.pyc
+${PYSITELIB}/gallery_dl/extractor/420chan.pyo
${PYSITELIB}/gallery_dl/extractor/4chan.py
${PYSITELIB}/gallery_dl/extractor/4chan.pyc
${PYSITELIB}/gallery_dl/extractor/4chan.pyo
diff -r 615ccf5652f4 -r f55c342c5403 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo Sun Sep 12 10:23:09 2021 +0000
+++ b/net/gallery-dl/distinfo Sun Sep 12 10:36:47 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.78 2021/08/18 16:03:48 leot Exp $
+$NetBSD: distinfo,v 1.79 2021/09/12 10:36:47 leot Exp $
-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 (gallery_dl-1.18.4.tar.gz) = 9b5a30cc886feae796a22070cbf847d6d95fced5
+RMD160 (gallery_dl-1.18.4.tar.gz) = da535a0f4c21f689908fc9305c24651ac1dfddfc
+SHA512 (gallery_dl-1.18.4.tar.gz) = 3924e7a1fe206a7ec46ad8b098b2bba9c329087b4a6728cd5d032d3a260c0f22ce920c9699476593d802129e13c0788a1aaa0fe886fdd89f609e5d3a6abe5f28
+Size (gallery_dl-1.18.4.tar.gz) = 368537 bytes
SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d
Home |
Main Index |
Thread Index |
Old Index