diff --git a/h5py-3.10.0.tar.gz b/h5py-3.10.0.tar.gz deleted file mode 100644 index 185a091..0000000 --- a/h5py-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049 -size 403716 diff --git a/h5py-3.11.0.tar.gz b/h5py-3.11.0.tar.gz new file mode 100644 index 0000000..b897365 --- /dev/null +++ b/h5py-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9 +size 406519 diff --git a/python-h5py.changes b/python-h5py.changes index 822bb22..8cbc0ac 100644 --- a/python-h5py.changes +++ b/python-h5py.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 28 08:20:00 UTC 2024 - Daniel Garcia + +- Disable test for ppc64le because of Insufficient precision + bsc#1225381 + +------------------------------------------------------------------- +Sun Apr 14 07:46:05 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-h5py.spec b/python-h5py.spec index cc9b085..59bfdff 100644 --- a/python-h5py.spec +++ b/python-h5py.spec @@ -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