diff --git a/h5io-0.2.2.tar.gz b/h5io-0.2.2.tar.gz deleted file mode 100644 index 3a7b4fb5bfaa098049406d6666f652f4f660ba00..0000000000000000000000000000000000000000 Binary files a/h5io-0.2.2.tar.gz and /dev/null differ diff --git a/h5io-0.2.4.tar.gz b/h5io-0.2.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c2baeaad1216318bbd8976188e30c0c1a566a7b9 Binary files /dev/null and b/h5io-0.2.4.tar.gz differ diff --git a/python-h5io.spec b/python-h5io.spec index 8fb4259d7913afac0cab912370528d436f64e907..6a271d516b7d983cb57c19a9f272f8b12ffcdbb1 100644 --- a/python-h5io.spec +++ b/python-h5io.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-h5io -Version: 0.2.2 +Version: 0.2.4 Release: 1 Summary: Python Objects Onto HDF5 License: BSD-3-Clause URL: https://github.com/h5io/h5io -Source0: https://files.pythonhosted.org/packages/15/d3/c35f4a87e9c0862a923e46b180a5634c097eef28210dc2ec527c20dbcfc7/h5io-0.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/fa/66/f0af16518032f17d8579addbf41f3968b3a928191e140b1c648f17106c5d/h5io-0.2.4.tar.gz BuildArch: noarch Requires: python3-numpy @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 jinshuaiyu - 0.2.4-1 +- Update package to version 0.2.4 + * Sun Feb 25 2024 wangjunqi - 0.2.2-1 - Update package to version 0.2.2 Allow and test storing a class by @liamhuber in #79