summaryrefslogtreecommitdiff
path: root/python-tapioca-wrapper.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:18:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:18:16 +0000
commit36f891c7fc32dba1327fdd7f6c9de3f37f61dc14 (patch)
tree5be293e0516f71df04cf6dcec65529253e80a3e7 /python-tapioca-wrapper.spec
parent795b2ddc649680df9d5abe01c62b6c00d24b2273 (diff)
automatic import of python-tapioca-wrapperopeneuler20.03
Diffstat (limited to 'python-tapioca-wrapper.spec')
-rw-r--r--python-tapioca-wrapper.spec33
1 files changed, 15 insertions, 18 deletions
diff --git a/python-tapioca-wrapper.spec b/python-tapioca-wrapper.spec
index 1adffa2..a1e9bd2 100644
--- a/python-tapioca-wrapper.spec
+++ b/python-tapioca-wrapper.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tapioca-wrapper
-Version: 2.1.0
+Version: 2.3.0
Release: 1
Summary: Python API client generator
License: MIT
URL: https://github.com/vintasoftware/tapioca-wrapper
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/5a/00e81c1c9e9f18ca1b837e2c1aca1f394d3c7eb2232289926121deaeb3f5/tapioca-wrapper-2.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/84/78/16316c4ff20d4ce6ef33b72a6be7fc4d69d27ec622e206437c2eac15a40a/tapioca-wrapper-2.3.0.tar.gz
BuildArch: noarch
Requires: python3-requests[security]
@@ -16,15 +16,14 @@ Requires: python3-xmltodict
%description
Tapioca provides an easy way to make explorable Python API wrappers.
-APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so developers don't need to learn how to use a new coding interface/style for each service API.
+APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so
+developers don't need to learn how to use a new coding interface/style for each service API.
Source code hosted on Github: https://github.com/vintasoftware/tapioca-wrapper
Documentation hosted by Readthedocs: http://tapioca-wrapper.readthedocs.io/en/stable/
-
-
%package -n python3-tapioca-wrapper
Summary: Python API client generator
Provides: python-tapioca-wrapper
@@ -34,32 +33,30 @@ BuildRequires: python3-pip
%description -n python3-tapioca-wrapper
Tapioca provides an easy way to make explorable Python API wrappers.
-APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so developers don't need to learn how to use a new coding interface/style for each service API.
+APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so
+developers don't need to learn how to use a new coding interface/style for each service API.
Source code hosted on Github: https://github.com/vintasoftware/tapioca-wrapper
Documentation hosted by Readthedocs: http://tapioca-wrapper.readthedocs.io/en/stable/
-
-
%package help
Summary: Development documents and examples for tapioca-wrapper
Provides: python3-tapioca-wrapper-doc
%description help
Tapioca provides an easy way to make explorable Python API wrappers.
-APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so developers don't need to learn how to use a new coding interface/style for each service API.
+APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so
+developers don't need to learn how to use a new coding interface/style for each service API.
Source code hosted on Github: https://github.com/vintasoftware/tapioca-wrapper
Documentation hosted by Readthedocs: http://tapioca-wrapper.readthedocs.io/en/stable/
-
-
%prep
-%autosetup -n tapioca-wrapper-2.1.0
+%autosetup -n tapioca-wrapper-2.3.0
%build
%py3_build
@@ -73,20 +70,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 .
@@ -99,5 +96,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1
- Package Spec generated