Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D43F84D25 for ; Fri, 4 Aug 2023 08:30:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZR66h7zuHYSO for ; Fri, 4 Aug 2023 08:30:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EDE5C84D1B for ; Fri, 4 Aug 2023 08:30:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E585CFBDB; Fri, 4 Aug 2023 08:30:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169113781972540" MIME-Version: 1.0 Date: Fri, 4 Aug 2023 08:30:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/py-audioread To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230804083019.E585CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169113781972540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 4 08:30:19 UTC 2023 Modified Files: pkgsrc/audio/py-audioread: Makefile PLIST distinfo Log Message: py-audioread: updated to 3.0.0 3.0.0 Drop support for Python 2 and older versions of Python 3. The library now requires Python 3.6+. Increase default block size in FFmpegAudioFile to get slightly faster file reading. Cache backends for faster lookup (thanks to @bmcfee). Audio file classes now inherit from a common base AudioFile class. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/py-audioread/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/py-audioread/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/py-audioread/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169113781972540 Content-Disposition: inline Content-Length: 2977 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/py-audioread/Makefile diff -u pkgsrc/audio/py-audioread/Makefile:1.11 pkgsrc/audio/py-audioread/Makefile:1.12 --- pkgsrc/audio/py-audioread/Makefile:1.11 Tue Jun 6 12:40:17 2023 +++ pkgsrc/audio/py-audioread/Makefile Fri Aug 4 08:30:19 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2023/06/06 12:40:17 riastradh Exp $ +# $NetBSD: Makefile,v 1.12 2023/08/04 08:30:19 adam Exp $ -DISTNAME= audioread-2.1.9 +DISTNAME= audioread-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/} @@ -11,11 +10,14 @@ HOMEPAGE= https://github.com/sampsyo/aud COMMENT= Audio file decoder LICENSE= mit -TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +TOOL_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/audio/py-audioread/PLIST diff -u pkgsrc/audio/py-audioread/PLIST:1.4 pkgsrc/audio/py-audioread/PLIST:1.5 --- pkgsrc/audio/py-audioread/PLIST:1.4 Thu Dec 3 18:15:35 2020 +++ pkgsrc/audio/py-audioread/PLIST Fri Aug 4 08:30:19 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/12/03 18:15:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/08/04 08:30:19 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx ${PYSITELIB}/audioread/__init__.py ${PYSITELIB}/audioread/__init__.pyc ${PYSITELIB}/audioread/__init__.pyo +${PYSITELIB}/audioread/base.py +${PYSITELIB}/audioread/base.pyc +${PYSITELIB}/audioread/base.pyo ${PYSITELIB}/audioread/exceptions.py ${PYSITELIB}/audioread/exceptions.pyc ${PYSITELIB}/audioread/exceptions.pyo Index: pkgsrc/audio/py-audioread/distinfo diff -u pkgsrc/audio/py-audioread/distinfo:1.10 pkgsrc/audio/py-audioread/distinfo:1.11 --- pkgsrc/audio/py-audioread/distinfo:1.10 Tue Oct 26 09:59:24 2021 +++ pkgsrc/audio/py-audioread/distinfo Fri Aug 4 08:30:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 09:59:24 nia Exp $ +$NetBSD: distinfo,v 1.11 2023/08/04 08:30:19 adam Exp $ -BLAKE2s (audioread-2.1.9.tar.gz) = 0b0263b9595e9647750e733343cd69e4f54ad66add7f12a83e60466328fe6697 -SHA512 (audioread-2.1.9.tar.gz) = ad2260b6931cfeebb815d48221366a2a5d8095965ff18e94c5eb0809d9a1b02e650a62ad5e895b7f1e003771fa3babf56f59ce4538aca78b678566fd28327290 -Size (audioread-2.1.9.tar.gz) = 377500 bytes +BLAKE2s (audioread-3.0.0.tar.gz) = 9a97d6894b4f0cb5ec1a9a0d20c50c18588eba387e62c7114a417cd041348fd9 +SHA512 (audioread-3.0.0.tar.gz) = c9f1e5206df998ad9d112dd4b75ae41cde01271485eed27f62feed89c5ca36d4bbce7a888498d3c20d85e8b50de6ef263f795eec164c4bd348d83535b66c38ae +Size (audioread-3.0.0.tar.gz) = 377038 bytes --_----------=_169113781972540--