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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/891087ce1acd
branches:  trunk
changeset: 407491:891087ce1acd
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jan 05 21:53:55 2020 +0000

description:
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)

diffstat:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 1c59bc896a68 -r 891087ce1acd net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Jan 05 21:48:45 2020 +0000
+++ b/net/gallery-dl/Makefile   Sun Jan 05 21:53:55 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2019/12/28 21:44:17 leot Exp $
+# $NetBSD: Makefile,v 1.48 2020/01/05 21:53:55 leot Exp $
 
-DISTNAME=      gallery_dl-1.12.1
+DISTNAME=      gallery_dl-1.12.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 1c59bc896a68 -r 891087ce1acd net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Jan 05 21:48:45 2020 +0000
+++ b/net/gallery-dl/distinfo   Sun Jan 05 21:53:55 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.45 2019/12/28 21:44:17 leot Exp $
+$NetBSD: distinfo,v 1.46 2020/01/05 21:53:55 leot Exp $
 
-SHA1 (gallery_dl-1.12.1.tar.gz) = b1d868888fd0045f1e78e30478c98831e5d91ee2
-RMD160 (gallery_dl-1.12.1.tar.gz) = a87f9df450f9135d657fb96d5893ff681aed52c5
-SHA512 (gallery_dl-1.12.1.tar.gz) = cca209e6b9f085a045988cea1e4c25609a8073f8ecade0ea2b4e87c29d7c2c0fd86cd74a4dd1ba4d78e2b92ba1cb218234f992c3c7d30804170898850431230b
-Size (gallery_dl-1.12.1.tar.gz) = 249607 bytes
+SHA1 (gallery_dl-1.12.2.tar.gz) = 4cb6193ea082baeb6d65b2f51d9395d8fe4a35e6
+RMD160 (gallery_dl-1.12.2.tar.gz) = e63c6047916d52a29f35377486551b0eaa360d01
+SHA512 (gallery_dl-1.12.2.tar.gz) = c41c3fbf2b3c78bb279b5f072250ca10c81ec6fa22d1417dfb10e5df161fa2252356b74e1454244bc3c65b5915a34fbdf9f268f2cb3147d3b457d1b3a99e8a96
+Size (gallery_dl-1.12.2.tar.gz) = 251792 bytes
 SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index