pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-h5netcdf



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 27 14:52:01 UTC 2025

Modified Files:
        pkgsrc/devel/py-h5netcdf: Makefile distinfo

Log Message:
py-h5netcdf: updated to 1.7.3

Version 1.7.3 (October 21st, 2025):

- Fix indexing with empty arrays and lists (:pull:``).
  By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_

Version 1.7.2 (October 17th, 2025):

- Fix regression where format was requested from group instance instead of _root. Simplify logic to check and raise ``CompatibilityError``. (:issue:`293`, :pull:`294`).
  By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_

Version 1.7.1 (October 16th, 2025):

- Fix regression where attributes with list of strings were written with h5py low-level API instead of high-level API (:issue:`291`, :pull:`292`).
  By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_

Version 1.7.0 (October 15th, 2025):

- Fix unintentional changes in test suite (:pull:`277`).
  By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_
- Create ENUM with low level API to keep order-by-value, add h5dump based tests (:pull:`285`).
  By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_ and `David Huard <https://github.com/huard>`_
- Fix interoperability issues between netcdf4/h5netcdf, namely resizing variables using partial slices,
creating string attributes with NULLTERM, proper attachment of _Netcdf4Coordinates and _Netcdf4Dimid as well as special string type fillvalues (:pull:`286`).
  By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_ and `David Huard <https://github.com/huard>`_
- Add the `format` argument to `h5netcdf.File` and support for the `NETCDF4_CLASSIC` format (:issue:`280`, :pull:`283`).
  By `David Huard <https://github.com/huard>`_
- Do not return padded arrays for slices larger than variable shape (:issue:`287`, :pull:`288`).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-h5netcdf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-h5netcdf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-h5netcdf/Makefile
diff -u pkgsrc/devel/py-h5netcdf/Makefile:1.6 pkgsrc/devel/py-h5netcdf/Makefile:1.7
--- pkgsrc/devel/py-h5netcdf/Makefile:1.6       Thu Oct  9 07:57:32 2025
+++ pkgsrc/devel/py-h5netcdf/Makefile   Mon Oct 27 14:52:01 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/10/09 07:57:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/10/27 14:52:01 adam Exp $
 
-DISTNAME=      h5netcdf-1.3.0
+DISTNAME=      h5netcdf-1.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h5netcdf/}
 

Index: pkgsrc/devel/py-h5netcdf/distinfo
diff -u pkgsrc/devel/py-h5netcdf/distinfo:1.1 pkgsrc/devel/py-h5netcdf/distinfo:1.2
--- pkgsrc/devel/py-h5netcdf/distinfo:1.1       Mon Aug  5 20:37:05 2024
+++ pkgsrc/devel/py-h5netcdf/distinfo   Mon Oct 27 14:52:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/05 20:37:05 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/10/27 14:52:01 adam Exp $
 
-BLAKE2s (h5netcdf-1.3.0.tar.gz) = 263bf67954cdc98aff5661d656f7c0dada9628e3c9f64663a9c88fef52555129
-SHA512 (h5netcdf-1.3.0.tar.gz) = f3445603de15a1ab1368e62d21a3714db9523b17a3c02ef8a4e80d2effe52a7afdf0e848f28e2241bf8ac31f14e806dd54ed789ed422dbbc485a7d23e9df2b59
-Size (h5netcdf-1.3.0.tar.gz) = 57781 bytes
+BLAKE2s (h5netcdf-1.7.3.tar.gz) = 7b6449d0164cd24c4341334f37d204b6c3a7c177aea2ff81288cadeedebb78f2
+SHA512 (h5netcdf-1.7.3.tar.gz) = a42aefc2f4c67cb4d97370bce3a0bb89a05232ed873fd6ebd505b876c23a175267f92817391eb77289eda0c4d58e7e5d68db3e0319e8087788e703486cf542f8
+Size (h5netcdf-1.7.3.tar.gz) = 71334 bytes



Home | Main Index | Thread Index | Old Index