Upgrade to 3.6.0

This commit is contained in:
wu-leilei 2022-06-23 15:56:50 +08:00
parent ccc01f8486
commit b8a295e3ea
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
h5py-3.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wulei80@h-partners.com> - 3.6.0-1
- Upgrade to 3.6.0
* Tue Oct 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.10.0-1
- Package init