pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bandcamp-dl bandcamp-dl: Update to 0.0.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74f8e2522764
branches:  trunk
changeset: 445365:74f8e2522764
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 21 18:10:05 2021 +0000

description:
bandcamp-dl: Update to 0.0.10

- Exposed Unicode Slugify options to better enhance filename generation, user can now:

    Retain uppercase
    Retain spaces
    Choose the space replacement char if not retaining them
    Convert characters to ASCII

- Album cover quality increased by switching to the pop-up image

- Fixed bandcamp-dl not being able to find the needed page data due to a change on Bandcamp's end

- Fixed script data matching

diffstat:

 net/bandcamp-dl/Makefile |   7 +++----
 net/bandcamp-dl/PLIST    |  17 ++++++++++-------
 net/bandcamp-dl/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 16 deletions(-)

diffs (59 lines):

diff -r 2ad0f9e716e7 -r 74f8e2522764 net/bandcamp-dl/Makefile
--- a/net/bandcamp-dl/Makefile  Thu Jan 21 17:31:26 2021 +0000
+++ b/net/bandcamp-dl/Makefile  Thu Jan 21 18:10:05 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/12/04 20:45:32 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/21 18:10:05 nia Exp $
 
-DISTNAME=      bandcamp-downloader-0.0.8.post12
-PKGNAME=       ${DISTNAME:S/-downloader/-dl/1:S/.post/./1}
-PKGREVISION=   1
+DISTNAME=      bandcamp-downloader-0.0.10
+PKGNAME=       ${DISTNAME:S/-downloader/-dl/1}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bandcamp-downloader/}
 
diff -r 2ad0f9e716e7 -r 74f8e2522764 net/bandcamp-dl/PLIST
--- a/net/bandcamp-dl/PLIST     Thu Jan 21 17:31:26 2021 +0000
+++ b/net/bandcamp-dl/PLIST     Thu Jan 21 18:10:05 2021 +0000
@@ -1,11 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/18 08:51:47 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/01/21 18:10:05 nia Exp $
 bin/bandcamp-dl
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/bandcamp_dl/__init__.py
 ${PYSITELIB}/bandcamp_dl/__init__.pyc
 ${PYSITELIB}/bandcamp_dl/__init__.pyo
@@ -30,3 +24,12 @@
 ${PYSITELIB}/bandcamp_dl/utils/requests_patch.py
 ${PYSITELIB}/bandcamp_dl/utils/requests_patch.pyc
 ${PYSITELIB}/bandcamp_dl/utils/requests_patch.pyo
+${PYSITELIB}/bandcamp_dl/utils/unicode_slugify.py
+${PYSITELIB}/bandcamp_dl/utils/unicode_slugify.pyc
+${PYSITELIB}/bandcamp_dl/utils/unicode_slugify.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 2ad0f9e716e7 -r 74f8e2522764 net/bandcamp-dl/distinfo
--- a/net/bandcamp-dl/distinfo  Thu Jan 21 17:31:26 2021 +0000
+++ b/net/bandcamp-dl/distinfo  Thu Jan 21 18:10:05 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/05/01 17:55:05 nia Exp $
+$NetBSD: distinfo,v 1.2 2021/01/21 18:10:05 nia Exp $
 
-SHA1 (bandcamp-downloader-0.0.8.post12.tar.gz) = f8bee0516a2ec9671d2c83bcfb626a6741d54b3e
-RMD160 (bandcamp-downloader-0.0.8.post12.tar.gz) = c3e6c93bf7b46ffa65b8751f0d6de313b594230d
-SHA512 (bandcamp-downloader-0.0.8.post12.tar.gz) = 9c32783e6482ad2f435b3aeb0fc90fd9b9db3a0a89502b5c258a5b7cd0ec1bb4490d88be92f9a8b651a70a0e9591231fd2d2c69a656136632fc0949b00c2ba49
-Size (bandcamp-downloader-0.0.8.post12.tar.gz) = 13341 bytes
+SHA1 (bandcamp-downloader-0.0.10.tar.gz) = 11e94b3bdeccf1c364aad56c5fc4bb3e69e47c2f
+RMD160 (bandcamp-downloader-0.0.10.tar.gz) = 1984d5879b25a43674bc498cbed47c7fa4c069fc
+SHA512 (bandcamp-downloader-0.0.10.tar.gz) = c4d42453a9710f4a02ea2f33482e00745cf081da89533950b9b01b6c9e9336d08ef1fa9972abc93ee89802a804e43d163c3ad1ca39fce86f479c105d317dccef
+Size (bandcamp-downloader-0.0.10.tar.gz) = 18724 bytes



Home | Main Index | Thread Index | Old Index