summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-07-05 08:07:48 +0000
committerleot <leot@pkgsrc.org>2021-07-05 08:07:48 +0000
commitab2b2185acc9ac26eed5632e34c45463127b888d (patch)
tree7c7c72ed8a2d730584dc65b99d02dc3d1fb1b90a
parenteb9bc2e3010fd37dda61d98bcbf7b8b02ef92ea0 (diff)
downloadpkgsrc-ab2b2185acc9ac26eed5632e34c45463127b888d.tar.gz
gallery-dl: Update to 1.18.1
Changes: ## 1.18.1 - 2021-07-04 ### Additions - [mangafox] add manga extractor (#1633) - [mangasee] add chapter and manga extractors - [mastodon] implement text-posts option (#1569, #1669) - [seisoparty] add user and post extractors (#1635) - implement conditional directories (#1394) - add T format string conversion (#1646) - document format string syntax ### Changes - [twitter] set retweet_id for original retweets (#1481) ### Fixes - [directlink] manually encode Referer URLs (#1647) - [hiperdex] use domain from input URL - [kemonoparty] fix username extraction (#1652) - [kemonoparty] warn about missing DDoS-GUARD cookies - [twitter] ensure guest tokens are returned as string (#1665) - [webtoons] match arbitrary language codes (#1643) - fix depth counter in UrlJob when specifying -g multiple times ## 1.18.0 - 2021-06-19 ### Additions - [foolfuuka] support `archive.wakarimasen.moe` (#1595) - [mangadex] implement login with username & password (#1535) - [mangadex] add extractor for a user's followed feed (#1535) - [pixiv] support fetching privately followed users (#1628) - implement conditional filenames (#1394) - implement `filter` option for post processors (#1460) - add `-T/--terminate` command-line option (#1399) - add `-P/--postprocessor` command-line option (#1583) ### Changes - [kemonoparty] update default filenames and archive IDs (#1514) - [twitter] update default settings - change `retweets` and `quoted` options from `true` to `false` - change directory format for search results to the same as other extractors - require an argument for `--clear-cache` ### Fixes - [500px] update GraphQL queries - [furaffinity] improve metadata extraction (#1630) - [hitomi] update image URL generation (#1637) - [idolcomplex] improve and fix pagination (#1594) - [instagram] fix login (#1631) - [instagram] update query hashes - [mangadex] update to API v5 (#1535) - [mangafox] improve URL pattern (#1608) - [oauth] prevent exceptions when reporting errors (#1603) - [philomena] fix tag escapes handling (#1629) - [redgifs] update API server address (#1632) - [sankaku] handle empty tags (#1617) - [subscribestar] improve attachment filenames (#1609) - [unsplash] update collections URL pattern (#1627) - [postprocessor:metadata] handle dicts in `mode:tags` (#1598) ## 1.17.5 - 2021-05-30 ### Additions - [kemonoparty] add `metadata` option (#1548) - [kemonoparty] add `type` metadata field (#1556) - [mangapark] recognize v2.mangapark URLs (#1578) - [patreon] extract user-defined `tags` (#1539) - [pillowfort] implement login with username & password (#846) - [pillowfort] add `inline` and `external` options (#846) - [pixiv] implement `max-posts` option (#1558) - [pixiv] add `metadata` option (#1551) - [twitter] add `text-tweets` option (#570) - [weibo] extend `retweets` option (#1542) - [postprocessor:ugoira] support using the `image2` demuxer (#1550) - [postprocessor:ugoira] add `repeat-last-frame` option (#1550) - support `XDG_CONFIG_HOME` (#1545) - implement `parent-skip` and `"skip": "terminate"` options (#1399) ### Changes - [twitter] resolve `t.co` URLs in `content` (#1532) ### Fixes - [500px] update query hashes (#1573) - [aryion] find text posts in `recursive=false` mode (#1568) - [imagebam] fix extraction of NSFW images (#1534) - [imgur] update URL patterns (#1561) - [manganelo] update domain to `manganato.com` - [reactor] skip deleted/empty posts - [twitter] add missing retweet media entities (#1555) - fix ISO 639-1 code for Japanese (`jp` -> `ja`)
-rw-r--r--net/gallery-dl/Makefile4
-rw-r--r--net/gallery-dl/PLIST8
-rw-r--r--net/gallery-dl/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile
index 95c6714c9ff..f796e23a9d1 100644
--- a/net/gallery-dl/Makefile
+++ b/net/gallery-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2021/05/09 09:00:32 leot Exp $
+# $NetBSD: Makefile,v 1.79 2021/07/05 08:07:48 leot Exp $
-DISTNAME= gallery_dl-1.17.4
+DISTNAME= gallery_dl-1.18.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST
index a4bbab61918..681ad575278 100644
--- a/net/gallery-dl/PLIST
+++ b/net/gallery-dl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.55 2021/05/09 09:00:32 leot Exp $
+@comment $NetBSD: PLIST,v 1.56 2021/07/05 08:07:48 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -252,6 +252,9 @@ ${PYSITELIB}/gallery_dl/extractor/manganelo.pyo
${PYSITELIB}/gallery_dl/extractor/mangapark.py
${PYSITELIB}/gallery_dl/extractor/mangapark.pyc
${PYSITELIB}/gallery_dl/extractor/mangapark.pyo
+${PYSITELIB}/gallery_dl/extractor/mangasee.py
+${PYSITELIB}/gallery_dl/extractor/mangasee.pyc
+${PYSITELIB}/gallery_dl/extractor/mangasee.pyo
${PYSITELIB}/gallery_dl/extractor/mangoxo.py
${PYSITELIB}/gallery_dl/extractor/mangoxo.pyc
${PYSITELIB}/gallery_dl/extractor/mangoxo.pyo
@@ -360,6 +363,9 @@ ${PYSITELIB}/gallery_dl/extractor/sankakucomplex.pyo
${PYSITELIB}/gallery_dl/extractor/seiga.py
${PYSITELIB}/gallery_dl/extractor/seiga.pyc
${PYSITELIB}/gallery_dl/extractor/seiga.pyo
+${PYSITELIB}/gallery_dl/extractor/seisoparty.py
+${PYSITELIB}/gallery_dl/extractor/seisoparty.pyc
+${PYSITELIB}/gallery_dl/extractor/seisoparty.pyo
${PYSITELIB}/gallery_dl/extractor/senmanga.py
${PYSITELIB}/gallery_dl/extractor/senmanga.pyc
${PYSITELIB}/gallery_dl/extractor/senmanga.pyo
diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo
index 9dddfa6b806..90184bb671a 100644
--- a/net/gallery-dl/distinfo
+++ b/net/gallery-dl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.75 2021/05/09 09:00:32 leot Exp $
+$NetBSD: distinfo,v 1.76 2021/07/05 08:07:48 leot Exp $
-SHA1 (gallery_dl-1.17.4.tar.gz) = da1aac6fcd2a410fe27bcc1ca4cf543c8cca918e
-RMD160 (gallery_dl-1.17.4.tar.gz) = dc2d9672f7d78755a475b2b3d5bf04e0fa1ebfc5
-SHA512 (gallery_dl-1.17.4.tar.gz) = a1216709da54992f1ffb24806ace4e1682272ee2485f3a50bf33a7a140e97e9f5e59ed0ef63f22f096760cb97d8ca0ae00a7079b68a20e5639d0574df9748627
-Size (gallery_dl-1.17.4.tar.gz) = 346612 bytes
+SHA1 (gallery_dl-1.18.1.tar.gz) = dd47f18ab8b424dc2a602495c9f67d573aa469e6
+RMD160 (gallery_dl-1.18.1.tar.gz) = 30adc8d650eb84ac263d2b936e419cb8d17149cb
+SHA512 (gallery_dl-1.18.1.tar.gz) = b9466888c1ab7373152a8976e023ca4cc982a543e378426e0c527f465280353319d5c18965924773741198f36c98856932d5349c78ebd64acda5868e614f5298
+Size (gallery_dl-1.18.1.tar.gz) = 358803 bytes
SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d