pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/gallery-dl



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Nov 18 10:51:38 UTC 2018

Modified Files:
        pkgsrc/net/gallery-dl: Makefile PLIST distinfo

Log Message:
gallery-dl: Update net/gallery-dl to 1.6.0

Changes:
1.6.0
-----
- Add wallhaven extractor
- Add yuki extractor
- Add a ytdl (youtube-dl) downloader to download media via youtube-dl
  (Unfortunately at the moment youtube-dl package is not a multipackage (we do
  not have py{27,34,35,37}-youtube-dl so this will work only if youtube-dl was
  built with the same PYTHON_VERSION_DEFAULT of gallery-dl))
- Add '--no-check-certificate' command-line option
- Misc bug fixes and improvements


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/gallery-dl/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gallery-dl/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gallery-dl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/gallery-dl/Makefile
diff -u pkgsrc/net/gallery-dl/Makefile:1.22 pkgsrc/net/gallery-dl/Makefile:1.23
--- pkgsrc/net/gallery-dl/Makefile:1.22 Mon Oct  1 20:07:23 2018
+++ pkgsrc/net/gallery-dl/Makefile      Sun Nov 18 10:51:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/10/01 20:07:23 leot Exp $
+# $NetBSD: Makefile,v 1.23 2018/11/18 10:51:38 leot Exp $
 
-DISTNAME=      gallery_dl-1.5.3
+DISTNAME=      gallery_dl-1.6.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}

Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.17 pkgsrc/net/gallery-dl/PLIST:1.18
--- pkgsrc/net/gallery-dl/PLIST:1.17    Fri Sep 14 17:55:07 2018
+++ pkgsrc/net/gallery-dl/PLIST Sun Nov 18 10:51:38 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/09/14 17:55:07 leot Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/11/18 10:51:38 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -12,9 +12,6 @@ ${PYSITELIB}/gallery_dl/__init__.pyo
 ${PYSITELIB}/gallery_dl/__main__.py
 ${PYSITELIB}/gallery_dl/__main__.pyc
 ${PYSITELIB}/gallery_dl/__main__.pyo
-${PYSITELIB}/gallery_dl/adapter.py
-${PYSITELIB}/gallery_dl/adapter.pyc
-${PYSITELIB}/gallery_dl/adapter.pyo
 ${PYSITELIB}/gallery_dl/aes.py
 ${PYSITELIB}/gallery_dl/aes.pyc
 ${PYSITELIB}/gallery_dl/aes.pyo
@@ -39,6 +36,9 @@ ${PYSITELIB}/gallery_dl/downloader/http.
 ${PYSITELIB}/gallery_dl/downloader/text.py
 ${PYSITELIB}/gallery_dl/downloader/text.pyc
 ${PYSITELIB}/gallery_dl/downloader/text.pyo
+${PYSITELIB}/gallery_dl/downloader/ytdl.py
+${PYSITELIB}/gallery_dl/downloader/ytdl.pyc
+${PYSITELIB}/gallery_dl/downloader/ytdl.pyo
 ${PYSITELIB}/gallery_dl/exception.py
 ${PYSITELIB}/gallery_dl/exception.pyc
 ${PYSITELIB}/gallery_dl/exception.pyo
@@ -303,6 +303,9 @@ ${PYSITELIB}/gallery_dl/extractor/tumblr
 ${PYSITELIB}/gallery_dl/extractor/twitter.py
 ${PYSITELIB}/gallery_dl/extractor/twitter.pyc
 ${PYSITELIB}/gallery_dl/extractor/twitter.pyo
+${PYSITELIB}/gallery_dl/extractor/wallhaven.py
+${PYSITELIB}/gallery_dl/extractor/wallhaven.pyc
+${PYSITELIB}/gallery_dl/extractor/wallhaven.pyo
 ${PYSITELIB}/gallery_dl/extractor/warosu.py
 ${PYSITELIB}/gallery_dl/extractor/warosu.pyc
 ${PYSITELIB}/gallery_dl/extractor/warosu.pyo
@@ -315,6 +318,9 @@ ${PYSITELIB}/gallery_dl/extractor/xvideo
 ${PYSITELIB}/gallery_dl/extractor/yandere.py
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyc
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyo
+${PYSITELIB}/gallery_dl/extractor/yuki.py
+${PYSITELIB}/gallery_dl/extractor/yuki.pyc
+${PYSITELIB}/gallery_dl/extractor/yuki.pyo
 ${PYSITELIB}/gallery_dl/job.py
 ${PYSITELIB}/gallery_dl/job.pyc
 ${PYSITELIB}/gallery_dl/job.pyo

Index: pkgsrc/net/gallery-dl/distinfo
diff -u pkgsrc/net/gallery-dl/distinfo:1.21 pkgsrc/net/gallery-dl/distinfo:1.22
--- pkgsrc/net/gallery-dl/distinfo:1.21 Fri Sep 14 17:55:07 2018
+++ pkgsrc/net/gallery-dl/distinfo      Sun Nov 18 10:51:38 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2018/09/14 17:55:07 leot Exp $
+$NetBSD: distinfo,v 1.22 2018/11/18 10:51:38 leot Exp $
 
-SHA1 (gallery_dl-1.5.3.tar.gz) = 61a6cd4cffd7fc113cd6a26e6dca1c022c810ad6
-RMD160 (gallery_dl-1.5.3.tar.gz) = 2779a424372dbaf3e8f34737769b3ee5d6531ab4
-SHA512 (gallery_dl-1.5.3.tar.gz) = 8a740d69980967d36223cb24fe6333c8eae689ee2f729e6c8f19eb4a729c5f6c197bf5586d8b4e13931970d54b8572bbd9d041d25dc47cd6b03d596351738d24
-Size (gallery_dl-1.5.3.tar.gz) = 147409 bytes
+SHA1 (gallery_dl-1.6.0.tar.gz) = 3f3457e8ccade56564429b01e9945e52bfa7ebcb
+RMD160 (gallery_dl-1.6.0.tar.gz) = e2250bac5965a3a2e8329386a6eeecb35e83a023
+SHA512 (gallery_dl-1.6.0.tar.gz) = c11348b2b523d602cf1a4948900769f028c95ca5fc3cc8196a2a413f6d029bfa1597f1df6cbf3968d08ab95601b5b8cd78cbecf4b5104a24d43443e4bb379f13
+Size (gallery_dl-1.6.0.tar.gz) = 151381 bytes
 SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553



Home | Main Index | Thread Index | Old Index