Received: by mail.netbsd.org (Postfix, from userid 605) id 482C084EEF; Sat, 18 Feb 2023 21:01:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7926A84E8A for ; Sat, 18 Feb 2023 21:01:14 +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 nWvhJCRcO6kw for ; Sat, 18 Feb 2023 21:01:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE4F684CEF for ; Sat, 18 Feb 2023 21:01:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7AA3FA90; Sat, 18 Feb 2023 21:01:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167675407310890" MIME-Version: 1.0 Date: Sat, 18 Feb 2023 21:01:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/py-soundfile To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230218210113.E7AA3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167675407310890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 18 21:01:13 UTC 2023 Modified Files: pkgsrc/audio/py-soundfile: Makefile distinfo Log Message: py-soundfile: updated to 0.12.1 0.12.1 Fixes a bug in the library discover on Linux, if no system library and no packaged library could be found. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/py-soundfile/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/py-soundfile/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167675407310890 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/py-soundfile/Makefile diff -u pkgsrc/audio/py-soundfile/Makefile:1.5 pkgsrc/audio/py-soundfile/Makefile:1.6 --- pkgsrc/audio/py-soundfile/Makefile:1.5 Wed Feb 15 12:21:59 2023 +++ pkgsrc/audio/py-soundfile/Makefile Sat Feb 18 21:01:13 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/02/15 12:21:59 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/02/18 21:01:13 adam Exp $ -DISTNAME= soundfile-0.12.0 +DISTNAME= soundfile-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_PYPI:=s/soundfile/} Index: pkgsrc/audio/py-soundfile/distinfo diff -u pkgsrc/audio/py-soundfile/distinfo:1.3 pkgsrc/audio/py-soundfile/distinfo:1.4 --- pkgsrc/audio/py-soundfile/distinfo:1.3 Wed Feb 15 12:21:59 2023 +++ pkgsrc/audio/py-soundfile/distinfo Sat Feb 18 21:01:13 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/02/15 12:21:59 adam Exp $ +$NetBSD: distinfo,v 1.4 2023/02/18 21:01:13 adam Exp $ -BLAKE2s (soundfile-0.12.0.tar.gz) = e271815114a5edd7013c4ae1d25d406bba4debdcc541d21e7cf03c8c7814da6b -SHA512 (soundfile-0.12.0.tar.gz) = 7371c00300afd498c40f41ae8bc1eb7c41b243269c14acdb77a3fbecdcecec7d9689763fc35374a6883d375225c83db2b8da16a095cfee735db9daf3ac8a10b0 -Size (soundfile-0.12.0.tar.gz) = 42518 bytes +BLAKE2s (soundfile-0.12.1.tar.gz) = cb371102c9436c4770f57fa330014a36777d246858f523b87c8c5713d1442e1a +SHA512 (soundfile-0.12.1.tar.gz) = 59ddf404ca235b6a6ba12ab063f14cf1e1488751024a8e26068f47ea3151e5eb342799db2c2cef57cc57d20f34ebebaed5d8d5bb4c3945c7fdbd45d0e585d117 +Size (soundfile-0.12.1.tar.gz) = 43184 bytes --_----------=_167675407310890--