diff options
Diffstat (limited to 'python-darwin-py.spec')
| -rw-r--r-- | python-darwin-py.spec | 24 |
1 files changed, 12 insertions, 12 deletions
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 |
