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.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eafeae5f05c9
branches:  trunk
changeset: 309146:eafeae5f05c9
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jun 10 12:00:24 2018 +0000

description:
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`

diffstat:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/PLIST    |  23 ++++++++++++++++++++++-
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 29 insertions(+), 8 deletions(-)

diffs (78 lines):

diff -r fdd0fdf44db9 -r eafeae5f05c9 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Jun 10 10:43:10 2018 +0000
+++ b/net/gallery-dl/Makefile   Sun Jun 10 12:00:24 2018 +0000
@@ -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/}
diff -r fdd0fdf44db9 -r eafeae5f05c9 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Jun 10 10:43:10 2018 +0000
+++ b/net/gallery-dl/PLIST      Sun Jun 10 12:00:24 2018 +0000
@@ -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/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/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
diff -r fdd0fdf44db9 -r eafeae5f05c9 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Jun 10 10:43:10 2018 +0000
+++ b/net/gallery-dl/distinfo   Sun Jun 10 12:00:24 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index