diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 08:15:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 08:15:41 +0000 |
commit | e8df69e645c84e9fa7c6ab2e262cf9349d84c05d (patch) | |
tree | 3a4ab57b384148988a35946e4cd2cc17b9da58f3 /python-numpy-stl.spec | |
parent | aff6965f7b63b9614d7fca87f2e0f80383c8ea9b (diff) |
automatic import of python-numpy-stl
Diffstat (limited to 'python-numpy-stl.spec')
-rw-r--r-- | python-numpy-stl.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-numpy-stl.spec b/python-numpy-stl.spec index 5b3997f..dab8986 100644 --- a/python-numpy-stl.spec +++ b/python-numpy-stl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-numpy-stl -Version: 3.0.0 +Version: 3.0.1 Release: 1 Summary: Library to make reading, writing and modifying both binary and ascii STL files easy. License: BSD URL: https://github.com/WoLpH/numpy-stl/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/79/3b75898b8c3b926f5c1c26722b3211cbad0be2e309952c8a6ce3410fdac0/numpy-stl-3.0.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ef/90/5bfe9fbf50f01ac22ade0d62330af534ada45177877a94b9eb71ac67c33c/numpy-stl-3.0.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -39,7 +39,7 @@ Due to all operations heavily relying on `numpy` this is one of the fastest STL editing libraries for Python available. %prep -%autosetup -n numpy-stl-3.0.0 +%autosetup -n numpy-stl-3.0.1 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1 - Package Spec generated |