diff --git a/h5io-0.2.4.tar.gz b/h5io-0.2.4.tar.gz deleted file mode 100644 index c2baeaad1216318bbd8976188e30c0c1a566a7b9..0000000000000000000000000000000000000000 Binary files a/h5io-0.2.4.tar.gz and /dev/null differ diff --git a/h5io-0.2.5.tar.gz b/h5io-0.2.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0957d8895ac645b451e70128ffaeee63eb488788 Binary files /dev/null and b/h5io-0.2.5.tar.gz differ diff --git a/python-h5io.spec b/python-h5io.spec index 5cb4dae1e166c880944921a7fc01dcb9df445010..579f6a59eff0ab7396272ca0129e48bac2178b20 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.4 +Version: 0.2.5 Release: 1 Summary: Python Objects Onto HDF5 License: BSD-3-Clause URL: https://github.com/h5io/h5io -Source0: https://files.pythonhosted.org/packages/fa/66/f0af16518032f17d8579addbf41f3968b3a928191e140b1c648f17106c5d/h5io-0.2.4.tar.gz +Source0: https://files.pythonhosted.org/packages/source/h/h5io/h5io-%{version}.tar.gz BuildArch: noarch Requires: python3-numpy @@ -74,6 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 25 2025 jinshuaiyu - 0.2.5-1 +- Update package to version 0.2.5 +- Dont use continue-on-error +- Fix writing pandas DataFrame to open HDF5 file + * Wed Oct 30 2024 jinshuaiyu - 0.2.4-1 - Update package to version 0.2.4 - ENH: Add datetime.date and setuptools_scm support