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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6895a9da361d
branches:  trunk
changeset: 428872:6895a9da361d
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Apr 12 20:05:04 2020 +0000

description:
gallery-dl: Update to 1.13.4

Changes:
1.13.4
------
### Additions
 - [aryion] add `gallery` and `post` extractors (#390, #673)
 - [deviantart] detect and handle folders in sta.sh listings (#659)
 - [hentainexus] add `circle`, `event`, and `title_conventional` metadata
   fields (#661)
 - [hiperdex] add `artist` extractor (#606)
 - [mastodon] add access tokens for `mastodon.social` and `baraag.net` (#665)

### Changes
 - [deviantart] retrieve *all* download URLs through the OAuth API
 - automatically read config files in PyInstaller executable
   directories (#682)

### Fixes
 - [deviantart] handle "Request blocked" errors (#655)
 - [deviantart] improve JPEG quality replacement pattern
 - [hiperdex] fix extraction
 - [mastodon] handle API rate limits (#665)
 - [mastodon] update OAuth credentials for pawoo.net (#665)
 - [myportfolio] fix extraction of galleries without title
 - [piczel] fix extraction of single images
 - [vsco] fix collection extraction
 - [weibo] accept status URLs with non-numeric IDs (#664)

diffstat:

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

diffs (47 lines):

diff -r 47dd22e47657 -r 6895a9da361d net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Apr 12 19:53:09 2020 +0000
+++ b/net/gallery-dl/Makefile   Sun Apr 12 20:05:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2020/03/30 09:24:18 leot Exp $
+# $NetBSD: Makefile,v 1.54 2020/04/12 20:05:04 leot Exp $
 
-DISTNAME=      gallery_dl-1.13.3
+DISTNAME=      gallery_dl-1.13.4
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 47dd22e47657 -r 6895a9da361d net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Apr 12 19:53:09 2020 +0000
+++ b/net/gallery-dl/PLIST      Sun Apr 12 20:05:04 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2020/03/15 11:37:17 leot Exp $
+@comment $NetBSD: PLIST,v 1.40 2020/04/12 20:05:04 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -72,6 +72,9 @@
 ${PYSITELIB}/gallery_dl/extractor/artstation.py
 ${PYSITELIB}/gallery_dl/extractor/artstation.pyc
 ${PYSITELIB}/gallery_dl/extractor/artstation.pyo
+${PYSITELIB}/gallery_dl/extractor/aryion.py
+${PYSITELIB}/gallery_dl/extractor/aryion.pyc
+${PYSITELIB}/gallery_dl/extractor/aryion.pyo
 ${PYSITELIB}/gallery_dl/extractor/bcy.py
 ${PYSITELIB}/gallery_dl/extractor/bcy.pyc
 ${PYSITELIB}/gallery_dl/extractor/bcy.pyo
diff -r 47dd22e47657 -r 6895a9da361d net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Apr 12 19:53:09 2020 +0000
+++ b/net/gallery-dl/distinfo   Sun Apr 12 20:05:04 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.51 2020/03/30 09:24:18 leot Exp $
+$NetBSD: distinfo,v 1.52 2020/04/12 20:05:04 leot Exp $
 
-SHA1 (gallery_dl-1.13.3.tar.gz) = a1985a432f3284f0c82a0234c727c07ee45920b4
-RMD160 (gallery_dl-1.13.3.tar.gz) = 59375700363211cee4b3acc37a2eadfd39ce5bc6
-SHA512 (gallery_dl-1.13.3.tar.gz) = 46b2f0b9ccaa503e20661fd9a574b2ebbc8eb524390492a14d10b546d46f9b3b5060710351f57f74c882442ec1beff46535e72d16490f3dbb418ebafd7067f14
-Size (gallery_dl-1.13.3.tar.gz) = 265895 bytes
+SHA1 (gallery_dl-1.13.4.tar.gz) = cef14e987eab8b45eccfebba16ea36396760ee29
+RMD160 (gallery_dl-1.13.4.tar.gz) = 8ce9380ed5cfc2595b991b758a160dd1e3d4b2d6
+SHA512 (gallery_dl-1.13.4.tar.gz) = 8b6a488a37b34f31c58d5bc49e77ebba7c0407a621f196147e6e3f4698ae80cce35167593266469c9c98410f7ed987aa29fef97097ee1af13c98ba043dfbe0d7
+Size (gallery_dl-1.13.4.tar.gz) = 268829 bytes
 SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce



Home | Main Index | Thread Index | Old Index