Fri May 7 18:31:59 2021 UTC ()
py-netCDF4: updated to 1.5.6

version 1.5.6 (tag v1.5.6rel)
=============================
* move CI/CD tests from travis/appveyor to Github Actions.
* move netCDF4 dir under src so module can be imported in source directory.
* change numpy.bool to numpy.bool_ and numpy.float to numpy.float_ (float and
  bool are deprecated in numpy 1.20)
* clean up docstrings so that they work with latest pdoc.
* update cython numpy API to remove deprecation warnings.
* Add "fromcdl" and "tocdl" Dataset methods for import/export of CDL
  via ncdump/ncgen called externally via the subprocess module.
* remove python 2.7 support.
* broadcast data (if possible)to conform to variable shape when writing to a slice

version 1.5.5.1 (tag v1.5.5.1rel)
=================================
* rebuild binary wheels for linux and OSX to link netcdf-c 4.7.4 and hdf5 1.12.0.

version 1.5.5 (tag v1.5.5rel)
=============================
* have setup.py always try use nc-config first to find paths to netcdf and
  hdf5 libraries and headers. Don't use pkg-config to find HDF5 if HDF5 env
  vars are set (or read from setup.cfg).
* Change MIT license text to standard OSI wording.

version 1.5.4 (tag v1.5.4rel)
=============================
* fix printing of variable objects for variables that end with the letter 'u'
* make sure root group has 'name' attribute.
* add the ability to pack vlen floats to integers using
  scale_factor/add_offset
* use len instead of deprecated numpy.alen
* check size on valid_range instead of using len.
* add `set_chunk_cache/get_chunk_cache` module functions to reset the
  default chunk cache sizes before opening a Dataset.
* replace use of numpy's deprecated tostring() method with tobytes()
* bump minimal numpy version to 1.9 (first version to have tobytes()).


(adam)
diff -r1.10 -r1.11 pkgsrc/math/py-netCDF4/Makefile
diff -r1.2 -r1.3 pkgsrc/math/py-netCDF4/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/math/py-netCDF4/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-netCDF4/Makefile 2021/04/21 13:25:00 1.10
+++ pkgsrc/math/py-netCDF4/Makefile 2021/05/07 18:31:59 1.11
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2021/04/21 13:25:00 adam Exp $ 1# $NetBSD: Makefile,v 1.11 2021/05/07 18:31:59 adam Exp $
2 2
3DISTNAME= netCDF4-1.5.3 3DISTNAME= netCDF4-1.5.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= math python 5CATEGORIES= math python
7MASTER_SITES= ${MASTER_SITE_PYPI:=n/netCDF4/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/netCDF4/}
8 7
9MAINTAINER= jihbed.research@gmail.com 8MAINTAINER= jihbed.research@gmail.com
10HOMEPAGE= https://github.com/Unidata/netcdf4-python 9HOMEPAGE= https://github.com/Unidata/netcdf4-python
11COMMENT= Object-oriented python interface to netCDF version 4 10COMMENT= Object-oriented python interface to netCDF version 4
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-cftime-[0-9]*:../../time/py-cftime 13DEPENDS+= ${PYPKGPREFIX}-cftime-[0-9]*:../../time/py-cftime
15 14
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17 16
18SUBST_CLASSES+= paths 17SUBST_CLASSES+= paths

cvs diff -r1.2 -r1.3 pkgsrc/math/py-netCDF4/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-netCDF4/distinfo 2020/07/01 15:59:40 1.2
+++ pkgsrc/math/py-netCDF4/distinfo 2021/05/07 18:31:59 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/07/01 15:59:40 adam Exp $ 1$NetBSD: distinfo,v 1.3 2021/05/07 18:31:59 adam Exp $
2 2
3SHA1 (netCDF4-1.5.3.tar.gz) = 2b79d0e6030dfe3d608f62e67bd95d89a7f79fc0 3SHA1 (netCDF4-1.5.6.tar.gz) = 84c543e2a718422dad0c1e936bd58bfc75cfacc1
4RMD160 (netCDF4-1.5.3.tar.gz) = b855fcb0cc51bf349824ada5129feab9f3911728 4RMD160 (netCDF4-1.5.6.tar.gz) = 275242fba54553a97374fbcead50ff2621e2888e
5SHA512 (netCDF4-1.5.3.tar.gz) = d070f8ddc8410e0785a58fbc624893d28d7065587d7679c5d1eac3f19862faf691a1564a54eb6fa684b62d7d0e9dfff23d88e0ca7edfdfce6d4780281a5c47dc 5SHA512 (netCDF4-1.5.6.tar.gz) = cc5bdb476fa034576f8e1a19e709dba53ad2db68cd10221df2de46a47fc7e5bacfc90fe8c4458ef45b20bf24a1cf52f275b1891af5574e2a139e95cb0d793a8b
6Size (netCDF4-1.5.3.tar.gz) = 790343 bytes 6Size (netCDF4-1.5.6.tar.gz) = 763732 bytes