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: Mon Oct 27 11:30:28 UTC 2025
Modified Files:
pkgsrc/math/py-netCDF4: Makefile distinfo
Log Message:
py-netCDF4: updated to 1.7.3
version 1.7.3
* Python 3.14 wheels
* support os.PathLike arguments for `Dataset.fromcdl` and raise a `FileNotFoundError`
if the cdl is missing and a `FileExistsError` if the nc file already exists
* raise more informative error when trying to iterate or
perform a membership operation on a Dataset
* fix type hint for createEnumType
* add python 3.13 to windows wheel builds
* allow slicing of vlen and string variables with non-unitary strides
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/math/py-netCDF4/Makefile
cvs rdiff -u -r1.8 -r1.9 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.42 pkgsrc/math/py-netCDF4/Makefile:1.43
--- pkgsrc/math/py-netCDF4/Makefile:1.42 Thu Oct 9 07:57:47 2025
+++ pkgsrc/math/py-netCDF4/Makefile Mon Oct 27 11:30:28 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2025/10/09 07:57:47 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/10/27 11:30:28 adam Exp $
-DISTNAME= netcdf4-1.7.2
+DISTNAME= netcdf4-1.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/cdf/CDF/}
-PKGREVISION= 5
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/netCDF4/}
Index: pkgsrc/math/py-netCDF4/distinfo
diff -u pkgsrc/math/py-netCDF4/distinfo:1.8 pkgsrc/math/py-netCDF4/distinfo:1.9
--- pkgsrc/math/py-netCDF4/distinfo:1.8 Tue Jan 14 08:32:33 2025
+++ pkgsrc/math/py-netCDF4/distinfo Mon Oct 27 11:30:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/01/14 08:32:33 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/10/27 11:30:28 adam Exp $
-BLAKE2s (netcdf4-1.7.2.tar.gz) = 9f198f81bd82b5e65bc74aa88d6619a490c9387ade0372a0c01a801c37df5ef9
-SHA512 (netcdf4-1.7.2.tar.gz) = a63a5a354157804c422d0b3728e9c4bb2f5d83cbe2fd5be5098bdc497ac2aeed896ab7bcff31e0d50d257f7ab2769e0e6e819cd5191850ed8036298fda7e47da
-Size (netcdf4-1.7.2.tar.gz) = 835064 bytes
+BLAKE2s (netcdf4-1.7.3.tar.gz) = 55908197ff8d7f9f21b2f2652293b5a5a25d26cbf5a58f279d34198f4c05ac25
+SHA512 (netcdf4-1.7.3.tar.gz) = 1d7d9dfa99e820e83dab712550c4aeb85d5e5f0c6b61df75673d5dffe9eb3663d4020a0b02fb01acb27a06026e8f996beac3597a27d3a7088bf0a547b015fab8
+Size (netcdf4-1.7.3.tar.gz) = 836095 bytes
Home |
Main Index |
Thread Index |
Old Index