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.1.tar.gz b/GridDataFormats-1.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e058d3cc3d78c49c0737f1c85a02e4e1d79c0dbd Binary files /dev/null and b/GridDataFormats-1.0.1.tar.gz differ diff --git a/python-GridDataFormats.spec b/python-GridDataFormats.spec index 31de7b42d03832cbf285166b0d5f75cfcb5a5db6..ba61fece66b899e38655f09099b2497d09b9f126 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 -Release: 2 +Version: 1.0.1 +Release: 1 Summary: Reading and writing of data on regular grids in Python -License: LGPLv3 +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/ab/c2/4304acc954dac134084250f98689c5996a679445983a2e2184d42dfa806b/GridDataFormats-1.0.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -17,21 +17,23 @@ GridDataFormats is a pure Python library to handle data on a regular grid using %package -n python3-GridDataFormats Summary: Reading and writing of data on regular grids in Python -Provides: python-GridDataFormats +Provides: python-GridDataFormats = %{version}-%{release} BuildRequires: python3-devel BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools + %description -n python3-GridDataFormats GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations. %package help Summary: Development documents and examples for GridDataFormats -Provides: python3-GridDataFormats-doc +Provides: python3-python-GridDataFormats-doc + %description help 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-%{version} %build %py3_build @@ -71,8 +73,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 14 2022 wangjunqi - 1.0.1-1 +- Update package to version 1.0.1 + * Fri Apr 08 2022 liqiuyu - 0.6.0-2 - Add zlib to buildrequires * Thu Dec 02 2021 Python_Bot -0.6.0-1 - Package Init +