summaryrefslogtreecommitdiff
path: root/python-benchling-api-client.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:29:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:29:24 +0000
commit5031583557972b0ca3c5c286cfd297f7d77a36df (patch)
treea61e88fdf1e0b35e903167589fb01deb2e09def1 /python-benchling-api-client.spec
parent537599befe5c5ca44ef15beeb77d6e2ff9069d7c (diff)
automatic import of python-benchling-api-clientopeneuler20.03
Diffstat (limited to 'python-benchling-api-client.spec')
-rw-r--r--python-benchling-api-client.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-benchling-api-client.spec b/python-benchling-api-client.spec
index 85e5722..0b6f6d7 100644
--- a/python-benchling-api-client.spec
+++ b/python-benchling-api-client.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-benchling-api-client
-Version: 2.0.170
+Version: 2.0.173
Release: 1
Summary: Autogenerated Python client from OpenAPI Python Client generator
License: Apache-2.0
URL: https://pypi.org/project/benchling-api-client/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/96/8c/da3efbe1f785536bd86e41b92619c8a23c3502f352a07fa15e3870f5f649/benchling_api_client-2.0.170.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7c/d8/ead7860bf9c8757ab82df7e6e46c31caf8dc1470873733221b7a0cb16a1f/benchling_api_client-2.0.173.tar.gz
BuildArch: noarch
Requires: python3-backoff
@@ -52,7 +52,7 @@ easier to use and has been released to general availability.
%prep
-%autosetup -n benchling-api-client-2.0.170
+%autosetup -n benchling_api_client-2.0.173
%build
%py3_build
@@ -66,20 +66,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 .
@@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.170-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.173-1
- Package Spec generated