diff options
author | leot <leot@pkgsrc.org> | 2019-08-30 18:16:13 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-08-30 18:16:13 +0000 |
commit | adaf2107f6061b710940919adf61354e0e844f2a (patch) | |
tree | 682f01d8dc319dacb704ac8d90e9829e0d06ce3a /net | |
parent | 2d0a8d27ab1d74eab1e70cbd28a59192f630fc6f (diff) | |
download | pkgsrc-adaf2107f6061b710940919adf61354e0e844f2a.tar.gz |
gallery-dl: Update to 1.10.3
Changes:
1.10.3
------
### Additions
- Provide `filename` metadata for all `deviantart` files (#392, #400)
- Implement a `ytdl.outtmpl` option to let youtube-dl handle filenames by
itself (#395)
- Support `seiga` mobile URLs (#401)
### Fixes
- Extract more than the first 32 posts from `piczel` galleries (#396)
- Fix filenames of archives created with `--zip` (#397)
- Skip unavailable images and videos on `flickr` (#398)
- Fix filesystem paths on Windows with Python 3.6 and lower (#402)
Diffstat (limited to 'net')
-rw-r--r-- | net/gallery-dl/Makefile | 4 | ||||
-rw-r--r-- | net/gallery-dl/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index 550bbbb3d9e..a5f9a74b330 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2019/08/23 21:28:34 leot Exp $ +# $NetBSD: Makefile,v 1.41 2019/08/30 18:16:13 leot Exp $ -DISTNAME= gallery_dl-1.10.2 +DISTNAME= gallery_dl-1.10.3 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index a967ce0139d..83e92215dee 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.38 2019/08/23 21:28:34 leot Exp $ +$NetBSD: distinfo,v 1.39 2019/08/30 18:16:13 leot Exp $ -SHA1 (gallery_dl-1.10.2.tar.gz) = 790c4345d13ebcdf8d055aa850ada4fbff1726fc -RMD160 (gallery_dl-1.10.2.tar.gz) = 88ffaf75c9da572eb25047ef0c1e3081eb2cc398 -SHA512 (gallery_dl-1.10.2.tar.gz) = ad7e6a1edeb0c038521754003bbe4e9115fb8ca9b38a060ccb723778f39c18a6001d2d0ca6e051ec1d091f32c1021c8a1d67f6efccaf3360aa2a34d9ee637d1d -Size (gallery_dl-1.10.2.tar.gz) = 223974 bytes +SHA1 (gallery_dl-1.10.3.tar.gz) = 36a60a8b7c6ea8a93b03344eba2f02999d502659 +RMD160 (gallery_dl-1.10.3.tar.gz) = 9c1b4ad29c2ac5d2e991d91043d239e8c799807f +SHA512 (gallery_dl-1.10.3.tar.gz) = 875c3b75f8dfdbc7f7dc5565ca11525c6a544b4613358e67599d98d6da1fe9dcbad38efa7289a608954410cd12ae29ee79e3fd0569eb7fb16a3a7d58a46dcc37 +Size (gallery_dl-1.10.3.tar.gz) = 225504 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 |