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:           Sun May  9 09:00:33 UTC 2021

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

Log Message:
gallery-dl: Update to 1.17.4

Changes:
## 1.17.4 - 2021-05-07
### Additions
 - [gelbooru] add extractor for `/redirect.php` URLs #1530
 - [inkbunny] add `favorite` extractor #1521
 - add `output.skip` option
 - add an optional argument to `--clear-cache` to select which cache entries
   to remove #1230

### Changes
 - [pixiv] update `translated-tags` option #1507
   - rename to `tags`
   - accept `"japanese"`, `"translated"`, and `"original"` as values

### Fixes
 - [500px] update query hashes
 - [kemonoparty] fix download URLs #1514
 - [imagebam] fix extraction
 - [instagram] update query hashes
 - [nozomi] update default archive-fmt for `tag` and `search` extractors (#1529)
 - [pixiv] remove duplicate translated tags (#1507)
 - [readcomiconline] change domain to `readcomiconline.li` (#1517)
 - [sankaku] update invalid-token detection (#1515)
 - fix crash when using `--no-download` with `--ugoira-conv` (#1507)

## 1.17.3 - 2021-04-25
### Additions
 - [danbooru] add option for extended metadata extraction (#1458)
 - [fanbox] add extractors (#1459)
 - [fantia] add extractors (#1459)
 - [gelbooru] add an option to extract notes (#1457)
 - [hentaicosplays] add extractor (#907, #1473, #1483)
 - [instagram] add extractor for `tagged` posts (#1439)
 - [naverwebtoon] ignore non-comic images
 - [pixiv] also save untranslated tags when `translated-tags` is enabled (#1501)
 - [shopify] support omgmiamiswimwear.com (#1280)
 - implement `output.fallback` option
 - add archive format to InfoJob output (#875)
 - build executables with SOCKS proxy support (#1424)

### Fixes
 - [500px] update query hashes
 - [8muses] fix JSON deobfuscation
 - [artstation] download `/4k/` images (#1422)
 - [deviantart] fix pagination for Eclipse results (#1444)
 - [deviantart] improve folder name matching (#1451)
 - [erome] skip deleted albums (#1447)
 - [exhentai] fix image limit detection (#1437)
 - [exhentai] restore `limits` option (#1487)
 - [gelbooru] fix tag category extraction (#1455)
 - [instagram] update query hashes
 - [komikcast] fix extraction
 - [simplyhentai] fix extraction
 - [slideshare] fix extraction
 - [webtoons] update agegate/GDPR cookies (#1431)
 - fix `category-transfer` option

### Removals
 - [yuki] remove module for yuki.la


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/gallery-dl/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/gallery-dl/PLIST
cvs rdiff -u -r1.74 -r1.75 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.77 pkgsrc/net/gallery-dl/Makefile:1.78
--- pkgsrc/net/gallery-dl/Makefile:1.77 Fri Apr  2 20:05:39 2021
+++ pkgsrc/net/gallery-dl/Makefile      Sun May  9 09:00:32 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2021/04/02 20:05:39 leot Exp $
+# $NetBSD: Makefile,v 1.78 2021/05/09 09:00:32 leot Exp $
 
-DISTNAME=      gallery_dl-1.17.2
+DISTNAME=      gallery_dl-1.17.4
 PKGNAME=       ${DISTNAME:S/_/-/}
 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.54 pkgsrc/net/gallery-dl/PLIST:1.55
--- pkgsrc/net/gallery-dl/PLIST:1.54    Fri Apr  2 20:05:39 2021
+++ pkgsrc/net/gallery-dl/PLIST Sun May  9 09:00:32 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2021/04/02 20:05:39 leot Exp $
+@comment $NetBSD: PLIST,v 1.55 2021/05/09 09:00:32 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -114,6 +114,12 @@ ${PYSITELIB}/gallery_dl/extractor/exhent
 ${PYSITELIB}/gallery_dl/extractor/fallenangels.py
 ${PYSITELIB}/gallery_dl/extractor/fallenangels.pyc
 ${PYSITELIB}/gallery_dl/extractor/fallenangels.pyo
+${PYSITELIB}/gallery_dl/extractor/fanbox.py
+${PYSITELIB}/gallery_dl/extractor/fanbox.pyc
+${PYSITELIB}/gallery_dl/extractor/fanbox.pyo
+${PYSITELIB}/gallery_dl/extractor/fantia.py
+${PYSITELIB}/gallery_dl/extractor/fantia.pyc
+${PYSITELIB}/gallery_dl/extractor/fantia.pyo
 ${PYSITELIB}/gallery_dl/extractor/flickr.py
 ${PYSITELIB}/gallery_dl/extractor/flickr.pyc
 ${PYSITELIB}/gallery_dl/extractor/flickr.pyo
@@ -147,6 +153,9 @@ ${PYSITELIB}/gallery_dl/extractor/hbrows
 ${PYSITELIB}/gallery_dl/extractor/hentai2read.py
 ${PYSITELIB}/gallery_dl/extractor/hentai2read.pyc
 ${PYSITELIB}/gallery_dl/extractor/hentai2read.pyo
+${PYSITELIB}/gallery_dl/extractor/hentaicosplays.py
+${PYSITELIB}/gallery_dl/extractor/hentaicosplays.pyc
+${PYSITELIB}/gallery_dl/extractor/hentaicosplays.pyo
 ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.py
 ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyc
 ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo
@@ -432,9 +441,6 @@ ${PYSITELIB}/gallery_dl/extractor/xhamst
 ${PYSITELIB}/gallery_dl/extractor/xvideos.py
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo
-${PYSITELIB}/gallery_dl/extractor/yuki.py
-${PYSITELIB}/gallery_dl/extractor/yuki.pyc
-${PYSITELIB}/gallery_dl/extractor/yuki.pyo
 ${PYSITELIB}/gallery_dl/job.py
 ${PYSITELIB}/gallery_dl/job.pyc
 ${PYSITELIB}/gallery_dl/job.pyo

Index: pkgsrc/net/gallery-dl/distinfo
diff -u pkgsrc/net/gallery-dl/distinfo:1.74 pkgsrc/net/gallery-dl/distinfo:1.75
--- pkgsrc/net/gallery-dl/distinfo:1.74 Fri Apr  2 20:05:39 2021
+++ pkgsrc/net/gallery-dl/distinfo      Sun May  9 09:00:32 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.74 2021/04/02 20:05:39 leot Exp $
+$NetBSD: distinfo,v 1.75 2021/05/09 09:00:32 leot Exp $
 
-SHA1 (gallery_dl-1.17.2.tar.gz) = 60329b9c9e827a0830933092a870d833eb296ab4
-RMD160 (gallery_dl-1.17.2.tar.gz) = b45d122f5efd1d489f36a55f1c399096a0b816e7
-SHA512 (gallery_dl-1.17.2.tar.gz) = 37e2be156a06173e8cbb53a3be0557bf2ee8aa30f57930c6ad5ccef8e92bd69e37f7fac210b96c64c5407616e71228f66f29f7b918c2e325e8658e55950a2683
-Size (gallery_dl-1.17.2.tar.gz) = 341004 bytes
+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 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d



Home | Main Index | Thread Index | Old Index