diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:51:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:51:16 +0000 |
| commit | b81c86f97b0957d42cc5ffe133b379bbd57cfc9d (patch) | |
| tree | 5404c056cdacc37aad2d2ecc8f19a8c96f651d29 | |
| parent | 12baa2d873ce226a6773378be7ab5c392c0e44b3 (diff) | |
automatic import of python-pywaclientopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pywaclient.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pywaclient-1.3.4.tar.gz +/pywaclient-1.3.5.tar.gz diff --git a/python-pywaclient.spec b/python-pywaclient.spec index dfef5ae..74d54c5 100644 --- a/python-pywaclient.spec +++ b/python-pywaclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pywaclient -Version: 1.3.4 +Version: 1.3.5 Release: 1 Summary: A small wrapper library around the World Anvil Aragorn API: https://www.worldanvil.com/api/aragorn/documentation. License: Apache 2.0 URL: https://gitlab.com/SoulLink/world-anvil-api-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/1a/9b0a41784e24bd0a46c4a8e16d2ab5894171fa985bd69dc9aaa44b0e3c67/pywaclient-1.3.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/0a/0d/2b12b6287e154175e68cd208c6ca13abbb77bca5d88a73b0b282a257112b/pywaclient-1.3.5.tar.gz BuildArch: noarch Requires: python3-requests @@ -182,7 +182,7 @@ category = client.category.get(categories[0]['id'], 1) %prep -%autosetup -n pywaclient-1.3.4 +%autosetup -n pywaclient-1.3.5 %build %py3_build @@ -196,20 +196,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 . @@ -222,5 +222,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.5-1 - Package Spec generated @@ -1 +1 @@ -1299b476fe8fa73ccb93f9707432d01f pywaclient-1.3.4.tar.gz +ca13a6937baf0c87afbcecf5f0700051 pywaclient-1.3.5.tar.gz |
