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:           Fri Aug  3 16:19:11 UTC 2018

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

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

Changes:
1.5.0
-----
- Added support for:
  - `behance` - https://www.behance.net/
  - `myportfolio` - https://www.myportfolio.com/ (#95)
- Added custom format string options to handle long strings (#92, #94)
  - Slicing: `"{field[10:40]}"`
  - Replacement: `"{field:L40/too long/}"`
- Improved frame rate handling for ugoira conversions
- Improved private access token usage on `deviantart`
- Fixed metadata extraction for some images on `nijie`
- Fixed chapter extraction on `mangahere`
- Removed `whatisthisimnotgoodwithcomputers`
- Removed support for Python 3.3


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gallery-dl/Makefile \
    pkgsrc/net/gallery-dl/distinfo
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/net/gallery-dl/Makefile:1.18
--- pkgsrc/net/gallery-dl/Makefile:1.17 Sat Jul 14 11:09:30 2018
+++ pkgsrc/net/gallery-dl/Makefile      Fri Aug  3 16:19:11 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/07/14 11:09:30 leot Exp $
+# $NetBSD: Makefile,v 1.18 2018/08/03 16:19:11 leot Exp $
 
-DISTNAME=      gallery_dl-1.4.2
+DISTNAME=      gallery_dl-1.5.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.17 pkgsrc/net/gallery-dl/distinfo:1.18
--- pkgsrc/net/gallery-dl/distinfo:1.17 Sat Jul 14 11:09:30 2018
+++ pkgsrc/net/gallery-dl/distinfo      Fri Aug  3 16:19:11 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2018/07/14 11:09:30 leot Exp $
+$NetBSD: distinfo,v 1.18 2018/08/03 16:19:11 leot Exp $
 
-SHA1 (gallery_dl-1.4.2.tar.gz) = 6f332752b678cb03eb8c127c39fc79f401307269
-RMD160 (gallery_dl-1.4.2.tar.gz) = 0269eac2e87565df8926d380e439042c65fba910
-SHA512 (gallery_dl-1.4.2.tar.gz) = 495edce2da77202923c92369838a852ef6c90a31fab4cccb37701187c27f0667c0b3737b1367d74503c7f33e61504b425e9cc1dc85e3d123943bdc6aa1ec5b2b
-Size (gallery_dl-1.4.2.tar.gz) = 140997 bytes
+SHA1 (gallery_dl-1.5.0.tar.gz) = b78e5b54f728b6843e58ea6273b3d497186b5ee3
+RMD160 (gallery_dl-1.5.0.tar.gz) = 29b5f3d8aa42c79a24194889d5d2ead776ebbb7f
+SHA512 (gallery_dl-1.5.0.tar.gz) = 9f28f73939c9afdf409b7daa7fa64ddb1744fc2bdcbc428ae9f27808e920d972ae8c1cb56bd5f0d09e0e79ba22eaac7f934338ed7afca3354051dd003fca652c
+Size (gallery_dl-1.5.0.tar.gz) = 144048 bytes
 SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553

Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.13 pkgsrc/net/gallery-dl/PLIST:1.14
--- pkgsrc/net/gallery-dl/PLIST:1.13    Sat Jun 23 08:53:31 2018
+++ pkgsrc/net/gallery-dl/PLIST Fri Aug  3 16:19:11 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/06/23 08:53:31 leot Exp $
+@comment $NetBSD: PLIST,v 1.14 2018/08/03 16:19:11 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -72,6 +72,9 @@ ${PYSITELIB}/gallery_dl/extractor/artsta
 ${PYSITELIB}/gallery_dl/extractor/b4k.py
 ${PYSITELIB}/gallery_dl/extractor/b4k.pyc
 ${PYSITELIB}/gallery_dl/extractor/b4k.pyo
+${PYSITELIB}/gallery_dl/extractor/behance.py
+${PYSITELIB}/gallery_dl/extractor/behance.pyc
+${PYSITELIB}/gallery_dl/extractor/behance.pyo
 ${PYSITELIB}/gallery_dl/extractor/booru.py
 ${PYSITELIB}/gallery_dl/extractor/booru.pyc
 ${PYSITELIB}/gallery_dl/extractor/booru.pyo
@@ -204,6 +207,9 @@ ${PYSITELIB}/gallery_dl/extractor/mangas
 ${PYSITELIB}/gallery_dl/extractor/message.py
 ${PYSITELIB}/gallery_dl/extractor/message.pyc
 ${PYSITELIB}/gallery_dl/extractor/message.pyo
+${PYSITELIB}/gallery_dl/extractor/myportfolio.py
+${PYSITELIB}/gallery_dl/extractor/myportfolio.pyc
+${PYSITELIB}/gallery_dl/extractor/myportfolio.pyo
 ${PYSITELIB}/gallery_dl/extractor/nhentai.py
 ${PYSITELIB}/gallery_dl/extractor/nhentai.pyc
 ${PYSITELIB}/gallery_dl/extractor/nhentai.pyo
@@ -291,9 +297,6 @@ ${PYSITELIB}/gallery_dl/extractor/twitte
 ${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



Home | Main Index | Thread Index | Old Index