diff options
Diffstat (limited to 'python-cardpay.spec')
-rw-r--r-- | python-cardpay.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cardpay.spec b/python-cardpay.spec index cf502f0..e2a70d9 100644 --- a/python-cardpay.spec +++ b/python-cardpay.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cardpay -Version: 3.46.23 +Version: 3.48.4 Release: 1 Summary: Unlimint APIv3 Python SDK License: MIT URL: https://github.com/cardpay/python-sdk-v3.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9b/06/05ca445b0894351025078c2a23bf021cef26675fde664629b3f97f185d33/cardpay-3.46.23.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/54/bd0b3fddbe9c49189801d8cb7fb6b20d937f212a687840ac40fb9b572b13/cardpay-3.48.4.tar.gz BuildArch: noarch Requires: python3-certifi @@ -38,7 +38,7 @@ pip install git+https://github.com/cardpay/python-sdk-v3.git --upgrade or ```sh -pip install 'cardpay>=3.46.23' --upgrade +pip install 'cardpay>=3.48.4' --upgrade ``` Then import the package: @@ -194,7 +194,7 @@ pip install git+https://github.com/cardpay/python-sdk-v3.git --upgrade or ```sh -pip install 'cardpay>=3.46.23' --upgrade +pip install 'cardpay>=3.48.4' --upgrade ``` Then import the package: @@ -347,7 +347,7 @@ pip install git+https://github.com/cardpay/python-sdk-v3.git --upgrade or ```sh -pip install 'cardpay>=3.46.23' --upgrade +pip install 'cardpay>=3.48.4' --upgrade ``` Then import the package: @@ -473,7 +473,7 @@ If the `NO_PROXY` env variable is set, the SDK won't use the proxy for hosts fro %prep -%autosetup -n cardpay-3.46.23 +%autosetup -n cardpay-3.48.4 %build %py3_build @@ -513,5 +513,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.46.23-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.48.4-1 - Package Spec generated |