Sun Jan 5 21:53:55 2020 UTC ()
gallery-dl: Update to 1.12.2

Changes:
1.12.2
------
### Additions
 - [deviantart] match new search/popular URLs (#538)
 - [deviantart] match `/favourites/all` URLs (#555)
 - [deviantart] add extractor for followed users (#515)
 - [pixiv] support listing followed users (#515)
 - [imagefap] handle beta.imagefap.com URLs (#552)
 - [postprocessor:metadata] add `directory` option (#520)

### Fixes
 - [artstation] fix search result pagination (#537)
 - [directlink] send Referer headers (#536)
 - [exhentai] restrict default directory name length (#545)
 - [mangadex] change domain to mangadex.cc (#559)
 - [mangahere] send `isAdult` cookies (#556)
 - [newgrounds] fix tags metadata extraction
 - [pixiv] retry after rate limit errors (#535)
 - [twitter] handle quoted tweets (#526)
 - [twitter] handle API rate limits (#526)
 - [twitter] fix URLs forwarded to youtube-dl (#540)
 - prevent infinite recursion when spawning new extractors (#489)
 - improve output of `--list-keywords` for "parent" extractors (#548)
 - provide fallback for SQLite versions with missing `WITHOUT ROWID`
   support (#553)


(leot)
diff -r1.47 -r1.48 pkgsrc/net/gallery-dl/Makefile
diff -r1.45 -r1.46 pkgsrc/net/gallery-dl/distinfo

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

--- pkgsrc/net/gallery-dl/Makefile 2019/12/28 21:44:17 1.47
+++ pkgsrc/net/gallery-dl/Makefile 2020/01/05 21:53:55 1.48
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.47 2019/12/28 21:44:17 leot Exp $ 1# $NetBSD: Makefile,v 1.48 2020/01/05 21:53:55 leot Exp $
2 2
3DISTNAME= gallery_dl-1.12.1 3DISTNAME= gallery_dl-1.12.2
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.45 -r1.46 pkgsrc/net/gallery-dl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/gallery-dl/distinfo 2019/12/28 21:44:17 1.45
+++ pkgsrc/net/gallery-dl/distinfo 2020/01/05 21:53:55 1.46
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.45 2019/12/28 21:44:17 leot Exp $ 1$NetBSD: distinfo,v 1.46 2020/01/05 21:53:55 leot Exp $
2 2
3SHA1 (gallery_dl-1.12.1.tar.gz) = b1d868888fd0045f1e78e30478c98831e5d91ee2 3SHA1 (gallery_dl-1.12.2.tar.gz) = 4cb6193ea082baeb6d65b2f51d9395d8fe4a35e6
4RMD160 (gallery_dl-1.12.1.tar.gz) = a87f9df450f9135d657fb96d5893ff681aed52c5 4RMD160 (gallery_dl-1.12.2.tar.gz) = e63c6047916d52a29f35377486551b0eaa360d01
5SHA512 (gallery_dl-1.12.1.tar.gz) = cca209e6b9f085a045988cea1e4c25609a8073f8ecade0ea2b4e87c29d7c2c0fd86cd74a4dd1ba4d78e2b92ba1cb218234f992c3c7d30804170898850431230b 5SHA512 (gallery_dl-1.12.2.tar.gz) = c41c3fbf2b3c78bb279b5f072250ca10c81ec6fa22d1417dfb10e5df161fa2252356b74e1454244bc3c65b5915a34fbdf9f268f2cb3147d3b457d1b3a99e8a96
6Size (gallery_dl-1.12.1.tar.gz) = 249607 bytes 6Size (gallery_dl-1.12.2.tar.gz) = 251792 bytes
7SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 7SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956