diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:40:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:40:47 +0000 |
commit | c90718afb3f6efab820e002d75d20c62212f2773 (patch) | |
tree | db1700431f5f8e4ae5c902f67513f8391bb39167 | |
parent | d7e120bde39bb567097be2f2e8c6cfa397746067 (diff) |
automatic import of python-b2sdkopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-b2sdk.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /b2sdk-1.19.0.tar.gz +/b2sdk-1.21.0.tar.gz diff --git a/python-b2sdk.spec b/python-b2sdk.spec index b7ea840..9801877 100644 --- a/python-b2sdk.spec +++ b/python-b2sdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-b2sdk -Version: 1.19.0 +Version: 1.21.0 Release: 1 Summary: Backblaze B2 SDK License: MIT URL: https://github.com/Backblaze/b2-sdk-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/26/d2/c9f0ab04ad9a91c537783a8d6e9fcae041eb02dfdffe5f361a7120696388/b2sdk-1.19.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/50/1f60ed5b74e3ded185b6827f804637d908ab498549ee8ba30c375a7b5925/b2sdk-1.21.0.tar.gz BuildArch: noarch @@ -145,7 +145,7 @@ Please see our [contributing guidelines](CONTRIBUTING.md). %prep -%autosetup -n b2sdk-1.19.0 +%autosetup -n b2sdk-1.21.0 %build %py3_build @@ -185,5 +185,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.21.0-1 - Package Spec generated @@ -1 +1 @@ -e20ca5985650858594133da4249c4413 b2sdk-1.19.0.tar.gz +61a793b359f2d514dafb2c89d0d42193 b2sdk-1.21.0.tar.gz |