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 Jun 10 12:00:24 UTC 2018

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

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

Changes:
1.4.0
-----
* Added support for:
   - `simplyhentai` (#89)
* Added extractors for
   - `pixiv` search results and followed users
   - `deviantart` search results and popular listings
* Added post-processors to perform actions on downloaded files
* Added options to configure logging behavior
* Added OAuth support for `smugmug`
* Changed `pixiv` extractors to use the AppAPI,
  this breaks `favorite` archive IDs and changes some metadata fields
* Changed the default filename format for `tumblr` and renamed `offset` to
  `num`
* Fixed a possible UnicodeDecodeError during installation (#86)
* Fixed extraction of `mangadex` manga with more than 100 chapters (#84)
* Fixed miscellaneous issues for `imgur`, `reddit`, `komikcast`, `mangafox`
  and `imagebam`


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/gallery-dl/Makefile \
    pkgsrc/net/gallery-dl/distinfo
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/net/gallery-dl/Makefile:1.15
--- pkgsrc/net/gallery-dl/Makefile:1.14 Sun May  6 10:01:56 2018
+++ pkgsrc/net/gallery-dl/Makefile      Sun Jun 10 12:00:24 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/05/06 10:01:56 leot Exp $
+# $NetBSD: Makefile,v 1.15 2018/06/10 12:00:24 leot Exp $
 
-DISTNAME=      gallery_dl-1.3.5
+DISTNAME=      gallery_dl-1.4.0
 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.14 pkgsrc/net/gallery-dl/distinfo:1.15
--- pkgsrc/net/gallery-dl/distinfo:1.14 Sun May  6 10:01:56 2018
+++ pkgsrc/net/gallery-dl/distinfo      Sun Jun 10 12:00:24 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2018/05/06 10:01:56 leot Exp $
+$NetBSD: distinfo,v 1.15 2018/06/10 12:00:24 leot Exp $
 
-SHA1 (gallery_dl-1.3.5.tar.gz) = 8319f1a8bacd92d9e5371be136d295d37e3fb5c5
-RMD160 (gallery_dl-1.3.5.tar.gz) = 7fec67be3710b7b6dcf8f08665a28998112b3119
-SHA512 (gallery_dl-1.3.5.tar.gz) = 00de176486a1f90dc704eada913e02debb52a082c01dc74bde4feb207ca83ed200065ab9867eef69b7922ee7f9a64ce10e832dc4d89aecd910819b10db9a90f1
-Size (gallery_dl-1.3.5.tar.gz) = 133394 bytes
+SHA1 (gallery_dl-1.4.0.tar.gz) = 8403c3f84ccd14428339c6f869c051f0fa0b898f
+RMD160 (gallery_dl-1.4.0.tar.gz) = e681206d7e4c9a0edce35c6b6a23f2426c14785a
+SHA512 (gallery_dl-1.4.0.tar.gz) = 187d191d55039f4a25a24cc78ec6ab9ad0260b1199d4aac1860d0c0209173094e66cddcb88998143f5a98e138277271cb132debfac32dbd296bb6d930948b183
+Size (gallery_dl-1.4.0.tar.gz) = 139132 bytes
 SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553

Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.11 pkgsrc/net/gallery-dl/PLIST:1.12
--- pkgsrc/net/gallery-dl/PLIST:1.11    Sun May  6 10:01:56 2018
+++ pkgsrc/net/gallery-dl/PLIST Sun Jun 10 12:00:24 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/05/06 10:01:56 leot Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/06/10 12:00:24 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/simplyhentai.py
+${PYSITELIB}/gallery_dl/extractor/simplyhentai.pyc
+${PYSITELIB}/gallery_dl/extractor/simplyhentai.pyo
 ${PYSITELIB}/gallery_dl/extractor/slideshare.py
 ${PYSITELIB}/gallery_dl/extractor/slideshare.pyc
 ${PYSITELIB}/gallery_dl/extractor/slideshare.pyo
@@ -303,12 +306,30 @@ ${PYSITELIB}/gallery_dl/extractor/yander
 ${PYSITELIB}/gallery_dl/job.py
 ${PYSITELIB}/gallery_dl/job.pyc
 ${PYSITELIB}/gallery_dl/job.pyo
+${PYSITELIB}/gallery_dl/oauth.py
+${PYSITELIB}/gallery_dl/oauth.pyc
+${PYSITELIB}/gallery_dl/oauth.pyo
 ${PYSITELIB}/gallery_dl/option.py
 ${PYSITELIB}/gallery_dl/option.pyc
 ${PYSITELIB}/gallery_dl/option.pyo
 ${PYSITELIB}/gallery_dl/output.py
 ${PYSITELIB}/gallery_dl/output.pyc
 ${PYSITELIB}/gallery_dl/output.pyo
+${PYSITELIB}/gallery_dl/postprocessor/__init__.py
+${PYSITELIB}/gallery_dl/postprocessor/__init__.pyc
+${PYSITELIB}/gallery_dl/postprocessor/__init__.pyo
+${PYSITELIB}/gallery_dl/postprocessor/classify.py
+${PYSITELIB}/gallery_dl/postprocessor/classify.pyc
+${PYSITELIB}/gallery_dl/postprocessor/classify.pyo
+${PYSITELIB}/gallery_dl/postprocessor/common.py
+${PYSITELIB}/gallery_dl/postprocessor/common.pyc
+${PYSITELIB}/gallery_dl/postprocessor/common.pyo
+${PYSITELIB}/gallery_dl/postprocessor/exec.py
+${PYSITELIB}/gallery_dl/postprocessor/exec.pyc
+${PYSITELIB}/gallery_dl/postprocessor/exec.pyo
+${PYSITELIB}/gallery_dl/postprocessor/zip.py
+${PYSITELIB}/gallery_dl/postprocessor/zip.pyc
+${PYSITELIB}/gallery_dl/postprocessor/zip.pyo
 ${PYSITELIB}/gallery_dl/text.py
 ${PYSITELIB}/gallery_dl/text.pyc
 ${PYSITELIB}/gallery_dl/text.pyo



Home | Main Index | Thread Index | Old Index