diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:59:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:59:23 +0000 |
commit | 46090e120a9f222cb2883a21e8c48b2f20944cad (patch) | |
tree | 3d91eeffd57179b0b9968db871f096e2777c420f | |
parent | 32c43dde3d9082c73dabedb6e2ba88f12ce30f18 (diff) |
automatic import of python-ansys-mapdl-readeropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ansys-mapdl-reader.spec | 13 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 7 deletions
@@ -1 +1,2 @@ /ansys-mapdl-reader-0.52.11.tar.gz +/ansys-mapdl-reader-0.52.12.tar.gz diff --git a/python-ansys-mapdl-reader.spec b/python-ansys-mapdl-reader.spec index 2873773..d56ed58 100644 --- a/python-ansys-mapdl-reader.spec +++ b/python-ansys-mapdl-reader.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-ansys-mapdl-reader -Version: 0.52.11 +Version: 0.52.12 Release: 1 Summary: Pythonic interface to files generated by MAPDL License: MIT URL: https://github.com/pyansys/pymapdl-reader -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/14/4959214e98eb3a88f1daea0d0befd741e5b20cedac66adb3a13ba2ce046b/ansys-mapdl-reader-0.52.11.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/16/4a/fa8fa4c2596ecd4fb1420d10195a09b9f0b446910a7627be3f7c566d3849/ansys-mapdl-reader-0.52.12.tar.gz -Requires: python3-numpy -Requires: python3-pyvista Requires: python3-appdirs Requires: python3-matplotlib +Requires: python3-numpy +Requires: python3-pyvista Requires: python3-tqdm +Requires: python3-vtk %description @@ -35,7 +36,7 @@ Provides: python3-ansys-mapdl-reader-doc %prep -%autosetup -n ansys-mapdl-reader-0.52.11 +%autosetup -n ansys-mapdl-reader-0.52.12 %build %py3_build @@ -75,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.52.11-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.52.12-1 - Package Spec generated @@ -1 +1 @@ -39bfc82da6f41e3ead8b937174ec39aa ansys-mapdl-reader-0.52.11.tar.gz +c7a58d48d7258d8749578cbee523a9a5 ansys-mapdl-reader-0.52.12.tar.gz |