tencentcloud-sdk-python-ssl 3.0.1261__tar.gz → 3.0.1262__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.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud/ssl/v20191205/models.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1262/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1261/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1261 → tencentcloud-sdk-python-ssl-3.0.1262}/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==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1262"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -15624,7 +15624,7 @@ class UploadCertificateRequest(AbstractModel):
|
|
|
15624
15624
|
:type CertificateUse: str
|
|
15625
15625
|
:param _Tags: 标签列表
|
|
15626
15626
|
:type Tags: list of Tags
|
|
15627
|
-
:param _Repeatable:
|
|
15627
|
+
:param _Repeatable: 相同的证书是否允许重复上传; true:允许上传相同指纹的证书; false:不允许上传相同指纹的证书; 默认值:true
|
|
15628
15628
|
:type Repeatable: bool
|
|
15629
15629
|
"""
|
|
15630
15630
|
self._CertificatePublicKey = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1262
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1261
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|