diff --git a/h5io-0.1.9.tar.gz b/h5io-0.1.9.tar.gz deleted file mode 100644 index 149b7b0c4799fd21883b4ce741a92cff9ef7504d..0000000000000000000000000000000000000000 Binary files a/h5io-0.1.9.tar.gz and /dev/null differ diff --git a/h5io-0.2.2.tar.gz b/h5io-0.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3a7b4fb5bfaa098049406d6666f652f4f660ba00 Binary files /dev/null and b/h5io-0.2.2.tar.gz differ diff --git a/python-h5io.spec b/python-h5io.spec index db77e2715605402ff309b55278111b213edbd20d..8fb4259d7913afac0cab912370528d436f64e907 100644 --- a/python-h5io.spec +++ b/python-h5io.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-h5io -Version: 0.1.9 +Version: 0.2.2 Release: 1 Summary: Python Objects Onto HDF5 License: BSD-3-Clause URL: https://github.com/h5io/h5io -Source0: https://files.pythonhosted.org/packages/12/4b/419ad3bd76ebd96e0f3c59ef236a978e72f68db344f2c561ff61fcd40999/h5io-0.1.9.tar.gz +Source0: https://files.pythonhosted.org/packages/15/d3/c35f4a87e9c0862a923e46b180a5634c097eef28210dc2ec527c20dbcfc7/h5io-0.2.2.tar.gz BuildArch: noarch Requires: python3-numpy @@ -74,6 +74,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 + Always propagate use state by @liamhuber in #75 + Handle and test when __reduce__ returns a string by @liamhuber in #77 + Extend use_state docstring by @liamhuber in #82 + * Fri Sep 15 2023 chenyan - 0.1.9-1 - Update package to version 0.1.9