From 6d128754892a7d72eb5f72099501f7438ec00095 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:49:24 +0000 Subject: automatic import of python-cloudinary-cli --- .gitignore | 1 + python-cloudinary-cli.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f375e81..e179085 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cloudinary-cli-1.6.2.tar.gz +/cloudinary-cli-1.7.1.tar.gz diff --git a/python-cloudinary-cli.spec b/python-cloudinary-cli.spec index a2d73bb..8e8216c 100644 --- a/python-cloudinary-cli.spec +++ b/python-cloudinary-cli.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cloudinary-cli -Version: 1.6.2 +Version: 1.7.1 Release: 1 Summary: A command line interface for Cloudinary with full API support License: MIT URL: https://github.com/cloudinary/cloudinary-cli -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/3f/7b0420ecacf3b1088a73131a1eb187c70050b5d769876d0aed1eca2edc38/cloudinary-cli-1.6.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/64/bd/b2a4ed8423ce654cb15ff730ef2521f1b47bab6ccd83341cd6958e79a8d2/cloudinary-cli-1.7.1.tar.gz BuildArch: noarch @@ -715,7 +715,7 @@ For details, see the [Cloudinary CLI documentation](https://cloudinary.com/docum %prep -%autosetup -n cloudinary-cli-1.6.2 +%autosetup -n cloudinary-cli-1.7.1 %build %py3_build @@ -729,20 +729,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 . @@ -755,5 +755,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 1.6.2-1 +* Thu Jun 08 2023 Python_Bot - 1.7.1-1 - Package Spec generated diff --git a/sources b/sources index 9737a6b..6fa7a9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1eb93b16b6345040f341c1a993f5acb4 cloudinary-cli-1.6.2.tar.gz +5d7684c49a1157698beb58a170304c5b cloudinary-cli-1.7.1.tar.gz -- cgit v1.2.3