pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-netCDF4 py-netCDF4: updated to 1.5.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c59950c6d56b
branches:  trunk
changeset: 771265:c59950c6d56b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 16 09:53:28 2021 +0000

description:
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

diffstat:

 math/py-netCDF4/Makefile |  5 ++---
 math/py-netCDF4/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r dba70c78ea37 -r c59950c6d56b math/py-netCDF4/Makefile
--- a/math/py-netCDF4/Makefile  Thu Dec 16 09:50:03 2021 +0000
+++ b/math/py-netCDF4/Makefile  Thu Dec 16 09:53:28 2021 +0000
@@ -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/}
 
diff -r dba70c78ea37 -r c59950c6d56b math/py-netCDF4/distinfo
--- a/math/py-netCDF4/distinfo  Thu Dec 16 09:50:03 2021 +0000
+++ b/math/py-netCDF4/distinfo  Thu Dec 16 09:53:28 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index