Source-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.14.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02f43f05fcd6
branches:  trunk
changeset: 434947:02f43f05fcd6
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jun 29 11:39:07 2020 +0000

description:
gallery-dl: Update to 1.14.2

Changes:
1.14.2
------
### Additions
- [artstation] add `date` metadata field (#839)
- [mastodon] add `date` metadata field (#839)
- [pinterest] add support for board sections (#835)
- [twitter] add extractor for liked tweets (#837)
- [twitter] add option to filter media from quoted tweets (#854)
- [weibo] add `date` metadata field to `status` objects (#829)

### Fixes
- [aryion] fix user gallery extraction (#832)
- [imgur] build directory paths for each file (#842)
- [tumblr] prevent errors when using `reblogs=same-blog` (#851)
- [twitter] always provide an `author` metadata field (#831, #833)
- [twitter] don't download video previews (#833)
- [twitter] improve handling of deleted tweets (#838)
- [twitter] fix search results (#847)
- [twitter] improve handling of quoted tweets (#854)
- fix config lookups when multiple locations are involved (#843)
- improve output of `-K/--list-keywords` for parent extractors (#825)
- call `flush()` after writing JSON in `DataJob()` (#727)

diffstat:

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

diffs (28 lines):

diff -r d41f2573280e -r 02f43f05fcd6 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Mon Jun 29 11:34:51 2020 +0000
+++ b/net/gallery-dl/Makefile   Mon Jun 29 11:39:07 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/06/12 19:10:34 leot Exp $
+# $NetBSD: Makefile,v 1.59 2020/06/29 11:39:07 leot Exp $
 
-DISTNAME=      gallery_dl-1.14.1
+DISTNAME=      gallery_dl-1.14.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r d41f2573280e -r 02f43f05fcd6 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Mon Jun 29 11:34:51 2020 +0000
+++ b/net/gallery-dl/distinfo   Mon Jun 29 11:39:07 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.56 2020/06/12 19:10:34 leot Exp $
+$NetBSD: distinfo,v 1.57 2020/06/29 11:39:07 leot Exp $
 
-SHA1 (gallery_dl-1.14.1.tar.gz) = 91395b755d52d35a1a40695eb62fd5e20acca6f3
-RMD160 (gallery_dl-1.14.1.tar.gz) = fc91c1e32b0dfb9c35c07332e410708719f7070f
-SHA512 (gallery_dl-1.14.1.tar.gz) = 3a789dd94dcc61e49ae91fee8bd2fd9073b8d4d0b9461a5d07bbafab080b0346ff3d182e1773ed95bb1a51b9f404f65c54fb17674f9051d5d9bb2b3cd1c39035
-Size (gallery_dl-1.14.1.tar.gz) = 305133 bytes
+SHA1 (gallery_dl-1.14.2.tar.gz) = 90a91294eaf88a209c47d976a4957220e0f8dcd4
+RMD160 (gallery_dl-1.14.2.tar.gz) = 20a3464c2b7d8f74c7c326ca2606c3bef24316a4
+SHA512 (gallery_dl-1.14.2.tar.gz) = 7609b74d8722a51a977046ca10a7234abe046f5442392ff38c667107643d6b8abc4558f88249f4eadb6b5fd303c067aa70a5eefd520313e42678525993ba64f6
+Size (gallery_dl-1.14.2.tar.gz) = 307031 bytes
 SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce



Home | Main Index | Thread Index | Old Index