From 32573f15bb0bba144955de904235d8060b5751e6 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 19:46:20 +0000 Subject: automatic import of python-exabel-data-sdk --- .gitignore | 1 + python-exabel-data-sdk.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index e69a3eb..ee86ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /exabel-data-sdk-4.3.0.tar.gz +/exabel-data-sdk-4.4.0.tar.gz diff --git a/python-exabel-data-sdk.spec b/python-exabel-data-sdk.spec index 007c2ea..b610fc2 100644 --- a/python-exabel-data-sdk.spec +++ b/python-exabel-data-sdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-exabel-data-sdk -Version: 4.3.0 +Version: 4.4.0 Release: 1 Summary: Python SDK for the Exabel Data API License: MIT URL: https://github.com/Exabel/python-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/9c/2109dd8a17ca294152b4ce5b2b8c5c2027c48966c2d6c656d287b7b3435f/exabel-data-sdk-4.3.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/97/92/f34d82117432156382f42fe241482d3d5150c2eeb1295481f6b77733cac1/exabel-data-sdk-4.4.0.tar.gz BuildArch: noarch Requires: python3-google-api-core @@ -235,7 +235,7 @@ The Exabel Management API can be used to manage the library on the Exabel Platfo %prep -%autosetup -n exabel-data-sdk-4.3.0 +%autosetup -n exabel-data-sdk-4.4.0 %build %py3_build @@ -249,20 +249,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 . @@ -275,5 +275,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot - 4.3.0-1 +* Thu Jun 08 2023 Python_Bot - 4.4.0-1 - Package Spec generated diff --git a/sources b/sources index 6085cfc..af9e293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8352f3b4c0398c276ea1e316a7254a6 exabel-data-sdk-4.3.0.tar.gz +22fc7113899cef9df371157045214189 exabel-data-sdk-4.4.0.tar.gz -- cgit v1.2.3