diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 14:07:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 14:07:53 +0000 |
commit | b553fa01b7d27914eb08e70d04c8e2e0505b816e (patch) | |
tree | 9ffa82e0ce3206a74686b888d8364c18838119ba | |
parent | 7eda6bd91bb30f94acac5e327075cc991f6be4ff (diff) |
automatic import of python-kiliopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-kili.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /kili-2.131.1.tar.gz +/kili-2.131.2.tar.gz diff --git a/python-kili.spec b/python-kili.spec index 72f31f7..74d52f4 100644 --- a/python-kili.spec +++ b/python-kili.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-kili -Version: 2.131.1 +Version: 2.131.2 Release: 1 Summary: Python client for Kili Technology labeling tool License: Apache Software License URL: https://github.com/kili-technology/kili-python-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/60/88ea817e42089580298a65337ff52c9a3aaf852480aafe83d052d5038f06/kili-2.131.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6b/1c/1c0cac88357f6646287c5fb24e1b46b3feaa60b8f15ff135c396841e41f4/kili-2.131.2.tar.gz BuildArch: noarch Requires: python3-pandas @@ -74,7 +74,7 @@ Provides: python3-kili-doc **App**: <https://cloud.kili-technology.com/label/> %prep -%autosetup -n kili-2.131.1 +%autosetup -n kili-2.131.2 %build %py3_build @@ -114,5 +114,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 2.131.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2.131.2-1 - Package Spec generated @@ -1 +1 @@ -560baa141cbe1f9605d8ec7ab2e2cf49 kili-2.131.1.tar.gz +9c77c663f30dce1cf248aeea06fa09cf kili-2.131.2.tar.gz |