diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:13:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:13:59 +0000 |
commit | 075e4c638827f7246a79d2570b131bf3d25dafab (patch) | |
tree | 7101efc2f52733852b86f2f6d9e793d4fa1d19b3 | |
parent | cd5796652a054063bf2de1a9d3d03154f536ff90 (diff) |
automatic import of python-perseus-restful-api-frameworkopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-perseus-restful-api-framework.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /perseus_restful_api_framework-1.26.8.tar.gz +/perseus_restful_api_framework-1.26.13.tar.gz diff --git a/python-perseus-restful-api-framework.spec b/python-perseus-restful-api-framework.spec index 96ead3d..27fd94d 100644 --- a/python-perseus-restful-api-framework.spec +++ b/python-perseus-restful-api-framework.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-perseus-restful-api-framework -Version: 1.26.8 +Version: 1.26.13 Release: 1 Summary: Python server framework for quickly building RESTful APIs with minimal effort License: Proprietary URL: https://github.com/majormode/perseus-restful-api-server-framework -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/72/6a2628fda2ee20de41514a51916001d12eb60a0d744948a158e0b495038d/perseus_restful_api_framework-1.26.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cd/ff/d1aeb33e718518f37f8eef54ab49677dbeedadb9f7c1baf8f5b3b573fc9b/perseus_restful_api_framework-1.26.13.tar.gz BuildArch: noarch Requires: python3-psutil @@ -426,7 +426,7 @@ Hashtags/Topics: `#perseus` `#restful` `#api` `#server` `#framework` `#python` %prep -%autosetup -n perseus-restful-api-framework-1.26.8 +%autosetup -n perseus_restful_api_framework-1.26.13 %build %py3_build @@ -440,20 +440,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 . @@ -466,5 +466,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.8-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.13-1 - Package Spec generated @@ -1 +1 @@ -6f3f23f29003b4507dee52c97324b06a perseus_restful_api_framework-1.26.8.tar.gz +36118e85a8cf3eb7bbcdba52c51e6280 perseus_restful_api_framework-1.26.13.tar.gz |