Skip to content

Commit

Permalink
gallery-dl: Update net/gallery-dl to 1.5.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
iamleot committed Aug 3, 2018
1 parent f46cb7b commit dda4446
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions net/gallery-dl/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
11 changes: 7 additions & 4 deletions net/gallery-dl/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -72,6 +72,9 @@ ${PYSITELIB}/gallery_dl/extractor/artstation.pyo
${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
Expand Down Expand Up @@ -204,6 +207,9 @@ ${PYSITELIB}/gallery_dl/extractor/mangastream.pyo
${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
Expand Down Expand Up @@ -291,9 +297,6 @@ ${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
Expand Down
10 changes: 5 additions & 5 deletions net/gallery-dl/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dda4446

Please sign in to comment.