diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:18:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:18:59 +0000 |
commit | 77c213e8855a4a77ce6e6312eef4d0da54468286 (patch) | |
tree | 6be0a8d697ff726ccb13c339f7b79caaea5c61b2 | |
parent | 8c0545aeecfa1833cbbcf0690d9225501e2f5389 (diff) |
automatic import of python-xendit-pythonopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-xendit-python.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /xendit_python-0.2.1.tar.gz +/xendit_python-0.2.2.tar.gz diff --git a/python-xendit-python.spec b/python-xendit-python.spec index 3a24778..0e12d51 100644 --- a/python-xendit-python.spec +++ b/python-xendit-python.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xendit-python -Version: 0.2.1 +Version: 0.2.2 Release: 1 Summary: Xendit REST API Client for Python - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets, Payments API, Services https://xendit.github.io/apireference/ License: MIT URL: https://github.com/xendit/xendit-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/63/31d19e82ce0a68bb39d47eb7bfad2a505e9958e8365b750043c817279465/xendit_python-0.2.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/eb/0a/00ddb43bee7a64a6cb3097a4d8426d7d03ceed78e87ab8d2fa679e55b0ab/xendit_python-0.2.2.tar.gz BuildArch: noarch Requires: python3-requests @@ -9941,7 +9941,7 @@ python -m pytest tests/ --cov=xendit/ %prep -%autosetup -n xendit-python-0.2.1 +%autosetup -n xendit_python-0.2.2 %build %py3_build @@ -9955,20 +9955,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 . @@ -9981,5 +9981,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1 - Package Spec generated @@ -1 +1 @@ -ae7743efbe4aeb76334fa7fd97b70235 xendit_python-0.2.1.tar.gz +69c682313aa068eec0d27b6cbcf9f15d xendit_python-0.2.2.tar.gz |