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 net/gallery-dl to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e352a8d049c
branches:  trunk
changeset: 384142:7e352a8d049c
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Aug 17 14:50:52 2018 +0000

description:
gallery-dl: Update net/gallery-dl to 1.5.1

Changes:
1.5.1
-----
- Added support for:
   * `piczel` - https://piczel.tv/
- Added support for related pins on `pinterest`
- Fixed accessing "offensive" galleries on `exhentai` (#97)
- Fixed extraction issues for `mangadex`, `komikcast` and `behance`
- Removed original-image functionality from `tumblr`, since "raw"
  images are no longer accessible

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 c413c00dc534 -r 7e352a8d049c net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Fri Aug 17 12:55:01 2018 +0000
+++ b/net/gallery-dl/Makefile   Fri Aug 17 14:50:52 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/08/03 16:19:11 leot Exp $
+# $NetBSD: Makefile,v 1.19 2018/08/17 14:50:52 leot Exp $
 
-DISTNAME=      gallery_dl-1.5.0
+DISTNAME=      gallery_dl-1.5.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r c413c00dc534 -r 7e352a8d049c net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Fri Aug 17 12:55:01 2018 +0000
+++ b/net/gallery-dl/PLIST      Fri Aug 17 14:50:52 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2018/08/03 16:19:11 leot Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/08/17 14:50:52 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -228,6 +228,9 @@
 ${PYSITELIB}/gallery_dl/extractor/pawoo.py
 ${PYSITELIB}/gallery_dl/extractor/pawoo.pyc
 ${PYSITELIB}/gallery_dl/extractor/pawoo.pyo
+${PYSITELIB}/gallery_dl/extractor/piczel.py
+${PYSITELIB}/gallery_dl/extractor/piczel.pyc
+${PYSITELIB}/gallery_dl/extractor/piczel.pyo
 ${PYSITELIB}/gallery_dl/extractor/pinterest.py
 ${PYSITELIB}/gallery_dl/extractor/pinterest.pyc
 ${PYSITELIB}/gallery_dl/extractor/pinterest.pyo
diff -r c413c00dc534 -r 7e352a8d049c net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Fri Aug 17 12:55:01 2018 +0000
+++ b/net/gallery-dl/distinfo   Fri Aug 17 14:50:52 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2018/08/03 16:19:11 leot Exp $
+$NetBSD: distinfo,v 1.19 2018/08/17 14:50:52 leot Exp $
 
-SHA1 (gallery_dl-1.5.0.tar.gz) = b78e5b54f728b6843e58ea6273b3d497186b5ee3
-RMD160 (gallery_dl-1.5.0.tar.gz) = 29b5f3d8aa42c79a24194889d5d2ead776ebbb7f
-SHA512 (gallery_dl-1.5.0.tar.gz) = 9f28f73939c9afdf409b7daa7fa64ddb1744fc2bdcbc428ae9f27808e920d972ae8c1cb56bd5f0d09e0e79ba22eaac7f934338ed7afca3354051dd003fca652c
-Size (gallery_dl-1.5.0.tar.gz) = 144048 bytes
+SHA1 (gallery_dl-1.5.1.tar.gz) = 62bd8b502ac2161717e2f465cf5ed857fe63c592
+RMD160 (gallery_dl-1.5.1.tar.gz) = 9763b447de5e5bb9a5fa51df3bc209530190e3a6
+SHA512 (gallery_dl-1.5.1.tar.gz) = ed9b815f59cc8e1df2127c51ba891f4126caea7165b0c99af79736e10cde7820c19a9575716e6ae161e2aae5da9561ff535ed903023bca905a50f9fc52af3dbb
+Size (gallery_dl-1.5.1.tar.gz) = 143883 bytes
 SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553



Home | Main Index | Thread Index | Old Index