Sync from SUSE:SLFO:Main python-h5py revision 7143d8f55531028c6a9d578259eaf238

This commit is contained in:
Adrian Schröter 2024-06-06 18:19:47 +02:00
parent 77425d87de
commit c177b95cc3
4 changed files with 25 additions and 6 deletions

BIN
h5py-3.10.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
h5py-3.11.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 28 08:20:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable test for ppc64le because of Insufficient precision
bsc#1225381
-------------------------------------------------------------------
Sun Apr 14 07:46:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.11.0:
* h5py is now compatible with Numpy 2.0
* New methods :meth:`.Group.visit_links` and
:meth:`.Group.visititems_links`
that include links when visiting groups (:pr:`2360`).
-------------------------------------------------------------------
Sat Dec 16 19:04:27 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-h5py
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# 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.10.0
Version: 3.11.0
Release: 0
Summary: Python interface to the Hierarchical Data Format library
License: BSD-3-Clause
@ -113,6 +113,10 @@ donttest="dummytest"
# overflow
donttest="test_float_round_tripping or test_register_filter"
%endif
# Disable test for ppc64le because of Insufficient precision
%ifarch ppc64le
donttest+=" or test_complex256 or test_long_double or test_custom_float_promotion"
%endif
%{python_expand #
%if %{with mpi}
source %{my_bindir}/mpivars.sh