pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-soundfile



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun  7 04:57:31 UTC 2026

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

Log Message:
py-soundfile: updated to 0.14.0

0.14.0

Added type annotations
Added Licensing note to wheel
Fixed race condition when opening files concurrently
Fixed regressions in test suite
Removed support for Python <= 3.9
Added ARM64 support for Windows


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/py-soundfile/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/py-soundfile/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-soundfile/Makefile
diff -u pkgsrc/audio/py-soundfile/Makefile:1.16 pkgsrc/audio/py-soundfile/Makefile:1.17
--- pkgsrc/audio/py-soundfile/Makefile:1.16     Thu Oct  9 07:57:23 2025
+++ pkgsrc/audio/py-soundfile/Makefile  Sun Jun  7 04:57:31 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/10/09 07:57:23 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/06/07 04:57:31 adam Exp $
 
-DISTNAME=      soundfile-0.13.1
+DISTNAME=      soundfile-0.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/soundfile/}
 
@@ -14,6 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.0:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 

Index: pkgsrc/audio/py-soundfile/distinfo
diff -u pkgsrc/audio/py-soundfile/distinfo:1.6 pkgsrc/audio/py-soundfile/distinfo:1.7
--- pkgsrc/audio/py-soundfile/distinfo:1.6      Sun Jan 26 17:38:56 2025
+++ pkgsrc/audio/py-soundfile/distinfo  Sun Jun  7 04:57:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/01/26 17:38:56 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/06/07 04:57:31 adam Exp $
 
-BLAKE2s (soundfile-0.13.1.tar.gz) = c1a1911d6866b99627c8d4754fb003e91ea59678314a6b53605a685c380f0e5e
-SHA512 (soundfile-0.13.1.tar.gz) = f3abb62bf7e93bcf111e9d6f9cf560f2cc2dbdd48af1d653e412f071932225016560d3bb318c2129420f53a9e7e51aea1d91f848a09a462dbd34ac836f0e1555
-Size (soundfile-0.13.1.tar.gz) = 46156 bytes
+BLAKE2s (soundfile-0.14.0.tar.gz) = d75400f80acb29c18fe146ca9e84e786883113207dcda363dabbd66319b548e2
+SHA512 (soundfile-0.14.0.tar.gz) = 7895855686ca110d05693f43a63ad499f46e6a5710523ff20d0164b6add3615ec2316bfbb3ec46582c04c612df61dc5b70a8bb99f6bb47aec90e22f5e95e7260
+Size (soundfile-0.14.0.tar.gz) = 47842 bytes



Home | Main Index | Thread Index | Old Index