Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-h5py for openSUSE:Factory checked in at 2026-04-11 22:25:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-h5py (Old) and /work/SRC/openSUSE:Factory/.python-h5py.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-h5py" Sat Apr 11 22:25:36 2026 rev:35 rq:1345981 version:3.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes 2025-12-24 13:17:41.253868730 +0100 +++ /work/SRC/openSUSE:Factory/.python-h5py.new.21863/python-h5py.changes 2026-04-11 22:29:53.929039949 +0200 @@ -1,0 +2,33 @@ +Sat Apr 11 00:16:54 UTC 2026 - Dirk Müller <[email protected]> + +- update to 3.16.0: + * Creating a dataset with neither ``data`` nor ``dtype`` specified + is deprecated. + We plan to make this an error in h5py 4.0. Use ``dtype='f4'`` + to keep the current default (which is different from NumPy's default). + * ``h5py.config().read_byte_strings`` is deprecated. This has no effect since + h5py 3.0, and we plan to get rid of it in 4.0. + * Indexing datasets with an array or list of indices is now much faster when + selecting many indices (:pr:`2603`). + * Fixed a memory leak involving the object registry (:pr:`2783`). + * Fix selecting parts of a multi-dimensional dataset with a + boolean array corresponding to the first dimension (:pr:`2769`). + * Correctly raise errors when trying to write data to a zero-sized dataset or + a zero-sized slice (:pr:`2729`). + * When creating a dataset, the ``dtype=`` parameter can now be a + :class:`TypeID <low:h5py.h5t.TypeID>` object from the low-level API. + * Various fixes for safe usage from multiple threads + * Trying to store region references in a dataset for object references now + raises ``TypeError`` instead of discarding information + * A list of reference objects can be used to create a dataset + * Fix getting filter details for the :ref:`scaleoffset filter + <dataset_scaleoffset>` (:pr:`2781`). + * Better error message when attempting to slice a dataset with None or + ``np.newaxis`` (:pr:`2731`). + * Pre-built Windows packages on PyPI now bundle a recent version of zlib + * Avoid replacing ``arr.shape``, which will break in some future version of + NumPy (:pr:`2728`). + * Closing files should be slightly faster after a redundant call + was removed + +------------------------------------------------------------------- Old: ---- h5py-3.15.1.tar.gz New: ---- h5py-3.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-h5py.spec ++++++ --- /var/tmp/diff_new_pack.tGKclx/_old 2026-04-11 22:29:54.433060563 +0200 +++ /var/tmp/diff_new_pack.tGKclx/_new 2026-04-11 22:29:54.437060727 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-h5py # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,7 +48,7 @@ %endif # /SECTION MPI DEFINITIONS Name: %{pname}%{?my_suffix} -Version: 3.15.1 +Version: 3.16.0 Release: 0 Summary: Python interface to the Hierarchical Data Format library License: BSD-3-Clause ++++++ h5py-3.15.1.tar.gz -> h5py-3.16.0.tar.gz ++++++ ++++ 8485 lines of diff (skipped)
