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: Mon Jul 6 06:59:11 UTC 2026
Modified Files:
pkgsrc/audio/py-last: Makefile distinfo
Log Message:
py-last: update to 7.1.0.
Changed
Replace HTTPX with HTTPX2 (#536) @hugovk
Remove legacy Python 2 code (#524) @hugovk
Fixed
Fix AuthenticatedUser.get_name returning empty string (#528) @tonybolivar
Fix Country and Tag equality raising AttributeError (#531) @tonybolivar
Fix User.get_recent_tracks docstring and limit type annotation (#521) @RodrigoAroeira
Fix cache miss on requests with username param (#532) @tonybolivar
Return empty result instead of IndexError on empty search (#530) @tonybolivar
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/py-last/Makefile
cvs rdiff -u -r1.14 -r1.15 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.21 pkgsrc/audio/py-last/Makefile:1.22
--- pkgsrc/audio/py-last/Makefile:1.21 Mon Jan 19 14:20:04 2026
+++ pkgsrc/audio/py-last/Makefile Mon Jul 6 06:59:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2026/01/19 14:20:04 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/07/06 06:59:11 wiz Exp $
-DISTNAME= pylast-7.0.2
+DISTNAME= pylast-7.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylast/}
@@ -12,7 +12,7 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-httpx-[0-9]*:../../www/py-httpx
+DEPENDS+= ${PYPKGPREFIX}-httpx2-[0-9]*:../../www/py-httpx2
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
@@ -24,7 +24,9 @@ USE_LANGUAGES= # none
.if make(test)
ALLOW_NETWORK_ACCESS= yes
.endif
-# 93 failed, 44 passed, 9 skipped, 1 xfailed, 2 warnings
+# 'For integration tests you need a test account at Last.fm'
+# without that, as of 7.1.0
+# 94 failed, 56 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.14 pkgsrc/audio/py-last/distinfo:1.15
--- pkgsrc/audio/py-last/distinfo:1.14 Mon Jan 19 14:20:04 2026
+++ pkgsrc/audio/py-last/distinfo Mon Jul 6 06:59:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/01/19 14:20:04 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/07/06 06:59:11 wiz Exp $
-BLAKE2s (pylast-7.0.2.tar.gz) = db80e544aa15589a5f53b12470d7ad6f4d2ad1c92402f2f55c378d5a4669a8e1
-SHA512 (pylast-7.0.2.tar.gz) = 2cf4583658a55765059f436144ea3fcaf17943d15209485e46a7a03d998ab5eeec8f925ff36e67511c6b84491fb8040160c7d138488f32b621f0aa4db8766791
-Size (pylast-7.0.2.tar.gz) = 435704 bytes
+BLAKE2s (pylast-7.1.0.tar.gz) = 9192381dba01fb51198668e3dc0f889635af8a4d22c6cbbb61f093f417b4a584
+SHA512 (pylast-7.1.0.tar.gz) = 454356b7880f53dc7f9289d5e2d0a9d977bfe69a701c1c586f2c9820e8e874298fed131856dd82c4fd35881e2cc431b938c0dcea93048ebc3fc2e57dfe4e203d
+Size (pylast-7.1.0.tar.gz) = 437205 bytes
Home |
Main Index |
Thread Index |
Old Index