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 Oct 28 16:46:41 UTC 2017

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

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

Changes:
1.0.0
-----
 - Add `--cookies' option to load further cookies from a file
 - Remove `kisscomic' module, image links on the site are dead
 - Remove `yonkouprod' module, every manga chapter on the site were removed
 - Add thread extractor to `warosu' module
 - Add extractor for ranking lists to `pixiv' module
 - Add extractors for "Popular" images to `booru' module
 - Add `--filter' option to allow image filtering via Python expressions
 - Rename `--images' and `--chapters' options to `--range' and `--chapter-range'
 - Misc bug fixes and improvements


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gallery-dl/Makefile \
    pkgsrc/net/gallery-dl/PLIST 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.1 pkgsrc/net/gallery-dl/Makefile:1.2
--- pkgsrc/net/gallery-dl/Makefile:1.1  Mon Sep  4 09:35:26 2017
+++ pkgsrc/net/gallery-dl/Makefile      Sat Oct 28 16:46:40 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/04 09:35:26 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/28 16:46:40 leot Exp $
 
-DISTNAME=      gallery_dl-0.9.1
+DISTNAME=      gallery_dl-1.0.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.1 pkgsrc/net/gallery-dl/PLIST:1.2
--- pkgsrc/net/gallery-dl/PLIST:1.1     Mon Sep  4 09:35:26 2017
+++ pkgsrc/net/gallery-dl/PLIST Sat Oct 28 16:46:40 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/04 09:35:26 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/28 16:46:40 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -66,6 +66,9 @@ ${PYSITELIB}/gallery_dl/extractor/archiv
 ${PYSITELIB}/gallery_dl/extractor/archiveofsins.py
 ${PYSITELIB}/gallery_dl/extractor/archiveofsins.pyc
 ${PYSITELIB}/gallery_dl/extractor/archiveofsins.pyo
+${PYSITELIB}/gallery_dl/extractor/b4k.py
+${PYSITELIB}/gallery_dl/extractor/b4k.pyc
+${PYSITELIB}/gallery_dl/extractor/b4k.pyo
 ${PYSITELIB}/gallery_dl/extractor/batoto.py
 ${PYSITELIB}/gallery_dl/extractor/batoto.pyc
 ${PYSITELIB}/gallery_dl/extractor/batoto.pyo
@@ -171,9 +174,6 @@ ${PYSITELIB}/gallery_dl/extractor/khinsi
 ${PYSITELIB}/gallery_dl/extractor/kireicake.py
 ${PYSITELIB}/gallery_dl/extractor/kireicake.pyc
 ${PYSITELIB}/gallery_dl/extractor/kireicake.pyo
-${PYSITELIB}/gallery_dl/extractor/kisscomic.py
-${PYSITELIB}/gallery_dl/extractor/kisscomic.pyc
-${PYSITELIB}/gallery_dl/extractor/kisscomic.pyo
 ${PYSITELIB}/gallery_dl/extractor/kissmanga.py
 ${PYSITELIB}/gallery_dl/extractor/kissmanga.pyc
 ${PYSITELIB}/gallery_dl/extractor/kissmanga.pyo
@@ -282,15 +282,21 @@ ${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/warosu.py
+${PYSITELIB}/gallery_dl/extractor/warosu.pyc
+${PYSITELIB}/gallery_dl/extractor/warosu.pyo
+${PYSITELIB}/gallery_dl/extractor/whatisthisimnotgoodwithcomputers.py
+${PYSITELIB}/gallery_dl/extractor/whatisthisimnotgoodwithcomputers.pyc
+${PYSITELIB}/gallery_dl/extractor/whatisthisimnotgoodwithcomputers.pyo
 ${PYSITELIB}/gallery_dl/extractor/worldthree.py
 ${PYSITELIB}/gallery_dl/extractor/worldthree.pyc
 ${PYSITELIB}/gallery_dl/extractor/worldthree.pyo
 ${PYSITELIB}/gallery_dl/extractor/yandere.py
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyc
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyo
-${PYSITELIB}/gallery_dl/extractor/yonkouprod.py
-${PYSITELIB}/gallery_dl/extractor/yonkouprod.pyc
-${PYSITELIB}/gallery_dl/extractor/yonkouprod.pyo
+${PYSITELIB}/gallery_dl/extractor/yeet.py
+${PYSITELIB}/gallery_dl/extractor/yeet.pyc
+${PYSITELIB}/gallery_dl/extractor/yeet.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.1 pkgsrc/net/gallery-dl/distinfo:1.2
--- pkgsrc/net/gallery-dl/distinfo:1.1  Mon Sep  4 09:35:26 2017
+++ pkgsrc/net/gallery-dl/distinfo      Sat Oct 28 16:46:40 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/09/04 09:35:26 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/10/28 16:46:40 leot Exp $
 
-SHA1 (gallery_dl-0.9.1.tar.gz) = 752f53e9c0c8dd12f8a741e03b583f3cc08b340a
-RMD160 (gallery_dl-0.9.1.tar.gz) = c395fe8176fe95b1a8411161815c592cd6763c0d
-SHA512 (gallery_dl-0.9.1.tar.gz) = dfd22b55b54bc5dec088116a31a49eb097bd5569285f5849484bf761e33efe192c36d2f83e6d2fdf8b850c8b202f33a2d285e73962831bc57a9f541279da42fb
-Size (gallery_dl-0.9.1.tar.gz) = 94349 bytes
+SHA1 (gallery_dl-1.0.0.tar.gz) = 5a4efed0460922d79997d65f3f4602d51209d75e
+RMD160 (gallery_dl-1.0.0.tar.gz) = febebc2141224679435f9d7e541ac5ea19880a0b
+SHA512 (gallery_dl-1.0.0.tar.gz) = 7d36f86fd0f494be7f02791eaf07efe64900aa3a87fbbfb0cf397d892dd2d18e7f4130640e0b2db7e2945ffddfc374dbbf05fcb0a32c0edd99e225b64d74a31c
+Size (gallery_dl-1.0.0.tar.gz) = 108056 bytes
 SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355



Home | Main Index | Thread Index | Old Index