diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:07:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:07:42 +0000 |
commit | 7bf3cd0406a5b1c040554eec329ddaef713b07bc (patch) | |
tree | 416d25a70b955cddc42dd4ee7fbb281d1d54f669 | |
parent | 2f971d3ded2dbddd438c0a802f88e514f8634d77 (diff) |
automatic import of python-learning-loop-nodeopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-learning-loop-node.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /learning_loop_node-0.7.50.tar.gz +/learning_loop_node-0.7.52.tar.gz diff --git a/python-learning-loop-node.spec b/python-learning-loop-node.spec index 44ee464..3690367 100644 --- a/python-learning-loop-node.spec +++ b/python-learning-loop-node.spec @@ -1,15 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-learning-loop-node -Version: 0.7.50 +Version: 0.7.52 Release: 1 Summary: Python Library for Nodes which connect to the Zauberzeug Learning Loop License: MIT URL: https://github.com/zauberzeug/learning_loop_node -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/47/888df685a94bb8156e97e03e4122d655c426d5fc76f5eea4926e4bc6c9c0/learning_loop_node-0.7.50.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/89/44/99a37df6da36031f9089833dbbdfc530ce1976e0b94321fa1e68156556e8/learning_loop_node-0.7.52.tar.gz BuildArch: noarch Requires: python3-requests -Requires: python3-socketio[asyncio_client] +Requires: python3-socketio[asyncio-client] Requires: python3-fastapi-socketio Requires: python3-fastapi Requires: python3-uvicorn @@ -359,7 +359,7 @@ After a short time the converted model should be available as well. %prep -%autosetup -n learning-loop-node-0.7.50 +%autosetup -n learning_loop_node-0.7.52 %build %py3_build @@ -373,20 +373,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 . @@ -399,5 +399,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.50-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.52-1 - Package Spec generated @@ -1 +1 @@ -2f0b74e9bf18b25344ddbb513c5d15e4 learning_loop_node-0.7.50.tar.gz +0d95d276096272453694c72b0d3b7b42 learning_loop_node-0.7.52.tar.gz |