diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 08:01:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 08:01:54 +0000 |
commit | 007b93ffc02c11459cafa376236c89b5e0227970 (patch) | |
tree | 65f081dd2ef0c385a09d995d326106bf9bc17c6d | |
parent | a4f12f575035e8d1ce4be3070a7ebb3d84a68b81 (diff) |
automatic import of python-roboflowopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-roboflow.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /roboflow-1.0.3.tar.gz +/roboflow-1.0.5.tar.gz diff --git a/python-roboflow.spec b/python-roboflow.spec index 272bbc1..1f4fe4f 100644 --- a/python-roboflow.spec +++ b/python-roboflow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-roboflow -Version: 1.0.3 +Version: 1.0.5 Release: 1 Summary: python client for the Roboflow application License: MIT License URL: https://github.com/roboflow-ai/roboflow-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/80/535e1d43b28e24db0716b4eda4988371534db6c171197d675c1959b76c4a/roboflow-1.0.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/a5/6e7aa1f38c77f16378f355d796e00c8228be8d37c68a4f712a190f001275/roboflow-1.0.5.tar.gz BuildArch: noarch Requires: python3-certifi @@ -431,7 +431,7 @@ make check_code_quality **Note** These tests will be run automatically when you commit thanks to git hooks. %prep -%autosetup -n roboflow-1.0.3 +%autosetup -n roboflow-1.0.5 %build %py3_build @@ -471,5 +471,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.3-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.5-1 - Package Spec generated @@ -1 +1 @@ -4f389878a5688058dbcfff8625666458 roboflow-1.0.3.tar.gz +c1cd82ac7cad9112c9287784c12e240d roboflow-1.0.5.tar.gz |