pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update to 1.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3367f12e9dc
branches:  trunk
changeset: 333306:e3367f12e9dc
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat May 04 21:38:37 2019 +0000

description:
gallery-dl: Update to 1.8.3

Changes:
1.8.3
-----
### Additions
- Support for
  - `plurk` (#212)
  - `sexcom` (#147)
- `--clear-cache`
- `date` metadata fields for `deviantart`, `twitter`, and `tumblr` (#224, #232)

### Changes
- Standalone executables are now built using PyInstaller:
  - uses the latest CPython interpreter (Python 3.7.3)
  - available on several platforms (Windows, Linux, macOS)
  - includes the `certifi` CA bundle, `youtube-dl`, and `pyOpenSSL` on Windows

### Fixes
- Patch `urllib3`'s  default list of SSL/TLS ciphers to prevent Cloudflare
  CAPTCHAs (#227)
  - Windows users need to install `pyOpenSSL` for this to take effect
- Provide fallback URLs for `twitter` images (#237)
- Send `Referer` headers when downloading from `hitomi` (#239)
- Updated login procedure on `mangoxo`

diffstat:

 net/gallery-dl/Makefile |   5 ++---
 net/gallery-dl/PLIST    |   8 +++++++-
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (59 lines):

diff -r f279f4d04083 -r e3367f12e9dc net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sat May 04 20:30:34 2019 +0000
+++ b/net/gallery-dl/Makefile   Sat May 04 21:38:37 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2019/04/25 07:33:10 maya Exp $
+# $NetBSD: Makefile,v 1.32 2019/05/04 21:38:37 leot Exp $
 
-DISTNAME=      gallery_dl-1.8.2
+DISTNAME=      gallery_dl-1.8.3
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
 
diff -r f279f4d04083 -r e3367f12e9dc net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sat May 04 20:30:34 2019 +0000
+++ b/net/gallery-dl/PLIST      Sat May 04 21:38:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/04/12 09:48:41 leot Exp $
+@comment $NetBSD: PLIST,v 1.26 2019/05/04 21:38:37 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -249,6 +249,9 @@
 ${PYSITELIB}/gallery_dl/extractor/pixnet.py
 ${PYSITELIB}/gallery_dl/extractor/pixnet.pyc
 ${PYSITELIB}/gallery_dl/extractor/pixnet.pyo
+${PYSITELIB}/gallery_dl/extractor/plurk.py
+${PYSITELIB}/gallery_dl/extractor/plurk.pyc
+${PYSITELIB}/gallery_dl/extractor/plurk.pyo
 ${PYSITELIB}/gallery_dl/extractor/pururin.py
 ${PYSITELIB}/gallery_dl/extractor/pururin.pyc
 ${PYSITELIB}/gallery_dl/extractor/pururin.pyo
@@ -279,6 +282,9 @@
 ${PYSITELIB}/gallery_dl/extractor/senmanga.py
 ${PYSITELIB}/gallery_dl/extractor/senmanga.pyc
 ${PYSITELIB}/gallery_dl/extractor/senmanga.pyo
+${PYSITELIB}/gallery_dl/extractor/sexcom.py
+${PYSITELIB}/gallery_dl/extractor/sexcom.pyc
+${PYSITELIB}/gallery_dl/extractor/sexcom.pyo
 ${PYSITELIB}/gallery_dl/extractor/shopify.py
 ${PYSITELIB}/gallery_dl/extractor/shopify.pyc
 ${PYSITELIB}/gallery_dl/extractor/shopify.pyo
diff -r f279f4d04083 -r e3367f12e9dc net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sat May 04 20:30:34 2019 +0000
+++ b/net/gallery-dl/distinfo   Sat May 04 21:38:37 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2019/04/12 09:48:41 leot Exp $
+$NetBSD: distinfo,v 1.30 2019/05/04 21:38:37 leot Exp $
 
-SHA1 (gallery_dl-1.8.2.tar.gz) = d9692d558ac40398a64fffd38d4c3930fc6127b5
-RMD160 (gallery_dl-1.8.2.tar.gz) = 01e4c5f105c2d410a5e2b6f0e567cf587c8a5d34
-SHA512 (gallery_dl-1.8.2.tar.gz) = 281979c41f6090d8ed5904c13f2e08a8c712263ec0cdf9a8fa688f31fe89d9004ed4aca784d9e4e471b452c0cd7be33d0378131701ffe5fc86985dda80ab8621
-Size (gallery_dl-1.8.2.tar.gz) = 195434 bytes
+SHA1 (gallery_dl-1.8.3.tar.gz) = 7dfabfdf285aaeb065a604f51653a621f8ddc979
+RMD160 (gallery_dl-1.8.3.tar.gz) = a512374acf9b2369089b0b9588081e104f211afb
+SHA512 (gallery_dl-1.8.3.tar.gz) = af76cd3dce11c306692514ef21aa88d41b4655cb7b17ec4740d0a704db28cc131fbef964352383046244bf6d50bde09a202485e874502e7c8b277ee68377e55f
+Size (gallery_dl-1.8.3.tar.gz) = 198988 bytes
 SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index