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:           Thu Aug 17 21:41:45 UTC 2023

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

Log Message:
gallery-dl: Update to 1.25.8

Changes:
## 1.25.8 - 2023-07-15
### Changes
- update default User-Agent header to Firefox 115 ESR
### Additions
- [gfycat] support `@me` user
- [gfycat] implement login support
- [reddit] notify users about registering an OAuth application
- [twitter] add `ratelimit` option
- [twitter] use `TweetResultByRestId` endpoint that allows accessing
  single Tweets without login
### Removals
- [bcy] remove module
- [lineblog] remove module

## 1.25.7 - 2023-07-02
### Additions
- [flickr] add 'exif' option
- [flickr] add 'metadata' option
- [mangapark] add 'source' option
- [twitter] extend 'conversations' option

## 1.25.6 - 2023-06-17
### Additions
- [blogger] download files from `lh*.googleusercontent.com`
- [fantia] extract `plan` metadata
- [fantia] emit warning for non-visible content sections
- [furaffinity] extract `favorite_id` metadata
- [jschan] add generic extractors for jschan image boards
- [kemonoparty] support `.su` TLDs
- [pixiv:novel] add `novel-bookmark` extractor
- [pixiv:novel] add `full-series` option
- [postimage] add gallery support, update image extractor
- [redgifs] support galleries
- [twitter] extract `conversation_id` metadata
- [vipergirls] add login support
- [vipergirls] use API endpoints
- [formatter] implement `H` conversion

## 1.25.5 - 2023-05-27
### Additions
- [8muses] add `parts` metadata field
- [danbooru] add `date` metadata field
- [e621] add `date` metadata field
- [gofile] add basic password support
- [imagechest] implement API support
- [instagram] add `order-files` option
- [instagram] add `order-posts` option
- [instagram] add `metadata` option
- [jpgfish] add `jpg.fishing` extractors
- [lensdump] add `lensdump.com` extractors
- [mangaread] add `mangaread.org` extractors
- [misskey] add `favorite` extractor
- [pixiv] add `novel` support
- [reddit] support cross-posted media
- [postprocessor:exec] support tilde expansion for `command`
- [formatter] support slicing strings as bytes

## 1.25.4 - 2023-05-07
### Additions
- [4chanarchives] add `thread` and `board` extractors
- [foolfuuka] add `archive.palanq.win`
- [imgur] add `favorite-folder` extractor
- [mangadex] add `status` and `tags` metadata
- allow selecting a domain with `--cookies-from-browser`
- add `--cookies-export` command-line option
- add `-C` as short option for `--cookies`
- include exception type in config error messages

### Removals
- [420chan] remove module
- [foolfuuka] remove `archive.alice.al` and `tokyochronos.net`
- [foolslide] remove `sensescans.com`
- [nana] remove module

## 1.25.3 - 2023-04-30
### Additions
- [imagefap] extract `description` and `categories` metadata
- [imxto] add `gallery` extractor
- [itchio] add `game` extractor
- [nitter] extract user IDs from encoded banner URLs
- [pixiv] allow sorting search results by popularity
- [reddit] match `preview.redd.it` URLs
- [sankaku] support post URLs with MD5 hashes
- [shimmie2] add generic extractors for Shimmie2 sites
- [tumblr] add `day` extractor
- [twitter] support `profile-conversation` entries
- [vipergirls] add `thread` and `post` extractors
- [downloader:http] add `consume-content` option

## 1.25.2 - 2023-04-15
### Additions
- [deviantart] add `public` option
- [nitter] extract videos from `source` elements
- [twitter] add `date_liked` and `date_bookmarked` metadata for liked and
  bookmarked Tweets
- [urlshortener] add support for bit.ly & t.co
- [downloader:http] add MIME type and signature for `.heic` files

## 1.25.1 - 2023-03-25
### Additions
- [nitter] support nitter.it
- [twitter] add `hashtag` extractor
- [twitter] support Tweet content with >280 characters
- [formatter] support loading f-strings from template files
- [formatter] support filesystem paths for `\fM` modules
- [formatter] support putting keys in quotes (e.g. `user['name']`)
- [postprocessor:metadata] add `skip` option


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/gallery-dl/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/gallery-dl/PLIST
cvs rdiff -u -r1.85 -r1.86 pkgsrc/net/gallery-dl/distinfo

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.90 pkgsrc/net/gallery-dl/Makefile:1.91
--- pkgsrc/net/gallery-dl/Makefile:1.90 Mon Aug 14 05:24:59 2023
+++ pkgsrc/net/gallery-dl/Makefile      Thu Aug 17 21:41:45 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2023/08/14 05:24:59 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2023/08/17 21:41:45 leot Exp $
 
-DISTNAME=      gallery_dl-1.25.0
+DISTNAME=      gallery_dl-1.25.8
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
 

Index: pkgsrc/net/gallery-dl/PLIST
diff -u pkgsrc/net/gallery-dl/PLIST:1.63 pkgsrc/net/gallery-dl/PLIST:1.64
--- pkgsrc/net/gallery-dl/PLIST:1.63    Sun Mar 19 11:56:01 2023
+++ pkgsrc/net/gallery-dl/PLIST Thu Aug 17 21:41:45 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.63 2023/03/19 11:56:01 leot Exp $
+@comment $NetBSD: PLIST,v 1.64 2023/08/17 21:41:45 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -57,12 +57,12 @@ ${PYSITELIB}/gallery_dl/extractor/35phot
 ${PYSITELIB}/gallery_dl/extractor/3dbooru.py
 ${PYSITELIB}/gallery_dl/extractor/3dbooru.pyc
 ${PYSITELIB}/gallery_dl/extractor/3dbooru.pyo
-${PYSITELIB}/gallery_dl/extractor/420chan.py
-${PYSITELIB}/gallery_dl/extractor/420chan.pyc
-${PYSITELIB}/gallery_dl/extractor/420chan.pyo
 ${PYSITELIB}/gallery_dl/extractor/4chan.py
 ${PYSITELIB}/gallery_dl/extractor/4chan.pyc
 ${PYSITELIB}/gallery_dl/extractor/4chan.pyo
+${PYSITELIB}/gallery_dl/extractor/4chanarchives.py
+${PYSITELIB}/gallery_dl/extractor/4chanarchives.pyc
+${PYSITELIB}/gallery_dl/extractor/4chanarchives.pyo
 ${PYSITELIB}/gallery_dl/extractor/500px.py
 ${PYSITELIB}/gallery_dl/extractor/500px.pyc
 ${PYSITELIB}/gallery_dl/extractor/500px.pyo
@@ -90,9 +90,6 @@ ${PYSITELIB}/gallery_dl/extractor/aryion
 ${PYSITELIB}/gallery_dl/extractor/bbc.py
 ${PYSITELIB}/gallery_dl/extractor/bbc.pyc
 ${PYSITELIB}/gallery_dl/extractor/bbc.pyo
-${PYSITELIB}/gallery_dl/extractor/bcy.py
-${PYSITELIB}/gallery_dl/extractor/bcy.pyc
-${PYSITELIB}/gallery_dl/extractor/bcy.pyo
 ${PYSITELIB}/gallery_dl/extractor/behance.py
 ${PYSITELIB}/gallery_dl/extractor/behance.pyc
 ${PYSITELIB}/gallery_dl/extractor/behance.pyo
@@ -261,6 +258,15 @@ ${PYSITELIB}/gallery_dl/extractor/issuu.
 ${PYSITELIB}/gallery_dl/extractor/itaku.py
 ${PYSITELIB}/gallery_dl/extractor/itaku.pyc
 ${PYSITELIB}/gallery_dl/extractor/itaku.pyo
+${PYSITELIB}/gallery_dl/extractor/itchio.py
+${PYSITELIB}/gallery_dl/extractor/itchio.pyc
+${PYSITELIB}/gallery_dl/extractor/itchio.pyo
+${PYSITELIB}/gallery_dl/extractor/jpgfish.py
+${PYSITELIB}/gallery_dl/extractor/jpgfish.pyc
+${PYSITELIB}/gallery_dl/extractor/jpgfish.pyo
+${PYSITELIB}/gallery_dl/extractor/jschan.py
+${PYSITELIB}/gallery_dl/extractor/jschan.pyc
+${PYSITELIB}/gallery_dl/extractor/jschan.pyo
 ${PYSITELIB}/gallery_dl/extractor/kabeuchi.py
 ${PYSITELIB}/gallery_dl/extractor/kabeuchi.pyc
 ${PYSITELIB}/gallery_dl/extractor/kabeuchi.pyo
@@ -276,15 +282,15 @@ ${PYSITELIB}/gallery_dl/extractor/khinsi
 ${PYSITELIB}/gallery_dl/extractor/komikcast.py
 ${PYSITELIB}/gallery_dl/extractor/komikcast.pyc
 ${PYSITELIB}/gallery_dl/extractor/komikcast.pyo
+${PYSITELIB}/gallery_dl/extractor/lensdump.py
+${PYSITELIB}/gallery_dl/extractor/lensdump.pyc
+${PYSITELIB}/gallery_dl/extractor/lensdump.pyo
 ${PYSITELIB}/gallery_dl/extractor/lexica.py
 ${PYSITELIB}/gallery_dl/extractor/lexica.pyc
 ${PYSITELIB}/gallery_dl/extractor/lexica.pyo
 ${PYSITELIB}/gallery_dl/extractor/lightroom.py
 ${PYSITELIB}/gallery_dl/extractor/lightroom.pyc
 ${PYSITELIB}/gallery_dl/extractor/lightroom.pyo
-${PYSITELIB}/gallery_dl/extractor/lineblog.py
-${PYSITELIB}/gallery_dl/extractor/lineblog.pyc
-${PYSITELIB}/gallery_dl/extractor/lineblog.pyo
 ${PYSITELIB}/gallery_dl/extractor/livedoor.py
 ${PYSITELIB}/gallery_dl/extractor/livedoor.pyc
 ${PYSITELIB}/gallery_dl/extractor/livedoor.pyo
@@ -315,6 +321,9 @@ ${PYSITELIB}/gallery_dl/extractor/mangan
 ${PYSITELIB}/gallery_dl/extractor/mangapark.py
 ${PYSITELIB}/gallery_dl/extractor/mangapark.pyc
 ${PYSITELIB}/gallery_dl/extractor/mangapark.pyo
+${PYSITELIB}/gallery_dl/extractor/mangaread.py
+${PYSITELIB}/gallery_dl/extractor/mangaread.pyc
+${PYSITELIB}/gallery_dl/extractor/mangaread.pyo
 ${PYSITELIB}/gallery_dl/extractor/mangasee.py
 ${PYSITELIB}/gallery_dl/extractor/mangasee.pyc
 ${PYSITELIB}/gallery_dl/extractor/mangasee.pyo
@@ -342,9 +351,6 @@ ${PYSITELIB}/gallery_dl/extractor/myhent
 ${PYSITELIB}/gallery_dl/extractor/myportfolio.py
 ${PYSITELIB}/gallery_dl/extractor/myportfolio.pyc
 ${PYSITELIB}/gallery_dl/extractor/myportfolio.pyo
-${PYSITELIB}/gallery_dl/extractor/nana.py
-${PYSITELIB}/gallery_dl/extractor/nana.pyc
-${PYSITELIB}/gallery_dl/extractor/nana.pyo
 ${PYSITELIB}/gallery_dl/extractor/naver.py
 ${PYSITELIB}/gallery_dl/extractor/naver.pyc
 ${PYSITELIB}/gallery_dl/extractor/naver.pyo
@@ -456,6 +462,9 @@ ${PYSITELIB}/gallery_dl/extractor/senman
 ${PYSITELIB}/gallery_dl/extractor/sexcom.py
 ${PYSITELIB}/gallery_dl/extractor/sexcom.pyc
 ${PYSITELIB}/gallery_dl/extractor/sexcom.pyo
+${PYSITELIB}/gallery_dl/extractor/shimmie2.py
+${PYSITELIB}/gallery_dl/extractor/shimmie2.pyc
+${PYSITELIB}/gallery_dl/extractor/shimmie2.pyo
 ${PYSITELIB}/gallery_dl/extractor/shopify.py
 ${PYSITELIB}/gallery_dl/extractor/shopify.pyc
 ${PYSITELIB}/gallery_dl/extractor/shopify.pyo
@@ -522,12 +531,18 @@ ${PYSITELIB}/gallery_dl/extractor/unspla
 ${PYSITELIB}/gallery_dl/extractor/uploadir.py
 ${PYSITELIB}/gallery_dl/extractor/uploadir.pyc
 ${PYSITELIB}/gallery_dl/extractor/uploadir.pyo
+${PYSITELIB}/gallery_dl/extractor/urlshortener.py
+${PYSITELIB}/gallery_dl/extractor/urlshortener.pyc
+${PYSITELIB}/gallery_dl/extractor/urlshortener.pyo
 ${PYSITELIB}/gallery_dl/extractor/vanillarock.py
 ${PYSITELIB}/gallery_dl/extractor/vanillarock.pyc
 ${PYSITELIB}/gallery_dl/extractor/vanillarock.pyo
 ${PYSITELIB}/gallery_dl/extractor/vichan.py
 ${PYSITELIB}/gallery_dl/extractor/vichan.pyc
 ${PYSITELIB}/gallery_dl/extractor/vichan.pyo
+${PYSITELIB}/gallery_dl/extractor/vipergirls.py
+${PYSITELIB}/gallery_dl/extractor/vipergirls.pyc
+${PYSITELIB}/gallery_dl/extractor/vipergirls.pyo
 ${PYSITELIB}/gallery_dl/extractor/vk.py
 ${PYSITELIB}/gallery_dl/extractor/vk.pyc
 ${PYSITELIB}/gallery_dl/extractor/vk.pyo

Index: pkgsrc/net/gallery-dl/distinfo
diff -u pkgsrc/net/gallery-dl/distinfo:1.85 pkgsrc/net/gallery-dl/distinfo:1.86
--- pkgsrc/net/gallery-dl/distinfo:1.85 Sun Mar 19 11:56:01 2023
+++ pkgsrc/net/gallery-dl/distinfo      Thu Aug 17 21:41:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.85 2023/03/19 11:56:01 leot Exp $
+$NetBSD: distinfo,v 1.86 2023/08/17 21:41:45 leot Exp $
 
-BLAKE2s (gallery_dl-1.25.0.tar.gz) = 3229ee442085e5d42c586537820c44a8dce96b5cded69c963e3238b955998423
-SHA512 (gallery_dl-1.25.0.tar.gz) = 19139be7c7de38cc1b55d0c86be4f52fe0f09d0659e1e5202bd40906323732c07d8cc72d63a9d98dd403fc8b199178cece2e36e2ed6e5fa290c39aa9815766f3
-Size (gallery_dl-1.25.0.tar.gz) = 526802 bytes
+BLAKE2s (gallery_dl-1.25.8.tar.gz) = 2f3e3ae625610b5e410d1e2f288b773bc981af96e3e23a4d2ac3b0b317502321
+SHA512 (gallery_dl-1.25.8.tar.gz) = 0139dd77c69f8b5b4ce3f8085d3e13a2a1a5c5ddd556d2a08dbcef1f617ac3ac81b30ac4614a54a69cff1b5b3a29ec083fe7e5699d1d82fecd7ff05d8a925290
+Size (gallery_dl-1.25.8.tar.gz) = 554759 bytes



Home | Main Index | Thread Index | Old Index