pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gallery-dl
Module Name: pkgsrc
Committed By: leot
Date: Sun Sep 12 10:36:47 UTC 2021
Modified Files:
pkgsrc/net/gallery-dl: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/gallery-dl/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/gallery-dl/PLIST
cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/gallery-dl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gallery-dl/Makefile
diff -u pkgsrc/net/gallery-dl/Makefile:1.81 pkgsrc/net/gallery-dl/Makefile:1.82
--- pkgsrc/net/gallery-dl/Makefile:1.81 Wed Aug 18 16:03:48 2021
+++ pkgsrc/net/gallery-dl/Makefile Sun Sep 12 10:36:47 2021
@@ -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/}
Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.58 pkgsrc/net/gallery-dl/PLIST:1.59
--- pkgsrc/net/gallery-dl/PLIST:1.58 Wed Aug 18 16:03:48 2021
+++ pkgsrc/net/gallery-dl/PLIST Sun Sep 12 10:36:47 2021
@@ -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/35phot
${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
Index: pkgsrc/net/gallery-dl/distinfo
diff -u pkgsrc/net/gallery-dl/distinfo:1.78 pkgsrc/net/gallery-dl/distinfo:1.79
--- pkgsrc/net/gallery-dl/distinfo:1.78 Wed Aug 18 16:03:48 2021
+++ pkgsrc/net/gallery-dl/distinfo Sun Sep 12 10:36:47 2021
@@ -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