Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 02:48:00 +02:00
parent 597e33f43a
commit f10434f374

View File

@ -1,7 +1,7 @@
Summary: A Python interface to the HDF5 library
Name: h5py
Version: 2.10.0
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
URL: http://www.h5py.org/
Source0: https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz
@ -70,6 +70,9 @@ export CFLAGS="%{optflags} -fopenmp"
%{python3_sitearch}/%{name}-%{version}-*.egg-info
%changelog
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.10.0-2
- Rebuilt for Python 3.9
* Sun May 17 2020 Terje Rosten <terje.rosten@ntnu.no> - 2.10.0-1
- Add commits from 2.10.x branch