Mon Jan 20 10:33:04 2020 UTC ()
gallery-dl: Update to 1.12.3

1.12.3
------
### Additions
- [hentaifoundry] extract more metadata (#565)
- [twitter] add option to extract TwitPic embeds (#579)
- implement a post-processor module to compare file versions (#530)

### Fixes
- [hitomi] update image URL generation
- [mangadex] revert domain to `mangadex.org`
- [pinterest] improve detection of invalid pin.it links
- [pixiv] update URL patterns for user profiles and bookmarks (#568)
- [twitter] Fix stop before real end (#573)
- remove temp files before downloading from fallback URLs

### Removals
- [erolord] remove extractor


(leot)
diff -r1.48 -r1.49 pkgsrc/net/gallery-dl/Makefile
diff -r1.35 -r1.36 pkgsrc/net/gallery-dl/PLIST
diff -r1.46 -r1.47 pkgsrc/net/gallery-dl/distinfo
diff -r1.3 -r1.4 pkgsrc/net/gallery-dl/patches/patch-gallery__dl_version.py

cvs diff -r1.48 -r1.49 pkgsrc/net/gallery-dl/Makefile (expand / switch to unified diff)

--- pkgsrc/net/gallery-dl/Makefile 2020/01/05 21:53:55 1.48
+++ pkgsrc/net/gallery-dl/Makefile 2020/01/20 10:33:04 1.49
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.48 2020/01/05 21:53:55 leot Exp $ 1# $NetBSD: Makefile,v 1.49 2020/01/20 10:33:04 leot Exp $
2 2
3DISTNAME= gallery_dl-1.12.2 3DISTNAME= gallery_dl-1.12.3
4PKGNAME= ${DISTNAME:S/_/-/} 4PKGNAME= ${DISTNAME:S/_/-/}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
7 7
8MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= https://github.com/mikf/gallery-dl 9HOMEPAGE= https://github.com/mikf/gallery-dl
10COMMENT= Command-line program to download image galleries and collections 10COMMENT= Command-line program to download image galleries and collections
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 13DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
14DEPENDS+= ${PYPKGPREFIX}-requests>=2.11.0:../../devel/py-requests 14DEPENDS+= ${PYPKGPREFIX}-requests>=2.11.0:../../devel/py-requests
15 15
16SUBST_CLASSES+= paths 16SUBST_CLASSES+= paths

cvs diff -r1.35 -r1.36 pkgsrc/net/gallery-dl/PLIST (expand / switch to unified diff)

--- pkgsrc/net/gallery-dl/PLIST 2019/12/28 21:44:17 1.35
+++ pkgsrc/net/gallery-dl/PLIST 2020/01/20 10:33:04 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.35 2019/12/28 21:44:17 leot Exp $ 1@comment $NetBSD: PLIST,v 1.36 2020/01/20 10:33:04 leot Exp $
2bin/gallery-dl 2bin/gallery-dl
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/gallery_dl/__init__.py 9${PYSITELIB}/gallery_dl/__init__.py
10${PYSITELIB}/gallery_dl/__init__.pyc 10${PYSITELIB}/gallery_dl/__init__.pyc
11${PYSITELIB}/gallery_dl/__init__.pyo 11${PYSITELIB}/gallery_dl/__init__.pyo
12${PYSITELIB}/gallery_dl/__main__.py 12${PYSITELIB}/gallery_dl/__main__.py
13${PYSITELIB}/gallery_dl/__main__.pyc 13${PYSITELIB}/gallery_dl/__main__.pyc
14${PYSITELIB}/gallery_dl/__main__.pyo 14${PYSITELIB}/gallery_dl/__main__.pyo
@@ -89,29 +89,26 @@ ${PYSITELIB}/gallery_dl/extractor/danboo @@ -89,29 +89,26 @@ ${PYSITELIB}/gallery_dl/extractor/danboo
89${PYSITELIB}/gallery_dl/extractor/danbooru.pyo 89${PYSITELIB}/gallery_dl/extractor/danbooru.pyo
90${PYSITELIB}/gallery_dl/extractor/deviantart.py 90${PYSITELIB}/gallery_dl/extractor/deviantart.py
91${PYSITELIB}/gallery_dl/extractor/deviantart.pyc 91${PYSITELIB}/gallery_dl/extractor/deviantart.pyc
92${PYSITELIB}/gallery_dl/extractor/deviantart.pyo 92${PYSITELIB}/gallery_dl/extractor/deviantart.pyo
93${PYSITELIB}/gallery_dl/extractor/directlink.py 93${PYSITELIB}/gallery_dl/extractor/directlink.py
94${PYSITELIB}/gallery_dl/extractor/directlink.pyc 94${PYSITELIB}/gallery_dl/extractor/directlink.pyc
95${PYSITELIB}/gallery_dl/extractor/directlink.pyo 95${PYSITELIB}/gallery_dl/extractor/directlink.pyo
96${PYSITELIB}/gallery_dl/extractor/dynastyscans.py 96${PYSITELIB}/gallery_dl/extractor/dynastyscans.py
97${PYSITELIB}/gallery_dl/extractor/dynastyscans.pyc 97${PYSITELIB}/gallery_dl/extractor/dynastyscans.pyc
98${PYSITELIB}/gallery_dl/extractor/dynastyscans.pyo 98${PYSITELIB}/gallery_dl/extractor/dynastyscans.pyo
99${PYSITELIB}/gallery_dl/extractor/e621.py 99${PYSITELIB}/gallery_dl/extractor/e621.py
100${PYSITELIB}/gallery_dl/extractor/e621.pyc 100${PYSITELIB}/gallery_dl/extractor/e621.pyc
101${PYSITELIB}/gallery_dl/extractor/e621.pyo 101${PYSITELIB}/gallery_dl/extractor/e621.pyo
102${PYSITELIB}/gallery_dl/extractor/erolord.py 
103${PYSITELIB}/gallery_dl/extractor/erolord.pyc 
104${PYSITELIB}/gallery_dl/extractor/erolord.pyo 
105${PYSITELIB}/gallery_dl/extractor/exhentai.py 102${PYSITELIB}/gallery_dl/extractor/exhentai.py
106${PYSITELIB}/gallery_dl/extractor/exhentai.pyc 103${PYSITELIB}/gallery_dl/extractor/exhentai.pyc
107${PYSITELIB}/gallery_dl/extractor/exhentai.pyo 104${PYSITELIB}/gallery_dl/extractor/exhentai.pyo
108${PYSITELIB}/gallery_dl/extractor/fallenangels.py 105${PYSITELIB}/gallery_dl/extractor/fallenangels.py
109${PYSITELIB}/gallery_dl/extractor/fallenangels.pyc 106${PYSITELIB}/gallery_dl/extractor/fallenangels.pyc
110${PYSITELIB}/gallery_dl/extractor/fallenangels.pyo 107${PYSITELIB}/gallery_dl/extractor/fallenangels.pyo
111${PYSITELIB}/gallery_dl/extractor/flickr.py 108${PYSITELIB}/gallery_dl/extractor/flickr.py
112${PYSITELIB}/gallery_dl/extractor/flickr.pyc 109${PYSITELIB}/gallery_dl/extractor/flickr.pyc
113${PYSITELIB}/gallery_dl/extractor/flickr.pyo 110${PYSITELIB}/gallery_dl/extractor/flickr.pyo
114${PYSITELIB}/gallery_dl/extractor/foolfuuka.py 111${PYSITELIB}/gallery_dl/extractor/foolfuuka.py
115${PYSITELIB}/gallery_dl/extractor/foolfuuka.pyc 112${PYSITELIB}/gallery_dl/extractor/foolfuuka.pyc
116${PYSITELIB}/gallery_dl/extractor/foolfuuka.pyo 113${PYSITELIB}/gallery_dl/extractor/foolfuuka.pyo
117${PYSITELIB}/gallery_dl/extractor/foolslide.py 114${PYSITELIB}/gallery_dl/extractor/foolslide.py
@@ -401,26 +398,29 @@ ${PYSITELIB}/gallery_dl/option.pyc @@ -401,26 +398,29 @@ ${PYSITELIB}/gallery_dl/option.pyc
401${PYSITELIB}/gallery_dl/option.pyo 398${PYSITELIB}/gallery_dl/option.pyo
402${PYSITELIB}/gallery_dl/output.py 399${PYSITELIB}/gallery_dl/output.py
403${PYSITELIB}/gallery_dl/output.pyc 400${PYSITELIB}/gallery_dl/output.pyc
404${PYSITELIB}/gallery_dl/output.pyo 401${PYSITELIB}/gallery_dl/output.pyo
405${PYSITELIB}/gallery_dl/postprocessor/__init__.py 402${PYSITELIB}/gallery_dl/postprocessor/__init__.py
406${PYSITELIB}/gallery_dl/postprocessor/__init__.pyc 403${PYSITELIB}/gallery_dl/postprocessor/__init__.pyc
407${PYSITELIB}/gallery_dl/postprocessor/__init__.pyo 404${PYSITELIB}/gallery_dl/postprocessor/__init__.pyo
408${PYSITELIB}/gallery_dl/postprocessor/classify.py 405${PYSITELIB}/gallery_dl/postprocessor/classify.py
409${PYSITELIB}/gallery_dl/postprocessor/classify.pyc 406${PYSITELIB}/gallery_dl/postprocessor/classify.pyc
410${PYSITELIB}/gallery_dl/postprocessor/classify.pyo 407${PYSITELIB}/gallery_dl/postprocessor/classify.pyo
411${PYSITELIB}/gallery_dl/postprocessor/common.py 408${PYSITELIB}/gallery_dl/postprocessor/common.py
412${PYSITELIB}/gallery_dl/postprocessor/common.pyc 409${PYSITELIB}/gallery_dl/postprocessor/common.pyc
413${PYSITELIB}/gallery_dl/postprocessor/common.pyo 410${PYSITELIB}/gallery_dl/postprocessor/common.pyo
 411${PYSITELIB}/gallery_dl/postprocessor/compare.py
 412${PYSITELIB}/gallery_dl/postprocessor/compare.pyc
 413${PYSITELIB}/gallery_dl/postprocessor/compare.pyo
414${PYSITELIB}/gallery_dl/postprocessor/exec.py 414${PYSITELIB}/gallery_dl/postprocessor/exec.py
415${PYSITELIB}/gallery_dl/postprocessor/exec.pyc 415${PYSITELIB}/gallery_dl/postprocessor/exec.pyc
416${PYSITELIB}/gallery_dl/postprocessor/exec.pyo 416${PYSITELIB}/gallery_dl/postprocessor/exec.pyo
417${PYSITELIB}/gallery_dl/postprocessor/metadata.py 417${PYSITELIB}/gallery_dl/postprocessor/metadata.py
418${PYSITELIB}/gallery_dl/postprocessor/metadata.pyc 418${PYSITELIB}/gallery_dl/postprocessor/metadata.pyc
419${PYSITELIB}/gallery_dl/postprocessor/metadata.pyo 419${PYSITELIB}/gallery_dl/postprocessor/metadata.pyo
420${PYSITELIB}/gallery_dl/postprocessor/mtime.py 420${PYSITELIB}/gallery_dl/postprocessor/mtime.py
421${PYSITELIB}/gallery_dl/postprocessor/mtime.pyc 421${PYSITELIB}/gallery_dl/postprocessor/mtime.pyc
422${PYSITELIB}/gallery_dl/postprocessor/mtime.pyo 422${PYSITELIB}/gallery_dl/postprocessor/mtime.pyo
423${PYSITELIB}/gallery_dl/postprocessor/ugoira.py 423${PYSITELIB}/gallery_dl/postprocessor/ugoira.py
424${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyc 424${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyc
425${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyo 425${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyo
426${PYSITELIB}/gallery_dl/postprocessor/zip.py 426${PYSITELIB}/gallery_dl/postprocessor/zip.py

cvs diff -r1.46 -r1.47 pkgsrc/net/gallery-dl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/gallery-dl/distinfo 2020/01/05 21:53:55 1.46
+++ pkgsrc/net/gallery-dl/distinfo 2020/01/20 10:33:04 1.47
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.46 2020/01/05 21:53:55 leot Exp $ 1$NetBSD: distinfo,v 1.47 2020/01/20 10:33:04 leot Exp $
2 2
3SHA1 (gallery_dl-1.12.2.tar.gz) = 4cb6193ea082baeb6d65b2f51d9395d8fe4a35e6 3SHA1 (gallery_dl-1.12.3.tar.gz) = 4e0899444341e78d8e073883c3a28d0f3eca9c57
4RMD160 (gallery_dl-1.12.2.tar.gz) = e63c6047916d52a29f35377486551b0eaa360d01 4RMD160 (gallery_dl-1.12.3.tar.gz) = e5fa9955a619e073bd59db498d2b3621ec806c19
5SHA512 (gallery_dl-1.12.2.tar.gz) = c41c3fbf2b3c78bb279b5f072250ca10c81ec6fa22d1417dfb10e5df161fa2252356b74e1454244bc3c65b5915a34fbdf9f268f2cb3147d3b457d1b3a99e8a96 5SHA512 (gallery_dl-1.12.3.tar.gz) = d06e17d88daccb5822a5c8684309d633b0bf6680c1cf0c2c482079fa5a3ae1a9524a22190231e4e03ddb708b437e2a1d57a7b728cf971f10de1ddf144f393fd2
6Size (gallery_dl-1.12.2.tar.gz) = 251792 bytes 6Size (gallery_dl-1.12.3.tar.gz) = 252764 bytes
7SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 7SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce

cvs diff -r1.3 -r1.4 pkgsrc/net/gallery-dl/patches/Attic/patch-gallery__dl_version.py (expand / switch to unified diff)

--- pkgsrc/net/gallery-dl/patches/Attic/patch-gallery__dl_version.py 2019/02/05 21:18:04 1.3
+++ pkgsrc/net/gallery-dl/patches/Attic/patch-gallery__dl_version.py 2020/01/20 10:33:04 1.4