$ git diff --patch-with-stat --summary c8ae2cbb022e3c9611ec3382d0d8710c600c02e9..48613ebf9bcb1d1140261ba095fc59964f59b7c5
.abf.yml | 3 +--
python-h5py.spec | 18 +++++++++---------
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 979ffe2..433d0e4 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,3 +1,2 @@
sources:
- docs.tar.gz: 1df4e63307eec670f7309932bd43d1a8546189bf
- python-h5py-3.7.0.tar.gz: c26fa7688c499f1e5bb871b7f984aa7b69bf04e2
+ python-h5py-3.10.0.tar.gz: 853d3f47a26f86728286f5569e4576bc84bc8fee
diff --git a/python-h5py.spec b/python-h5py.spec
index e9b8551..d64dfc5 100644
--- a/python-h5py.spec
+++ b/python-h5py.spec
@@ -2,7 +2,7 @@
Summary: A Python interface to the HDF5 library
Name: python-%{module}
-Version: 3.7.0
+Version: 3.10.0
Release: 1
Source0: https://github.com/h5py/h5py/archive/refs/tags/%{version}/%{name}-%{version}.tar.gz
License: BSD
@@ -11,14 +11,14 @@ Url: https://www.h5py.org/
BuildRequires: hdf5-devel
BuildRequires: pkgconfig(python3)
-BuildRequires: python3dist(cython)
-BuildRequires: python3dist(numpy)
-BuildRequires: python3dist(pkgconfig)
-BuildRequires: python3dist(pytools)
-BuildRequires: python3dist(pip)
-BuildRequires: python3dist(setuptools)
-BuildRequires: python3dist(wheel)
-BuildRequires: python3dist(sphinx)
+BuildRequires: python%{pyver}dist(cython) < 1.0
+BuildRequires: python%{pyver}dist(numpy)
+BuildRequires: python%{pyver}dist(pkgconfig)
+BuildRequires: python%{pyver}dist(pytools)
+BuildRequires: python%{pyver}dist(pip)
+BuildRequires: python%{pyver}dist(setuptools)
+BuildRequires: python%{pyver}dist(wheel)
+BuildRequires: python%{pyver}dist(sphinx)
%description
HDF5 for Python (h5py) is a general-purpose Python interface to the