diff --git a/h5io-0.1.7.tar.gz b/h5io-0.1.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6ed876fef3d35492637652d4e87aa9cda085c64e Binary files /dev/null and b/h5io-0.1.7.tar.gz differ diff --git a/python-h5io.spec b/python-h5io.spec index ea19b610b5ac81d4a42ac557f0d049e6c7fb6167..8964268723037f37c3a0cd2f185333b048e96c0c 100644 --- a/python-h5io.spec +++ b/python-h5io.spec @@ -1,13 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-h5io -Version: 0.1.2 -Release: 2 +Version: 0.1.7 +Release: 1 Summary: Python Objects Onto HDF5 License: BSD-3-Clause URL: https://github.com/h5io/h5io -Source0: https://files.pythonhosted.org/packages/98/51/d217c113187061b97d955d34f895304764a2386106ac91f503ce92dc246b/h5io-0.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/fa/c1/459b4301d8f2d26090ffbb6c6c9fd84b2e0c1c1e52b498f6ded6c3b374f7/h5io-0.1.7.tar.gz BuildArch: noarch +Requires: python3-numpy +Requires: python3-h5py %description h5io is a package designed to facilitate saving some standard Python objects @@ -32,7 +34,7 @@ h5io is a package designed to facilitate saving some standard Python objects into the forward-compatible HDF5 format. It is a higher-level package than h5py. %prep -%autosetup -n h5io-0.1.2 +%autosetup -n h5io-%{version} %build %py3_build @@ -72,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Sep 27 2022 jiangxinyu - 0.1.7-1 +- Upgrade to 0.1.7 + * Wed May 11 2022 houyingchao - 0.1.2-2 - License compliance rectification