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:           Sun Nov 30 14:13:27 UTC 2025

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

Log Message:
py-last: update to 7.0.0.

Removed

    Remove SCROBBLE_SOURCE_* and SCROBBLE_MODE_* (#502) @scy

Added

    Add chosen_by_user parameter to scrobble & scrobble_many (#501) @scy

        This parameter is used to indicate when a scrobble comes from a source that the user doesn't have "direct" control over. In most cases where a user is scrobbling their own music you can 
safely ignore this parameter. However, if the user is listening to music that is effectively chosen by someone other than themselves (e.g. from a Last.fm radio stream; from some other recommendation 
service; or radio show put together by a DJ or host) then this value should be set to "false". If there is any ambiguity or doubt then don't send this value.

    Add support for Python 3.15 (#503) @hugovk

Changed

    Test against recorded API responses instead of live Last.fm (#507) @hugovk
    Replace pre-commit with prek (#508) @hugovk


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/py-last/Makefile
cvs rdiff -u -r1.11 -r1.12 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.18 pkgsrc/audio/py-last/Makefile:1.19
--- pkgsrc/audio/py-last/Makefile:1.18  Sat Oct 11 21:48:05 2025
+++ pkgsrc/audio/py-last/Makefile       Sun Nov 30 14:13:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/10/11 21:48:05 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/11/30 14:13:27 wiz Exp $
 
-DISTNAME=      pylast-6.0.0
+DISTNAME=      pylast-7.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylast/}
@@ -21,5 +21,10 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-yaml-[0-9]
 
 USE_LANGUAGES= # none
 
+.if make(test)
+ALLOW_NETWORK_ACCESS=  yes
+.endif
+# 93 failed, 44 passed, 9 skipped, 1 xfailed, 2 warnings
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/py-last/distinfo
diff -u pkgsrc/audio/py-last/distinfo:1.11 pkgsrc/audio/py-last/distinfo:1.12
--- pkgsrc/audio/py-last/distinfo:1.11  Sat Oct 11 21:48:05 2025
+++ pkgsrc/audio/py-last/distinfo       Sun Nov 30 14:13:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/10/11 21:48:05 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/11/30 14:13:27 wiz Exp $
 
-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
+BLAKE2s (pylast-7.0.0.tar.gz) = a8f221c6b4c1719acd938f91b319614608cbdeb78c477dbf4c2946cb6cfca912
+SHA512 (pylast-7.0.0.tar.gz) = caae15ccea8400093db50f9bd8350e8035020219945a4c98ef05ca5cd72982350ccf46d62b7aa5c20237c57b64398c8737a950dbbec1ddbb23fa738fdf7f59dd
+Size (pylast-7.0.0.tar.gz) = 435280 bytes



Home | Main Index | Thread Index | Old Index