diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:24:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:24:28 +0000 |
commit | 92818a8e08c0c72390b91014fac97d756436009e (patch) | |
tree | ed66c484f3a8156208dc3d7c562108f63ac075e0 | |
parent | 75c6dcc90b69600556caf9307d36105f835012f4 (diff) |
automatic import of python-py42openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-py42.spec | 19 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 10 deletions
@@ -1 +1,2 @@ /py42-1.26.1.tar.gz +/py42-1.26.2.tar.gz diff --git a/python-py42.spec b/python-py42.spec index 2a7d6d8..a8d5395 100644 --- a/python-py42.spec +++ b/python-py42.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-py42 -Version: 1.26.1 +Version: 1.26.2 Release: 1 Summary: The Official Code42 Python API Client License: MIT License URL: https://github.com/code42/py42 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/34/4d/4857787432953c675e9c783e52e616aa5c8f52a0d853b1652c56473e1cda/py42-1.26.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/db/bb/042a742ec7b6582ef2535a0212ac664dad89bfd59243c870a02a262ef42c/py42-1.26.2.tar.gz BuildArch: noarch +Requires: python3-urllib3 Requires: python3-requests Requires: python3-flake8 Requires: python3-pytest @@ -548,7 +549,7 @@ For complete documentation on the Code42 web API that backs this SDK, here are s %prep -%autosetup -n py42-1.26.1 +%autosetup -n py42-1.26.2 %build %py3_build @@ -562,20 +563,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 . @@ -588,5 +589,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.2-1 - Package Spec generated @@ -1 +1 @@ -66f4dfb99efc139e2b09826422255d3e py42-1.26.1.tar.gz +a787541b9200957a1d5f32224c2eca48 py42-1.26.2.tar.gz |