pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-last



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 11 21:48:05 UTC 2025

Modified Files:
        pkgsrc/audio/py-last: Makefile distinfo

Log Message:
py-last: update to 6.0.0.

Breaking change

    Restore proxy support (#487) @itisFarzin

    Multiple proxies can be set by passing a dict, for example: {"http://": my_http_proxy, "https://": my_https_proxy}. A single proxy can be set by passing a str. This is now always saved as a dict 
in network.proxy for both cases, whereas before it could be either str or dict. This could be a breaking change if you are always expecting a str.

Changed

    Drop support for Python 3.9 (#495) @hugovk
    Replace collections.namedtuple with typing.NamedTuple and remove unused (#485) @hugovk
    Remove redundant _unicode function (#484) @hugovk

Fixed

    Skip timestamp for now playing tracks (#483) @itisFarzin


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/py-last/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/py-last/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/py-last/Makefile
diff -u pkgsrc/audio/py-last/Makefile:1.17 pkgsrc/audio/py-last/Makefile:1.18
--- pkgsrc/audio/py-last/Makefile:1.17  Sun Jul 27 09:34:50 2025
+++ pkgsrc/audio/py-last/Makefile       Sat Oct 11 21:48:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/07/27 09:34:50 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/10/11 21:48:05 wiz Exp $
 
-DISTNAME=      pylast-5.5.0
+DISTNAME=      pylast-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylast/}

Index: pkgsrc/audio/py-last/distinfo
diff -u pkgsrc/audio/py-last/distinfo:1.10 pkgsrc/audio/py-last/distinfo:1.11
--- pkgsrc/audio/py-last/distinfo:1.10  Sun Jul 27 09:34:50 2025
+++ pkgsrc/audio/py-last/distinfo       Sat Oct 11 21:48:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/07/27 09:34:50 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/10/11 21:48:05 wiz Exp $
 
-BLAKE2s (pylast-5.5.0.tar.gz) = dc57a267d126f391eaf377a6a19dd1a2915db817ee66f1ced9e66e19c565a803
-SHA512 (pylast-5.5.0.tar.gz) = c4776bf1f430ab8f819dceadbf3efd79ce61bce4780588cd82f12ff99c2cdb96f08871b14693e81183bafe03afd5dda242eebd083e60cc5d035b5ca0f42cc289
-Size (pylast-5.5.0.tar.gz) = 45569 bytes
+BLAKE2s (pylast-6.0.0.tar.gz) = 0e17a95556663b275b443376f2c07531022b7b95cbc150056e23ba4d19ec521f
+SHA512 (pylast-6.0.0.tar.gz) = 5bb462f369f003fc78e1998915acdc2f96b320670ae80d71009b9e88d513639ac376424d8f3840fb7bfef9f3133247590460f00737d754933b7c5da8f9eb7561
+Size (pylast-6.0.0.tar.gz) = 45408 bytes



Home | Main Index | Thread Index | Old Index