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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11cfd49efe24
branches:  trunk
changeset: 397021:11cfd49efe24
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Jun 14 19:36:46 2019 +0000

description:
gallery-dl: Update to 1.8.6

Changes:
1.8.6
-----
### Additions
 - Support for
   - `slickpic` (#249)
   - `xhamster` (#281)
   - `pornhub`  (#282)
   - `8muses`   (#305)
 - `extra` option for `deviantart` to download Sta.sh content linked in
   description texts (#302)
### Changes
 - Detect `directlink` URLs with upper case filename extensions (#296)
### Fixes
 - Improved error handling for `tumblr` API calls (#297)
 - Fixed extraction of `livedoor` blogs (#301)
 - Fixed extraction of special `deviantart` Sta.sh items (#307)
 - Fixed pagination for specific `keenspot` comics

diffstat:

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

diffs (77 lines):

diff -r d076058f27d1 -r 11cfd49efe24 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Fri Jun 14 17:30:13 2019 +0000
+++ b/net/gallery-dl/Makefile   Fri Jun 14 19:36:46 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/06/01 19:33:12 leot Exp $
+# $NetBSD: Makefile,v 1.35 2019/06/14 19:36:46 leot Exp $
 
-DISTNAME=      gallery_dl-1.8.5
+DISTNAME=      gallery_dl-1.8.6
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r d076058f27d1 -r 11cfd49efe24 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Fri Jun 14 17:30:13 2019 +0000
+++ b/net/gallery-dl/PLIST      Fri Jun 14 19:36:46 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2019/06/01 19:33:12 leot Exp $
+@comment $NetBSD: PLIST,v 1.29 2019/06/14 19:36:46 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -60,6 +60,9 @@
 ${PYSITELIB}/gallery_dl/extractor/8chan.py
 ${PYSITELIB}/gallery_dl/extractor/8chan.pyc
 ${PYSITELIB}/gallery_dl/extractor/8chan.pyo
+${PYSITELIB}/gallery_dl/extractor/8muses.py
+${PYSITELIB}/gallery_dl/extractor/8muses.pyc
+${PYSITELIB}/gallery_dl/extractor/8muses.pyo
 ${PYSITELIB}/gallery_dl/extractor/__init__.py
 ${PYSITELIB}/gallery_dl/extractor/__init__.pyc
 ${PYSITELIB}/gallery_dl/extractor/__init__.pyo
@@ -261,6 +264,9 @@
 ${PYSITELIB}/gallery_dl/extractor/plurk.py
 ${PYSITELIB}/gallery_dl/extractor/plurk.pyc
 ${PYSITELIB}/gallery_dl/extractor/plurk.pyo
+${PYSITELIB}/gallery_dl/extractor/pornhub.py
+${PYSITELIB}/gallery_dl/extractor/pornhub.pyc
+${PYSITELIB}/gallery_dl/extractor/pornhub.pyo
 ${PYSITELIB}/gallery_dl/extractor/pururin.py
 ${PYSITELIB}/gallery_dl/extractor/pururin.pyc
 ${PYSITELIB}/gallery_dl/extractor/pururin.pyo
@@ -303,6 +309,9 @@
 ${PYSITELIB}/gallery_dl/extractor/simplyhentai.py
 ${PYSITELIB}/gallery_dl/extractor/simplyhentai.pyc
 ${PYSITELIB}/gallery_dl/extractor/simplyhentai.pyo
+${PYSITELIB}/gallery_dl/extractor/slickpic.py
+${PYSITELIB}/gallery_dl/extractor/slickpic.pyc
+${PYSITELIB}/gallery_dl/extractor/slickpic.pyo
 ${PYSITELIB}/gallery_dl/extractor/slideshare.py
 ${PYSITELIB}/gallery_dl/extractor/slideshare.pyc
 ${PYSITELIB}/gallery_dl/extractor/slideshare.pyo
@@ -333,6 +342,9 @@
 ${PYSITELIB}/gallery_dl/extractor/wikiart.py
 ${PYSITELIB}/gallery_dl/extractor/wikiart.pyc
 ${PYSITELIB}/gallery_dl/extractor/wikiart.pyo
+${PYSITELIB}/gallery_dl/extractor/xhamster.py
+${PYSITELIB}/gallery_dl/extractor/xhamster.pyc
+${PYSITELIB}/gallery_dl/extractor/xhamster.pyo
 ${PYSITELIB}/gallery_dl/extractor/xvideos.py
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo
diff -r d076058f27d1 -r 11cfd49efe24 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Fri Jun 14 17:30:13 2019 +0000
+++ b/net/gallery-dl/distinfo   Fri Jun 14 19:36:46 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2019/06/01 19:33:12 leot Exp $
+$NetBSD: distinfo,v 1.33 2019/06/14 19:36:46 leot Exp $
 
-SHA1 (gallery_dl-1.8.5.tar.gz) = 5a020f2ef575281bc11d1d90f4cade3636927f22
-RMD160 (gallery_dl-1.8.5.tar.gz) = 17ab1bdd07f635a885ca0aa47b3965f906f5c8ec
-SHA512 (gallery_dl-1.8.5.tar.gz) = bb7917fd5fbde7ef24e66f03c0b4b1e4c6ff04cd474234dfa229cc5eeb6fa9e63bc6c47bf9a3713901a69365ac9751e4eba1bf7944ffad18ad9fc6787df09c20
-Size (gallery_dl-1.8.5.tar.gz) = 204987 bytes
+SHA1 (gallery_dl-1.8.6.tar.gz) = 0f02ffae9a28db1da309a51477eceb8ae7986742
+RMD160 (gallery_dl-1.8.6.tar.gz) = 31976c7914b0fe9fc7e5bdc75aa78e8037ec3982
+SHA512 (gallery_dl-1.8.6.tar.gz) = e52527a469571070614f586c5bb2722b0f8a3e4cf7c6ed1a22f9798284e0d08f829b338c19c548f5efbf7cca0febdf91d7099c25623fd65627ca183a23f0e798
+Size (gallery_dl-1.8.6.tar.gz) = 210051 bytes
 SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index