diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:49:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:49:56 +0000 |
commit | 3099c20eed5b1f83cac0ab698ff1e2ff7261bcf6 (patch) | |
tree | 72c8eb12537ef1eeec8377a9fd1858d1ec4981fd | |
parent | 77addc86b7328271445de9799ac4d26afbb371d3 (diff) |
automatic import of python-boxsdk
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-boxsdk.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /boxsdk-3.6.2.tar.gz +/boxsdk-3.7.0.tar.gz diff --git a/python-boxsdk.spec b/python-boxsdk.spec index cd1f0aa..1c26f7b 100644 --- a/python-boxsdk.spec +++ b/python-boxsdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-boxsdk -Version: 3.6.2 +Version: 3.7.0 Release: 1 Summary: Official Box Python SDK License: Apache Software License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0 URL: https://github.com/box/box-python-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/3b/a1ef0741d19185a2e9d6eba3905c12a7c7421bc6f8ec19935495512077f3/boxsdk-3.6.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/97/6c/de95cdc73116d284104ef1bee970e79a2bb4ee168b4f5443d16de72db9bc/boxsdk-3.7.0.tar.gz BuildArch: noarch Requires: python3-attrs @@ -1419,7 +1419,7 @@ Forum](https://community.box.com/t5/Developer-Forum/bd-p/DeveloperForum). %prep -%autosetup -n boxsdk-3.6.2 +%autosetup -n boxsdk-3.7.0 %build %py3_build @@ -1459,5 +1459,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.2-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.0-1 - Package Spec generated @@ -1 +1 @@ -112cc2d6ae4ad3bfbacda0ca356d5db1 boxsdk-3.6.2.tar.gz +ae20fab6d5f8df40413cf770d4ec0cc0 boxsdk-3.7.0.tar.gz |