!1 python-h5py升级至3.6.0版本
From: @wu-leilei Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
89cfca94b3
Binary file not shown.
BIN
h5py-3.6.0.tar.gz
Normal file
BIN
h5py-3.6.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user