diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-gsd.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /gsd-2.8.0.tar.gz +/gsd-2.8.1.tar.gz diff --git a/python-gsd.spec b/python-gsd.spec index 41d6ff7..c458f91 100644 --- a/python-gsd.spec +++ b/python-gsd.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gsd -Version: 2.8.0 +Version: 2.8.1 Release: 1 Summary: General simulation data file format. License: BSD - 2 clause URL: https://gsd.readthedocs.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/84/9f89b59705404ab78f5a49bee477832369515c9bc68448292843a4ffc3ae/gsd-2.8.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ac/4b/d5ede794944deec7629cba6bef9332ea9e5c3871c137ffd1cf85e74362c8/gsd-2.8.1.tar.gz Requires: python3-numpy @@ -304,7 +304,7 @@ with gsd.fl.open(name='file.gsd', mode='rb') as f: %prep -%autosetup -n gsd-2.8.0 +%autosetup -n gsd-2.8.1 %build %py3_build @@ -344,5 +344,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.1-1 - Package Spec generated @@ -1 +1 @@ -73844878373b110efbbc0406334cc5d9 gsd-2.8.0.tar.gz +ca83160669fe2859a111f9cadadeff15 gsd-2.8.1.tar.gz |