diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:21:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:21:28 +0000 |
commit | 906e9b92459f632d0403dce44a0159cf7918fced (patch) | |
tree | e5ed245293878b7691219844217e3a23c0fb2967 | |
parent | a1cbfebe2ebaac2e5a82b11cf80ce6a9aaf5fa67 (diff) |
automatic import of python-oapiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-oapi.spec | 19 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 11 deletions
@@ -1 +1,2 @@ /oapi-1.59.0.tar.gz +/oapi-1.59.4.tar.gz diff --git a/python-oapi.spec b/python-oapi.spec index e553eec..7c88edb 100644 --- a/python-oapi.spec +++ b/python-oapi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-oapi -Version: 1.59.0 +Version: 1.59.4 Release: 1 Summary: An SDK for parsing OpenAPI (Swagger) 2.0 - 3.0 specifications License: MIT URL: https://github.com/enorganic/oapi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/28/34/dd5e1dd22c66b04995851e504197c2f2923288733eb92c13191f4b063839/oapi-1.59.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6b/de/a1b676c973cf5f085381d8b7e0c73473fa9679e8df69a04eb8477e382367/oapi-1.59.4.tar.gz BuildArch: noarch Requires: python3-pyyaml @@ -13,7 +13,6 @@ Requires: python3-iso8601 Requires: python3-sob Requires: python3-jsonpointer Requires: python3-more-itertools -Requires: python3-dataclasses %description # oapi @@ -211,7 +210,7 @@ TODO: Finish README.md %prep -%autosetup -n oapi-1.59.0 +%autosetup -n oapi-1.59.4 %build %py3_build @@ -225,20 +224,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 . @@ -251,5 +250,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.59.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.59.4-1 - Package Spec generated @@ -1 +1 @@ -e89e9c084d11469d2a54799963491106 oapi-1.59.0.tar.gz +7c01f1f451cc207f8a69785589b2b309 oapi-1.59.4.tar.gz |