Sync from SUSE:SLFO:Main python-h5py revision 7143d8f55531028c6a9d578259eaf238
This commit is contained in:
parent
77425d87de
commit
c177b95cc3
BIN
h5py-3.10.0.tar.gz
(Stored with Git LFS)
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
BIN
h5py-3.11.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sat Dec 16 19:04:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -48,7 +48,7 @@
|
|||||||
%endif
|
%endif
|
||||||
# /SECTION MPI DEFINITIONS
|
# /SECTION MPI DEFINITIONS
|
||||||
Name: %{pname}%{?my_suffix}
|
Name: %{pname}%{?my_suffix}
|
||||||
Version: 3.10.0
|
Version: 3.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface to the Hierarchical Data Format library
|
Summary: Python interface to the Hierarchical Data Format library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -113,6 +113,10 @@ donttest="dummytest"
|
|||||||
# overflow
|
# overflow
|
||||||
donttest="test_float_round_tripping or test_register_filter"
|
donttest="test_float_round_tripping or test_register_filter"
|
||||||
%endif
|
%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 #
|
%{python_expand #
|
||||||
%if %{with mpi}
|
%if %{with mpi}
|
||||||
source %{my_bindir}/mpivars.sh
|
source %{my_bindir}/mpivars.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user