!1 python-h5py升级至3.6.0版本

From: @wu-leilei 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-06-27 08:11:10 +00:00 committed by Gitee
commit 89cfca94b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 Summary: A high- and low-level interface to the HDF5 library from Python
Name: python-h5py Name: python-h5py
Version: 2.10.0 Version: 3.6.0
Release: 1 Release: 1
License: BSD License: BSD
URL: http://www.h5py.org/ 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: gcc
BuildRequires: hdf5-devel BuildRequires: hdf5-devel
@ -43,14 +43,17 @@ A high- and low-level interface to the HDF5 library from Python3
%py3_install %py3_install
%check %check
%{__python3} setup.py test %{__python3} -m pytest %{buildroot}%{python3_sitearch}/h5py/ -k 'not TestMPI'
%files -n python3-h5py %files -n python3-h5py
%license licenses/*.txt %license licenses/*.txt
%doc ANN.rst README.rst examples %doc README.rst examples
%{python3_sitearch}/%{modname}/ %{python3_sitearch}/%{modname}/
%{python3_sitearch}/%{modname}-%{version}-*.egg-info %{python3_sitearch}/%{modname}-%{version}-*.egg-info
%changelog %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 * Tue Oct 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.10.0-1
- Package init - Package init