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:           Sat Dec 30 10:31:19 UTC 2017

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

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

Changes:
1.1.1
-----
 * Added support for:
    `slideshare` - <https://www.slideshare.net/> (#54)
 * Added pool- and post-extractors for `sankaku`
 * Added OAuth user authentication for `deviantart`
 * Updated `luscious` to support `members.luscious.net` URLs (#55)
 * Updated `mangahere` to use their new domain name (mangahere.cc) and mobile URLs
 * Updated `gelbooru` to not be restricted to the first 20,000 images (#56)
 * Fixed extraction issues for `nhentai` and `khinsider`


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/gallery-dl/Makefile \
    pkgsrc/net/gallery-dl/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/gallery-dl/PLIST

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.5 pkgsrc/net/gallery-dl/Makefile:1.6
--- pkgsrc/net/gallery-dl/Makefile:1.5  Sat Dec  9 10:41:05 2017
+++ pkgsrc/net/gallery-dl/Makefile      Sat Dec 30 10:31:19 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/12/09 10:41:05 leot Exp $
+# $NetBSD: Makefile,v 1.6 2017/12/30 10:31:19 leot Exp $
 
-DISTNAME=      gallery_dl-1.1.0
+DISTNAME=      gallery_dl-1.1.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
Index: pkgsrc/net/gallery-dl/distinfo
diff -u pkgsrc/net/gallery-dl/distinfo:1.5 pkgsrc/net/gallery-dl/distinfo:1.6
--- pkgsrc/net/gallery-dl/distinfo:1.5  Sat Dec  9 10:41:05 2017
+++ pkgsrc/net/gallery-dl/distinfo      Sat Dec 30 10:31:19 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2017/12/09 10:41:05 leot Exp $
+$NetBSD: distinfo,v 1.6 2017/12/30 10:31:19 leot Exp $
 
-SHA1 (gallery_dl-1.1.0.tar.gz) = 01b59b347f61e6c5ab2da6967303bfb3b81020d9
-RMD160 (gallery_dl-1.1.0.tar.gz) = 9591346034f79bf10a77484723e983cd1d58c639
-SHA512 (gallery_dl-1.1.0.tar.gz) = b9937b613de89acaffb288d0f955f3efc7eea3749f9ae59ab5f477d79c3ba9c7300218a306dfa8dc99ce9240c3e13d6cf10e5e7dd384059f39862fcf9fbf2af4
-Size (gallery_dl-1.1.0.tar.gz) = 111685 bytes
+SHA1 (gallery_dl-1.1.1.tar.gz) = b23ff624bd1b98275e0fbfcf0fa5c04ee3c66b30
+RMD160 (gallery_dl-1.1.1.tar.gz) = 625fc8496fd1bdd820b7e3a0aa9c6bcdc89e7364
+SHA512 (gallery_dl-1.1.1.tar.gz) = 0cc513f6ac491c250412fd9d8ac1ae1773e432311e3980833f657ff36d6b0c60d05f873b505f2fca26ef6600f52c944c113f2056da91581b777d29b688d4f425
+Size (gallery_dl-1.1.1.tar.gz) = 114000 bytes
 SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355

Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.4 pkgsrc/net/gallery-dl/PLIST:1.5
--- pkgsrc/net/gallery-dl/PLIST:1.4     Sat Dec  9 10:41:05 2017
+++ pkgsrc/net/gallery-dl/PLIST Sat Dec 30 10:31:19 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/12/09 10:41:05 leot Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/12/30 10:31:19 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -264,6 +264,9 @@ ${PYSITELIB}/gallery_dl/extractor/senman
 ${PYSITELIB}/gallery_dl/extractor/sensescans.py
 ${PYSITELIB}/gallery_dl/extractor/sensescans.pyc
 ${PYSITELIB}/gallery_dl/extractor/sensescans.pyo
+${PYSITELIB}/gallery_dl/extractor/slideshare.py
+${PYSITELIB}/gallery_dl/extractor/slideshare.pyc
+${PYSITELIB}/gallery_dl/extractor/slideshare.pyo
 ${PYSITELIB}/gallery_dl/extractor/spectrumnexus.py
 ${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyc
 ${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyo



Home | Main Index | Thread Index | Old Index