From 5031583557972b0ca3c5c286cfd297f7d77a36df Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:29:24 +0000 Subject: automatic import of python-benchling-api-client --- .gitignore | 1 + python-benchling-api-client.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6db733e..c49ebe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /benchling_api_client-2.0.158.tar.gz /benchling_api_client-2.0.170.tar.gz +/benchling_api_client-2.0.173.tar.gz 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 - 2.0.170-1 +* Thu Jun 08 2023 Python_Bot - 2.0.173-1 - Package Spec generated diff --git a/sources b/sources index 7d97300..10663cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9b2851c43457c9afe3f27236c6bc86b benchling_api_client-2.0.170.tar.gz +80afd61a15b7b74d5fb31ff4dbeea784 benchling_api_client-2.0.173.tar.gz -- cgit v1.2.3