summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:46:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:46:07 +0000
commit89fc371944f33127e7340dea339d08b429299f0a (patch)
treec7e90cad82dfaaaf0cb91c3f3286a09646242b13
parent5f1c088f12a847630efca860e1df2185bafd47a7 (diff)
automatic import of python-py-pure-clientopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-py-pure-client.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 456d444..c9a21f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/py-pure-client-1.35.0.tar.gz
+/py-pure-client-1.37.0.tar.gz
diff --git a/python-py-pure-client.spec b/python-py-pure-client.spec
index 05e1968..6320ee3 100644
--- a/python-py-pure-client.spec
+++ b/python-py-pure-client.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-py-pure-client
-Version: 1.35.0
+Version: 1.37.0
Release: 1
Summary: Pure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs
License: BSD 2-Clause
URL: https://github.com/PureStorage-OpenConnect/py-pure-client
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/f2/fb55bae0a249ac7cdaa360223cd0da41d3dda1954336fff6e03eb668f9d6/py-pure-client-1.35.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0a/4f/15ff7c07b0261c92b59bb693133e64b35d486cb97c055c47ab4be21d09fa/py-pure-client-1.37.0.tar.gz
BuildArch: noarch
@@ -121,7 +121,7 @@ $ python setup.py install
For full documentation, including a quick start guide and examples, see https://pure-storage-py-pure-client.readthedocs-hosted.com/en/latest/index.html.
%prep
-%autosetup -n py-pure-client-1.35.0
+%autosetup -n py-pure-client-1.37.0
%build
%py3_build
@@ -135,20 +135,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 .
@@ -161,5 +161,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.35.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.37.0-1
- Package Spec generated
diff --git a/sources b/sources
index fac878f..6f9356a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-599bf15493f82a2297247d9165b2aa54 py-pure-client-1.35.0.tar.gz
+3453928a6b0842d619434b944212d55c py-pure-client-1.37.0.tar.gz