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.16.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/777620cccd06
branches: trunk
changeset: 446967:777620cccd06
user: leot <leot%pkgsrc.org@localhost>
date: Sun Feb 14 20:19:57 2021 +0000
description:
gallery-dl: Update to 1.16.5
Changes:
1.16.5
------
### Additions
- [behance] support `video` modules (#1282)
- [erome] add `album`, `user`, and `search` extractors (#409)
- [hentaifox] support searching by group (#1294)
- [imgclick] add `image` extractor (#1307)
- [kemonoparty] extract inline images (#1286)
- [kemonoparty] support URLs with non-numeric user and post IDs (#1303)
- [pillowfort] add `user` and `post` extractors (#846)
### Changes
- [kemonoparty] include `service` in directories and archive keys
- [pixiv] require a `refresh-token` to login (#1304)
- [snap] use `core18` as base
### Fixes
- [500px] update query hashes
- [deviantart] update parameters for `/browse/popular` (#1267)
- [deviantart] provide filename extension for original file downloads (#1272)
- [deviantart] fix `folders` option (#1302)
- [inkbunny] add `sid` parameter to private file downloads (#1281)
- [kemonoparty] fix absolute file URLs
- [mangadex] revert to `https://mangadex.org/api/` and add `api-server` option (#1310)
- [nsfwalbum] use fallback for deleted content (#1259)
- [sankaku] update `invalid token` detection (#1309)
- [slideshare] fix extraction
- [postprocessor:metadata] fix crash with `extension-format` (#1285)
diffstat:
net/gallery-dl/Makefile | 4 ++--
net/gallery-dl/PLIST | 8 +++++++-
net/gallery-dl/distinfo | 12 ++++++------
net/gallery-dl/patches/patch-gallery__dl_version.py | 6 +++---
4 files changed, 18 insertions(+), 12 deletions(-)
diffs (78 lines):
diff -r 9fe57c98167e -r 777620cccd06 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile Sun Feb 14 20:19:45 2021 +0000
+++ b/net/gallery-dl/Makefile Sun Feb 14 20:19:57 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2021/01/23 20:54:24 leot Exp $
+# $NetBSD: Makefile,v 1.74 2021/02/14 20:19:57 leot Exp $
-DISTNAME= gallery_dl-1.16.4
+DISTNAME= gallery_dl-1.16.5
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 9fe57c98167e -r 777620cccd06 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST Sun Feb 14 20:19:45 2021 +0000
+++ b/net/gallery-dl/PLIST Sun Feb 14 20:19:57 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2021/01/23 20:54:24 leot Exp $
+@comment $NetBSD: PLIST,v 1.51 2021/02/14 20:19:57 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -105,6 +105,9 @@
${PYSITELIB}/gallery_dl/extractor/e621.py
${PYSITELIB}/gallery_dl/extractor/e621.pyc
${PYSITELIB}/gallery_dl/extractor/e621.pyo
+${PYSITELIB}/gallery_dl/extractor/erome.py
+${PYSITELIB}/gallery_dl/extractor/erome.pyc
+${PYSITELIB}/gallery_dl/extractor/erome.pyo
${PYSITELIB}/gallery_dl/extractor/exhentai.py
${PYSITELIB}/gallery_dl/extractor/exhentai.pyc
${PYSITELIB}/gallery_dl/extractor/exhentai.pyo
@@ -300,6 +303,9 @@
${PYSITELIB}/gallery_dl/extractor/piczel.py
${PYSITELIB}/gallery_dl/extractor/piczel.pyc
${PYSITELIB}/gallery_dl/extractor/piczel.pyo
+${PYSITELIB}/gallery_dl/extractor/pillowfort.py
+${PYSITELIB}/gallery_dl/extractor/pillowfort.pyc
+${PYSITELIB}/gallery_dl/extractor/pillowfort.pyo
${PYSITELIB}/gallery_dl/extractor/pinterest.py
${PYSITELIB}/gallery_dl/extractor/pinterest.pyc
${PYSITELIB}/gallery_dl/extractor/pinterest.pyo
diff -r 9fe57c98167e -r 777620cccd06 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo Sun Feb 14 20:19:45 2021 +0000
+++ b/net/gallery-dl/distinfo Sun Feb 14 20:19:57 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.70 2021/01/23 20:54:24 leot Exp $
+$NetBSD: distinfo,v 1.71 2021/02/14 20:19:57 leot Exp $
-SHA1 (gallery_dl-1.16.4.tar.gz) = 7b46eeda849239002572e46608b2a97fbbef9659
-RMD160 (gallery_dl-1.16.4.tar.gz) = 1be607c44b500468fe052488b39dba8304927ab4
-SHA512 (gallery_dl-1.16.4.tar.gz) = deba4d88e48d8c8e803d4a7917f201df7756d1d47d93efbb6288b5c0cc10b38e99100320643ec1b0015490728414aa3885df27ff10efea0f9f217bc7545ddda9
-Size (gallery_dl-1.16.4.tar.gz) = 330323 bytes
-SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce
+SHA1 (gallery_dl-1.16.5.tar.gz) = e1cbaa27815019ba97715b3f48c566ca2ea6d78d
+RMD160 (gallery_dl-1.16.5.tar.gz) = cd28ae944f800658b9b03c0a1d4dc4b7878a30c4
+SHA512 (gallery_dl-1.16.5.tar.gz) = 9e176553bf0af60480695e6b0e4135daa759a166e1b89f468c9bb04ace38e9a8549bd9daab52a125c559373765f1fd42430ca9801cfc54820b451cc9ef762759
+Size (gallery_dl-1.16.5.tar.gz) = 334277 bytes
+SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d
diff -r 9fe57c98167e -r 777620cccd06 net/gallery-dl/patches/patch-gallery__dl_version.py
--- a/net/gallery-dl/patches/patch-gallery__dl_version.py Sun Feb 14 20:19:45 2021 +0000
+++ b/net/gallery-dl/patches/patch-gallery__dl_version.py Sun Feb 14 20:19:57 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-gallery__dl_version.py,v 1.4 2020/01/20 10:33:04 leot Exp $
+$NetBSD: patch-gallery__dl_version.py,v 1.5 2021/02/14 20:19:57 leot Exp $
Avoid a UnicodeDecodeError.
@@ -7,8 +7,8 @@
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
--# Copyright 2016-2020 Mike Fährmann
-+# Copyright 2016-2020 Mike Fahrmann
+-# Copyright 2016-2021 Mike Fährmann
++# Copyright 2016-2021 Mike Fahrmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Home |
Main Index |
Thread Index |
Old Index