diff --git a/GridDataFormats-0.6.0.tar.gz b/GridDataFormats-0.6.0.tar.gz deleted file mode 100644 index 3217e43ba43bf8206afe8d2ae397a0f1c56b3517..0000000000000000000000000000000000000000 Binary files a/GridDataFormats-0.6.0.tar.gz and /dev/null differ diff --git a/GridDataFormats-1.0.2.tar.gz b/GridDataFormats-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6f7aa6c4004ce265eeca98c4078d2b7f21cc0ec4 Binary files /dev/null and b/GridDataFormats-1.0.2.tar.gz differ diff --git a/python-GridDataFormats.spec b/python-GridDataFormats.spec index 7d6af904cc5c172119d152c159be2533ccca8a2c..9990718a080d116a3309cb9f0a09149bf506ffba 100644 --- a/python-GridDataFormats.spec +++ b/python-GridDataFormats.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-GridDataFormats -Version: 0.6.0 +Version: 1.0.2 Release: 3 Summary: Reading and writing of data on regular grids in Python License: LGPL-3.0-only URL: https://github.com/MDAnalysis/GridDataFormats -Source0: https://files.pythonhosted.org/packages/ec/3e/3d4b3b0e9f3c71a8590594c62976bd8fd6050407fb009fe438cdf138f390/GridDataFormats-0.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/da/8b/e273fb4b3bb3d6c31b6387b34c602d96c407f535f2c58b17512f8b5a2746/GridDataFormats-1.0.2.tar.gz BuildArch: noarch Requires: python3-numpy @@ -31,7 +31,7 @@ Provides: python3-GridDataFormats-doc GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations. %prep -%autosetup -n GridDataFormats-0.6.0 +%autosetup -n GridDataFormats-1.0.2 %build %py3_build @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 12 2025 - 1.0.2-3 +- Update version to 1.0.2 + * Wed Jun 21 2023 liukuo - 0.6.0-3 - License compliance rectification