tencentcloud-sdk-python-tione 3.1.93__tar.gz → 3.1.96__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_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20211111/models.py +4 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.96/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.93/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.93 → tencentcloud_sdk_python_tione-3.1.96}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.96
|
|
4
4
|
Summary: Tencent Cloud Tione SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tione',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.96,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -30761,6 +30761,8 @@ class Workspace(AbstractModel):
|
|
|
30761
30761
|
|
|
30762
30762
|
@property
|
|
30763
30763
|
def ResourceGroups(self):
|
|
30764
|
+
warnings.warn("parameter `ResourceGroups` is deprecated", DeprecationWarning)
|
|
30765
|
+
|
|
30764
30766
|
r"""<p>绑定的资源组信息</p>
|
|
30765
30767
|
:rtype: list of ResourceGroupInWorkspace
|
|
30766
30768
|
"""
|
|
@@ -30768,6 +30770,8 @@ class Workspace(AbstractModel):
|
|
|
30768
30770
|
|
|
30769
30771
|
@ResourceGroups.setter
|
|
30770
30772
|
def ResourceGroups(self, ResourceGroups):
|
|
30773
|
+
warnings.warn("parameter `ResourceGroups` is deprecated", DeprecationWarning)
|
|
30774
|
+
|
|
30771
30775
|
self._ResourceGroups = ResourceGroups
|
|
30772
30776
|
|
|
30773
30777
|
@property
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.96
|
|
4
4
|
Summary: Tencent Cloud Tione SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.96
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.93
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|