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:           Mon Dec  9 11:56:17 UTC 2019

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

Log Message:
gallery-dl: Update to 1.12.0

Changes:
1.12.0
------
### Additions
 - [flickr] support 3k, 4k, 5k, and 6k photo sizes (#472)
 - [imgur] add extractor for subreddit links (#500)
 - [newgrounds] add extractors for `audio` listings and general `media`
   files (#394)
 - [newgrounds] implement login support (#394)
 - [postprocessor:metadata] implement a `extension-format` option (#477)
 - `--exec-after`

### Changes
 - [deviantart] ensure consistent username capitalization (#455)
 - [directlink] split `{path}` into `{path}/{filename}.{extension}`
 - [twitter] update metadata fields with user/author information
 - [postprocessor:metadata] filter private entries & rename `format` to
   `content-format`
 - Enable `cookies-update` by default

### Fixes
 - [2chan] fix metadata extraction
 - [behance] get images from 'media_collection' modules
 - [bobx] fix image downloads by randomly generating session cookies (#482)
 - [deviantart] revert to getting download URLs from OAuth API calls (#488)
 - [deviantart] fix URL generation from '/extended_fetch' results (#505)
 - [flickr] adjust OAuth redirect URI (#503)
 - [hentaifox] fix extraction
 - [imagefap] adapt to new image URL format
 - [imgbb] fix error in galleries without user info (#471)
 - [instagram] prevent errors with missing 'video_url' fields (#479)
 - [nijie] fix `date` parsing
 - [pixiv] match new search URLs (#507)
 - [plurk] fix comment pagination
 - [sexcom] send specific Referer headers when downloading videos
 - [twitter] fix infinite loops (#499)
 - [vsco] fix user profile and collection extraction (#480)
 - Fix Cloudflare DDoS protection bypass

### Removals
 - `--abort-on-skip`


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/gallery-dl/Makefile
cvs rdiff -u -r1.43 -r1.44 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.45 pkgsrc/net/gallery-dl/Makefile:1.46
--- pkgsrc/net/gallery-dl/Makefile:1.45 Mon Nov 11 05:24:23 2019
+++ pkgsrc/net/gallery-dl/Makefile      Mon Dec  9 11:56:17 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/11/11 05:24:23 leot Exp $
+# $NetBSD: Makefile,v 1.46 2019/12/09 11:56:17 leot Exp $
 
-DISTNAME=      gallery_dl-1.11.1
+DISTNAME=      gallery_dl-1.12.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.43 pkgsrc/net/gallery-dl/distinfo:1.44
--- pkgsrc/net/gallery-dl/distinfo:1.43 Mon Nov 11 05:24:23 2019
+++ pkgsrc/net/gallery-dl/distinfo      Mon Dec  9 11:56:17 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.43 2019/11/11 05:24:23 leot Exp $
+$NetBSD: distinfo,v 1.44 2019/12/09 11:56:17 leot Exp $
 
-SHA1 (gallery_dl-1.11.1.tar.gz) = a8b7b51b9470705bcf3ed5c91d8b72f7840ef113
-RMD160 (gallery_dl-1.11.1.tar.gz) = eee90cd064e11bb262f62cf45b3b728fd5f0a882
-SHA512 (gallery_dl-1.11.1.tar.gz) = 7e9c4ea91b7364f2fc43408f9f3e268377e23958a2acd6f51015f2a79da6f67fb6a0c5885873a0b4b47cca1f1c02e9d8ef3f2bd1a97fbca420d8d0eb4054c458
-Size (gallery_dl-1.11.1.tar.gz) = 239061 bytes
+SHA1 (gallery_dl-1.12.0.tar.gz) = 86c295d1882e604500de234a4395095c0de57150
+RMD160 (gallery_dl-1.12.0.tar.gz) = 153524ff5fec1a6958b63d6494e5ceb7ff060f9e
+SHA512 (gallery_dl-1.12.0.tar.gz) = 2fca87ca6a4be03421ecba15bf0157bdd577d3e74e8c7f757a18a4ebbefda898070c0c5d42087c190b79305681e3ff28b0cde0b3700844486870da36deb878eb
+Size (gallery_dl-1.12.0.tar.gz) = 248056 bytes
 SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index