diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-arthurai.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /arthurai-3.24.0.tar.gz +/arthurai-3.25.0.tar.gz diff --git a/python-arthurai.spec b/python-arthurai.spec index 6135851..f87dddd 100644 --- a/python-arthurai.spec +++ b/python-arthurai.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-arthurai -Version: 3.24.0 +Version: 3.25.0 Release: 1 Summary: Arthur Python SDK License: MIT URL: https://pypi.org/project/arthurai/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ba/b7/14e810aab6f2ba9eb786ab8a98e617c8813722a77050120121b566793182/arthurai-3.24.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/77/f0/4a74a876bfefda5ed4dc5d659fa083167b47254eb63ed1b1421d0d1c30d4/arthurai-3.25.0.tar.gz BuildArch: noarch Requires: python3-dataclasses-json @@ -75,7 +75,7 @@ using the SDK, check out [our documentation](https://docs.arthur.ai/). %prep -%autosetup -n arthurai-3.24.0 +%autosetup -n arthurai-3.25.0 %build %py3_build @@ -115,5 +115,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.24.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.25.0-1 - Package Spec generated @@ -1 +1 @@ -7c87db8dcbd199fbdae691544be93c5b arthurai-3.24.0.tar.gz +b913a3d327f8b78238b8c39b5e1234c8 arthurai-3.25.0.tar.gz |
