diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:42:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:42:21 +0000 |
commit | c3524a036b6be06139af55723cc00006a0025bf5 (patch) | |
tree | 1876da828bbc435c1cca0c36a8c71f033e0be840 | |
parent | 78f6b61b6f270de8ed6c278b4ca404cf5b36c4a2 (diff) |
automatic import of python-seldon-coreopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-seldon-core.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /seldon-core-1.15.1.tar.gz +/seldon-core-1.16.0.tar.gz diff --git a/python-seldon-core.spec b/python-seldon-core.spec index 997b4f6..90232f5 100644 --- a/python-seldon-core.spec +++ b/python-seldon-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-seldon-core -Version: 1.15.1 +Version: 1.16.0 Release: 1 Summary: Seldon Core client and microservice wrapper License: Apache 2.0 URL: https://github.com/SeldonIO/seldon-core -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/16/e17a84b7b30c75a5bc4cf73cea4cbf1915c2667aca3d64739bd32920b182/seldon-core-1.15.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/e7/cf686b42a5b0c69e61596f12387cc1028fc05dbb1eae219505843c6afd3a/seldon-core-1.16.0.tar.gz BuildArch: noarch Requires: python3-Flask @@ -52,7 +52,7 @@ Provides: python3-seldon-core-doc %prep -%autosetup -n seldon-core-1.15.1 +%autosetup -n seldon-core-1.16.0 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.16.0-1 - Package Spec generated @@ -1 +1 @@ -d2c499078e61a0135dc743e90ace9226 seldon-core-1.15.1.tar.gz +1bd664e84ef7375b5b759ed5eddddef4 seldon-core-1.16.0.tar.gz |