diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-syneto-api.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /syneto_api-0.2.46.tar.gz +/syneto_api-0.2.47.tar.gz diff --git a/python-syneto-api.spec b/python-syneto-api.spec index 095b7d0..94a798d 100644 --- a/python-syneto-api.spec +++ b/python-syneto-api.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-syneto-api -Version: 0.2.46 +Version: 0.2.47 Release: 1 Summary: Syneto Client API library License: Proprietary URL: https://github.com/SynetoNet/syneto-api -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/4c/0679a5e12adf55a9e3050d4ddbdeb79b37b10754a1a985f1456f74b4a4ff/syneto_api-0.2.46.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/df/f0/47aba9893179c2674637eff91c4654fa7027793c048ee61400028022fde3/syneto_api-0.2.47.tar.gz BuildArch: noarch Requires: python3-dotenv @@ -167,7 +167,7 @@ ALLOW_INSECURE_SSL=True %prep -%autosetup -n syneto-api-0.2.46 +%autosetup -n syneto_api-0.2.47 %build %py3_build @@ -181,20 +181,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 . @@ -207,5 +207,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.46-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.47-1 - Package Spec generated @@ -1 +1 @@ -2161f8a04cb708221b3046e814824140 syneto_api-0.2.46.tar.gz +38f9e866cb67ad7a5d18914031964c58 syneto_api-0.2.47.tar.gz |
