From 1ef03b408ba1ced3c4ebdce60880cdd424aee4fc Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 17:36:47 +0000 Subject: automatic import of python-checkout-sdk --- .gitignore | 1 + python-checkout-sdk.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ab53379..01ccf2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /checkout_sdk-3.0.12.tar.gz +/checkout_sdk-3.0.13.tar.gz diff --git a/python-checkout-sdk.spec b/python-checkout-sdk.spec index db7c0f2..9fb764a 100644 --- a/python-checkout-sdk.spec +++ b/python-checkout-sdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-checkout-sdk -Version: 3.0.12 +Version: 3.0.13 Release: 1 Summary: Checkout.com Python SDK License: MIT URL: https://github.com/checkout/checkout-sdk-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/ca/05f9fb3f549712e21cf33d6b332282f020c8542ddf3a457b7552c884532f/checkout_sdk-3.0.12.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bd/8a/e8507793c63dfdd04a355b2fb02d031bdb13b79547e24e2a8a90c580f2f2/checkout_sdk-3.0.13.tar.gz BuildArch: noarch Requires: python3-requests @@ -662,7 +662,7 @@ Please refer to [Code of Conduct](CODE_OF_CONDUCT.md) %prep -%autosetup -n checkout-sdk-3.0.12 +%autosetup -n checkout_sdk-3.0.13 %build %py3_build @@ -676,20 +676,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 . @@ -702,5 +702,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 3.0.12-1 +* Thu Jun 08 2023 Python_Bot - 3.0.13-1 - Package Spec generated diff --git a/sources b/sources index 452ec71..89f0929 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14328cb77e127549a7d75703e13add1a checkout_sdk-3.0.12.tar.gz +aed5eaed7a573a0274f426d6bb1aca19 checkout_sdk-3.0.13.tar.gz -- cgit v1.2.3