Received: by mail.netbsd.org (Postfix, from userid 605) id F35FE850E3; Fri, 7 May 2021 18:32:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3897484CFC for ; Fri, 7 May 2021 18:32:00 +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 DqDffaFj3ULG for ; Fri, 7 May 2021 18:31:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D576850C7 for ; Fri, 7 May 2021 18:31:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86E2BFA95; Fri, 7 May 2021 18:31:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620412319182630" MIME-Version: 1.0 Date: Fri, 7 May 2021 18:31:59 +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: <20210507183159.86E2BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620412319182630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 7 18:31:59 UTC 2021 Modified Files: pkgsrc/math/py-netCDF4: Makefile distinfo Log Message: 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()). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-netCDF4/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-netCDF4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620412319182630 Content-Disposition: inline Content-Length: 1659 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.10 pkgsrc/math/py-netCDF4/Makefile:1.11 --- pkgsrc/math/py-netCDF4/Makefile:1.10 Wed Apr 21 13:25:00 2021 +++ pkgsrc/math/py-netCDF4/Makefile Fri May 7 18:31:59 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2021/04/21 13:25:00 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/05/07 18:31:59 adam Exp $ -DISTNAME= netCDF4-1.5.3 +DISTNAME= netCDF4-1.5.6 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.2 pkgsrc/math/py-netCDF4/distinfo:1.3 --- pkgsrc/math/py-netCDF4/distinfo:1.2 Wed Jul 1 15:59:40 2020 +++ pkgsrc/math/py-netCDF4/distinfo Fri May 7 18:31:59 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/07/01 15:59:40 adam Exp $ +$NetBSD: distinfo,v 1.3 2021/05/07 18:31:59 adam Exp $ -SHA1 (netCDF4-1.5.3.tar.gz) = 2b79d0e6030dfe3d608f62e67bd95d89a7f79fc0 -RMD160 (netCDF4-1.5.3.tar.gz) = b855fcb0cc51bf349824ada5129feab9f3911728 -SHA512 (netCDF4-1.5.3.tar.gz) = d070f8ddc8410e0785a58fbc624893d28d7065587d7679c5d1eac3f19862faf691a1564a54eb6fa684b62d7d0e9dfff23d88e0ca7edfdfce6d4780281a5c47dc -Size (netCDF4-1.5.3.tar.gz) = 790343 bytes +SHA1 (netCDF4-1.5.6.tar.gz) = 84c543e2a718422dad0c1e936bd58bfc75cfacc1 +RMD160 (netCDF4-1.5.6.tar.gz) = 275242fba54553a97374fbcead50ff2621e2888e +SHA512 (netCDF4-1.5.6.tar.gz) = cc5bdb476fa034576f8e1a19e709dba53ad2db68cd10221df2de46a47fc7e5bacfc90fe8c4458ef45b20bf24a1cf52f275b1891af5574e2a139e95cb0d793a8b +Size (netCDF4-1.5.6.tar.gz) = 763732 bytes --_----------=_1620412319182630--