diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:45:52 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:45:52 +0000 |
| commit | cec77f26b4ea370fc68dc070993e9eaad405e99d (patch) | |
| tree | 697add40c8e68cc0310ee26ced6eb2179bad9fac | |
| parent | 065ca5c6ff1e8d58d5683eae492d9c6fa8e5f001 (diff) | |
automatic import of python-darwin-pyopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-darwin-py.spec | 24 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 14 insertions, 13 deletions
@@ -1,2 +1,3 @@ /darwin_py-0.8.23.tar.gz /darwin_py-0.8.25.tar.gz +/darwin_py-0.8.27.tar.gz diff --git a/python-darwin-py.spec b/python-darwin-py.spec index 6bd113b..a28d5c1 100644 --- a/python-darwin-py.spec +++ b/python-darwin-py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-darwin-py -Version: 0.8.25 +Version: 0.8.27 Release: 1 Summary: Library and command line interface for darwin.v7labs.com License: MIT URL: https://docs.v7labs.com/reference/getting-started-2 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/86/ac776bfa2c17c8fa75712098618081776093b7307f905cf8f91156b6ab42/darwin_py-0.8.25.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bf/dc/d60340ee4c9f611d68ffa869ddbc3b3f0838fe5b5cd69a87eda0db23f7f2/darwin_py-0.8.27.tar.gz BuildArch: noarch Requires: python3-argcomplete @@ -14,7 +14,6 @@ Requires: python3-pillow Requires: python3-pyyaml Requires: python3-requests Requires: python3-rich -Requires: python3-dataclasses Requires: python3-upolygon Requires: python3-jsonschema Requires: python3-deprecation @@ -22,6 +21,9 @@ Requires: python3-pydantic Requires: python3-orjson Requires: python3-numpy Requires: python3-toml +Requires: python3-tqdm +Requires: python3-types-pyyaml +Requires: python3-dataclasses Requires: python3-nibabel Requires: python3-connected-components-3d Requires: python3-scikit-learn @@ -38,8 +40,6 @@ Requires: python3-flake8-pyproject Requires: python3-debugpy Requires: python3-types-requests Requires: python3-mpire -Requires: python3-tqdm -Requires: python3-types-pyyaml %description ## Usage as a Command Line Interface (CLI) @@ -288,7 +288,7 @@ $ darwin dataset pull test:0.1 Dataset example-team/test:0.1 downloaded at /directory/choosen/at/authentication/time. %prep -%autosetup -n darwin-py-0.8.25 +%autosetup -n darwin_py-0.8.27 %build %py3_build @@ -302,20 +302,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -328,5 +328,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.25-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.27-1 - Package Spec generated @@ -1 +1 @@ -0880e4286dcfdbd04087910a0c230c7f darwin_py-0.8.25.tar.gz +90b47071279eaec1859c14c80af424e1 darwin_py-0.8.27.tar.gz |
