diff --git a/h5py-2.10.0.tar.gz b/h5py-2.10.0.tar.gz deleted file mode 100644 index a9e45dd..0000000 Binary files a/h5py-2.10.0.tar.gz and /dev/null differ diff --git a/h5py-3.6.0.tar.gz b/h5py-3.6.0.tar.gz new file mode 100644 index 0000000..e599e3a Binary files /dev/null and b/h5py-3.6.0.tar.gz differ diff --git a/python-h5py.spec b/python-h5py.spec index 20f86b4..c2e3ccc 100644 --- a/python-h5py.spec +++ b/python-h5py.spec @@ -2,11 +2,11 @@ Summary: A high- and low-level interface to the HDF5 library from Python Name: python-h5py -Version: 2.10.0 +Version: 3.6.0 Release: 1 License: BSD URL: http://www.h5py.org/ -Source0: https://files.pythonhosted.org/packages/5f/97/a58afbcf40e8abecededd9512978b4e4915374e5b80049af082f49cebe9a/h5py-2.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz BuildRequires: gcc BuildRequires: hdf5-devel @@ -43,14 +43,17 @@ A high- and low-level interface to the HDF5 library from Python3 %py3_install %check -%{__python3} setup.py test +%{__python3} -m pytest %{buildroot}%{python3_sitearch}/h5py/ -k 'not TestMPI' %files -n python3-h5py %license licenses/*.txt -%doc ANN.rst README.rst examples +%doc README.rst examples %{python3_sitearch}/%{modname}/ %{python3_sitearch}/%{modname}-%{version}-*.egg-info %changelog +* Thu Jun 23 2022 wulei - 3.6.0-1 +- Upgrade to 3.6.0 + * Tue Oct 22 2019 openEuler Buildteam - 2.10.0-1 - Package init