diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:54:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:54:47 +0000 |
commit | a7b04f412d6f5f60f942cf425bf191bca3440fb2 (patch) | |
tree | 0b9644fba108379041c02594511f9d62e5626001 | |
parent | 3099c20eed5b1f83cac0ab698ff1e2ff7261bcf6 (diff) |
automatic import of python-boxsdkopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-boxsdk.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 18 insertions, 5 deletions
@@ -1,2 +1,3 @@ /boxsdk-3.6.2.tar.gz /boxsdk-3.7.0.tar.gz +/boxsdk-3.7.1.tar.gz diff --git a/python-boxsdk.spec b/python-boxsdk.spec index 1c26f7b..5906d8b 100644 --- a/python-boxsdk.spec +++ b/python-boxsdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-boxsdk -Version: 3.7.0 +Version: 3.7.1 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/97/6c/de95cdc73116d284104ef1bee970e79a2bb4ee168b4f5443d16de72db9bc/boxsdk-3.7.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/7c/853bf10009610b50d8a150c1e9ebff1f4ba3891e808b7a8991ecf7d0f491/boxsdk-3.7.1.tar.gz BuildArch: noarch Requires: python3-attrs @@ -30,6 +30,10 @@ Requires: python3-pytest-lazy-fixture Requires: python3-pytz %description +<p align="center"> + <img src="https://github.com/box/sdks/blob/master/images/box-dev-logo.png" alt= “box-dev-logo” width="30%" height="50%"> +</p> + # Box Python SDK [](http://opensource.box.com/badges) @@ -496,6 +500,10 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-boxsdk +<p align="center"> + <img src="https://github.com/box/sdks/blob/master/images/box-dev-logo.png" alt= “box-dev-logo” width="30%" height="50%"> +</p> + # Box Python SDK [](http://opensource.box.com/badges) @@ -959,6 +967,10 @@ Forum](https://community.box.com/t5/Developer-Forum/bd-p/DeveloperForum). Summary: Development documents and examples for boxsdk Provides: python3-boxsdk-doc %description help +<p align="center"> + <img src="https://github.com/box/sdks/blob/master/images/box-dev-logo.png" alt= “box-dev-logo” width="30%" height="50%"> +</p> + # Box Python SDK [](http://opensource.box.com/badges) @@ -1419,7 +1431,7 @@ Forum](https://community.box.com/t5/Developer-Forum/bd-p/DeveloperForum). %prep -%autosetup -n boxsdk-3.7.0 +%autosetup -n boxsdk-3.7.1 %build %py3_build @@ -1459,5 +1471,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.1-1 - Package Spec generated @@ -1 +1 @@ -ae20fab6d5f8df40413cf770d4ec0cc0 boxsdk-3.7.0.tar.gz +b93378b02c3fb7d16cbc81fa132851f1 boxsdk-3.7.1.tar.gz |