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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22c8c71b30dd
branches:  trunk
changeset: 346092:22c8c71b30dd
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Dec 28 21:44:17 2019 +0000

description:
gallery-dl: Update to 1.12.1

Changes:
### Additions
- [4chan] add extractor for entire boards (#510)
- [realbooru] add extractors for pools, posts, and tag searches (#514)
- [instagram] implement a `videos` option (#521)
- [vsco] implement a `videos` option
- [postprocessor:metadata] implement a `bypost` option for downloading the
  metadata of an entire post (#511)

### Changes
- [reddit] change the default value for `comments` to `0`
- [vsco] improve image resolutions
- make filesystem-related errors during file downloads non-fatal (#512)

### Fixes
- [foolslide] add fallback for chapter data extraction
- [instagram] ignore errors during post-page extraction
- [patreon] avoid errors when fetching user info (#508)
- [patreon] improve URL pattern for single posts
- [reddit] fix errors with `t1` submissions
- [vsco] fix user profile extraction ? again
- [weibo] handle unavailable/deleted statuses
- [downloader:http] improve rate limit handling
- retain trailing zeroes in Cloudflare challenge answers

diffstat:

 net/gallery-dl/Makefile |   6 ++++--
 net/gallery-dl/PLIST    |   5 ++++-
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 0f33d2902fe3 -r 22c8c71b30dd net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sat Dec 28 20:44:22 2019 +0000
+++ b/net/gallery-dl/Makefile   Sat Dec 28 21:44:17 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/12/09 11:56:17 leot Exp $
+# $NetBSD: Makefile,v 1.47 2019/12/28 21:44:17 leot Exp $
 
-DISTNAME=      gallery_dl-1.12.0
+DISTNAME=      gallery_dl-1.12.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
@@ -21,6 +21,8 @@
 SUBST_SED.paths+=      -e 's,share/man,${PKGMANDIR},g'
 
 USE_LANGUAGES=                 # none
+
+# Only for Python 3
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
diff -r 0f33d2902fe3 -r 22c8c71b30dd net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sat Dec 28 20:44:22 2019 +0000
+++ b/net/gallery-dl/PLIST      Sat Dec 28 21:44:17 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2019/11/11 05:24:23 leot Exp $
+@comment $NetBSD: PLIST,v 1.35 2019/12/28 21:44:17 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -300,6 +300,9 @@
 ${PYSITELIB}/gallery_dl/extractor/readcomiconline.py
 ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyc
 ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyo
+${PYSITELIB}/gallery_dl/extractor/realbooru.py
+${PYSITELIB}/gallery_dl/extractor/realbooru.pyc
+${PYSITELIB}/gallery_dl/extractor/realbooru.pyo
 ${PYSITELIB}/gallery_dl/extractor/recursive.py
 ${PYSITELIB}/gallery_dl/extractor/recursive.pyc
 ${PYSITELIB}/gallery_dl/extractor/recursive.pyo
diff -r 0f33d2902fe3 -r 22c8c71b30dd net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sat Dec 28 20:44:22 2019 +0000
+++ b/net/gallery-dl/distinfo   Sat Dec 28 21:44:17 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.44 2019/12/09 11:56:17 leot Exp $
+$NetBSD: distinfo,v 1.45 2019/12/28 21:44:17 leot Exp $
 
-SHA1 (gallery_dl-1.12.0.tar.gz) = 86c295d1882e604500de234a4395095c0de57150
-RMD160 (gallery_dl-1.12.0.tar.gz) = 153524ff5fec1a6958b63d6494e5ceb7ff060f9e
-SHA512 (gallery_dl-1.12.0.tar.gz) = 2fca87ca6a4be03421ecba15bf0157bdd577d3e74e8c7f757a18a4ebbefda898070c0c5d42087c190b79305681e3ff28b0cde0b3700844486870da36deb878eb
-Size (gallery_dl-1.12.0.tar.gz) = 248056 bytes
+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 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index