tencentcloud-sdk-python-ssl 3.0.1408__tar.gz → 3.0.1420__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud/ssl/v20191205/errorcodes.py +7 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud/ssl/v20191205/models.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1420/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1408/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1408 → tencentcloud-sdk-python-ssl-3.0.1420}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ssl',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1420,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -167,6 +167,9 @@ FAILEDOPERATION_CERTIFICATESYNCTASKIDINVALID = 'FailedOperation.CertificateSyncT
|
|
|
167
167
|
# 无法查到当前证书类型详情。
|
|
168
168
|
FAILEDOPERATION_CERTIFICATETYPEINFONOTFOUND = 'FailedOperation.CertificateTypeInfoNotFound'
|
|
169
169
|
|
|
170
|
+
# 当前为白名单功能,非白名单用户无法使用该功能,请联系SSL证书特殊处理。
|
|
171
|
+
FAILEDOPERATION_CERTIFICATEWHITEFUNCERROR = 'FailedOperation.CertificateWhiteFuncError'
|
|
172
|
+
|
|
170
173
|
# 证书确认函文件过大(需小于1.4M)。
|
|
171
174
|
FAILEDOPERATION_CONFIRMLETTERTOOLARGE = 'FailedOperation.ConfirmLetterTooLarge'
|
|
172
175
|
|
|
@@ -188,6 +191,9 @@ FAILEDOPERATION_FILETOOLARGE = 'FailedOperation.FileTooLarge'
|
|
|
188
191
|
# 文件尺寸太小,请上传清晰图片。
|
|
189
192
|
FAILEDOPERATION_FILETOOSMALL = 'FailedOperation.FileTooSmall'
|
|
190
193
|
|
|
194
|
+
# 生产CSR失败
|
|
195
|
+
FAILEDOPERATION_GENCSRFAIL = 'FailedOperation.GenCSRFail'
|
|
196
|
+
|
|
191
197
|
# 公司管理人状态错误。
|
|
192
198
|
FAILEDOPERATION_ILLEGALMANAGERSTATUS = 'FailedOperation.IllegalManagerStatus'
|
|
193
199
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1420
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1408
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|