Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A5C2F1A9239 for ; Thu, 16 Dec 2021 09:53:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BCFA284F48; Thu, 16 Dec 2021 09:53:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01D4E84F3B for ; Thu, 16 Dec 2021 09:53:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eRtRNkG8FonA for ; Thu, 16 Dec 2021 09:53:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C73984C71 for ; Thu, 16 Dec 2021 09:53:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6658FFAEC; Thu, 16 Dec 2021 09:53:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639648408181610" MIME-Version: 1.0 Date: Thu, 16 Dec 2021 09:53:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-netCDF4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211216095328.6658FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639648408181610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 16 09:53:28 UTC 2021 Modified Files: pkgsrc/math/py-netCDF4: Makefile distinfo Log Message: py-netCDF4: updated to 1.5.8 version 1.5.8 * Fix Enum bug (issue 1128): the enum_dict member of an EnumType read from a file contains invalid values when the enum is large enough (more than 127 or 255 members). * Binary wheels for aarch64 and python 3.10. version 1.5.7 * don't try to mask vlens with default _FillValue, since vlens don't have a default _FillValue. This gets rid of numpy DeprecationWarning (issue 1099). * update docs to reflect the fact that a variable must be in collective mode before writing compressed data to it in parallel. Added a test for this (examples/mpi_example_compressed.py). * Fix OverflowError when dimension sizes become greater than 2**32-1 elements on Windows (Issue 1112). * Don't return masked arrays for vlens (only for primitive and enum types To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-netCDF4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-netCDF4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639648408181610 Content-Disposition: inline Content-Length: 1564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-netCDF4/Makefile diff -u pkgsrc/math/py-netCDF4/Makefile:1.15 pkgsrc/math/py-netCDF4/Makefile:1.16 --- pkgsrc/math/py-netCDF4/Makefile:1.15 Wed Dec 8 16:05:35 2021 +++ pkgsrc/math/py-netCDF4/Makefile Thu Dec 16 09:53:28 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2021/12/08 16:05:35 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/12/16 09:53:28 adam Exp $ -DISTNAME= netCDF4-1.5.6 +DISTNAME= netCDF4-1.5.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/netCDF4/} Index: pkgsrc/math/py-netCDF4/distinfo diff -u pkgsrc/math/py-netCDF4/distinfo:1.5 pkgsrc/math/py-netCDF4/distinfo:1.6 --- pkgsrc/math/py-netCDF4/distinfo:1.5 Tue Oct 26 10:56:02 2021 +++ pkgsrc/math/py-netCDF4/distinfo Thu Dec 16 09:53:28 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:56:02 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/12/16 09:53:28 adam Exp $ -BLAKE2s (netCDF4-1.5.6.tar.gz) = 1734c8844ddfdd0cfeb9ec744a645d3db9292d2f0fabe85193c109bfda8b5dce -SHA512 (netCDF4-1.5.6.tar.gz) = cc5bdb476fa034576f8e1a19e709dba53ad2db68cd10221df2de46a47fc7e5bacfc90fe8c4458ef45b20bf24a1cf52f275b1891af5574e2a139e95cb0d793a8b -Size (netCDF4-1.5.6.tar.gz) = 763732 bytes +BLAKE2s (netCDF4-1.5.8.tar.gz) = 305344f0fa526171e71e15da2e82691b6699edf53eac5577f531f988ba8c288b +SHA512 (netCDF4-1.5.8.tar.gz) = b43e10356a60ecdd1aaa7585648242e9d610e042da8fd97f374617d7813cc9f35b4133a88ac4c10e921df12d5b2f2b1668af4fb69578b57b7c3d57a731579260 +Size (netCDF4-1.5.8.tar.gz) = 767013 bytes --_----------=_1639648408181610--