diff --git a/3.6.0.tar.gz b/3.6.0.tar.gz deleted file mode 100644 index e599e3a..0000000 Binary files a/3.6.0.tar.gz and /dev/null differ diff --git a/3.7.0.tar.gz b/3.7.0.tar.gz new file mode 100644 index 0000000..879dad7 Binary files /dev/null and b/3.7.0.tar.gz differ diff --git a/python-h5py.spec b/python-h5py.spec index 6ee44ca..71bcdcc 100644 --- a/python-h5py.spec +++ b/python-h5py.spec @@ -2,8 +2,8 @@ Summary: A high- and low-level interface to the HDF5 library from Python Name: python-h5py -Version: 3.6.0 -Release: 2 +Version: 3.7.0 +Release: 1 License: BSD URL: http://www.h5py.org/ Source0: https://github.com/h5py/h5py/archive/refs/tags/%{version}.tar.gz @@ -52,6 +52,9 @@ A high- and low-level interface to the HDF5 library from Python3 %{python3_sitearch}/%{modname}-%{version}-*.egg-info %changelog +* Thu Dec 08 2022 wubijie - 3.7.0-1 +- Update package to version 3.7.0 + * Wed Nov 23 2022 yanglongkang - 3.6.0-2 - fix Source incorrect in spec file