Skip to content

Commit d0699c4

Browse files
release 3.1.160 source code
1 parent 0acdbed commit d0699c4

File tree

1,683 files changed

+180090
-23763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,683 files changed

+180090
-23763
lines changed

CHANGELOG.md

Lines changed: 603 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG_CN.md

Lines changed: 603 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document introduces how to obtain and use Huawei Cloud Python SDK.
2020
- To use Huawei Cloud Python SDK to access the APIs of specific service, please make sure you do have activated the
2121
service in [Huawei Cloud console](https://console.huaweicloud.com/?locale=en-us) if needed.
2222

23-
- Huawei Cloud Python SDK requires **Python 3.3** or later, run command `python --version` to check the version of Python.
23+
- Huawei Cloud Python SDK requires **Python 3.6** or later, run command `python --version` to check the version of Python.
2424

2525
## Install Python SDK
2626

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 要使用华为云 Python SDK 访问指定服务的 API
2121
,您需要确认已在 [华为云控制台](https://console.huaweicloud.com/console/?locale=zh-cn&region=cn-north-4#/home) 开通当前服务。
2222

23-
- 华为云 Python SDK 支持 **python3.3以上** 的版本。可执行 `python --version` 检查当前 python 的版本信息。
23+
- 华为云 Python SDK 支持 **python3.6以上** 的版本。可执行 `python --version` 检查当前 python 的版本信息。
2424

2525
## SDK 获取和安装
2626

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.159
1+
3.1.160

huaweicloud-sdk-aad/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pack test
1+
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
huaweicloudsdkcore >= 3.1.159
1+
huaweicloudsdkcore>=3.1.160

huaweicloud-sdk-aad/setup.py

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "huaweicloudsdkaad"
7-
VERSION = "3.1.159"
7+
VERSION = "3.1.160"
88
AUTHOR = "HuaweiCloud SDK"
99
AUTHOR_EMAIL = "[email protected]"
1010
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
@@ -14,18 +14,11 @@
1414
with open(path.join(this_directory, 'README_PYPI.md'), encoding='utf-8') as f:
1515
LONG_DESCRIPTION = f.read()
1616

17-
REQUIRES = ["huaweicloudsdkcore>=3.1.159"]
18-
19-
OPTIONS = {
20-
'bdist_wheel': {
21-
'universal': True
22-
}
23-
}
17+
REQUIRES = ["huaweicloudsdkcore>=3.1.160"]
2418

2519
setup(
2620
name=NAME,
2721
version=VERSION,
28-
options=OPTIONS,
2922
description=DESCRIPTION,
3023
long_description=LONG_DESCRIPTION,
3124
long_description_content_type='text/markdown',
@@ -36,20 +29,19 @@
3629
keywords=["huaweicloud", "sdk", "AAD"],
3730
packages=find_packages(exclude=["tests*"]),
3831
install_requires=REQUIRES,
39-
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
32+
python_requires=">=3.6",
4033
include_package_data=True,
4134
classifiers=[
4235
'Development Status :: 5 - Production/Stable',
4336
'Intended Audience :: Developers',
4437
'License :: OSI Approved :: Apache Software License',
45-
'Programming Language :: Python :: 2.7',
46-
'Programming Language :: Python :: 3.3',
47-
'Programming Language :: Python :: 3.4',
48-
'Programming Language :: Python :: 3.5',
4938
'Programming Language :: Python :: 3.6',
5039
'Programming Language :: Python :: 3.7',
5140
'Programming Language :: Python :: 3.8',
5241
'Programming Language :: Python :: 3.9',
42+
'Programming Language :: Python :: 3.10',
43+
'Programming Language :: Python :: 3.11',
44+
'Programming Language :: Python :: 3.12',
5345
'Topic :: Software Development'
5446
]
5547
)

huaweicloud-sdk-all/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pack test
1+
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).

0 commit comments

Comments
 (0)