pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-netCDF4



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.

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



Home | Main Index | Thread Index | Old Index