1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-23 01:49:59 -05:00

Refresh vcenter bindings and core lib for 8.0U2 release

Signed-off-by: Ankit Agrawal <aagrawal3@vmware.com>
This commit is contained in:
Ankit Agrawal 2023-08-29 10:47:05 +05:30
parent 59025295b2
commit 6604b860c1
14 changed files with 5 additions and 8 deletions

View File

@ -1 +0,0 @@
<a href='vapi_common_client-2.40.0-py2.py3-none-any.whl'>vapi_common_client-2.40.0-py2.py3-none-any.whl</a><br />

View File

@ -1 +0,0 @@
<a href='vapi_runtime-2.40.0-py2.py3-none-any.whl'>vapi_runtime-2.40.0-py2.py3-none-any.whl</a><br />

View File

@ -1 +0,0 @@
<a href='vcenter_bindings-4.1.0-py2.py3-none-any.whl'>vcenter_bindings-4.1.0-py2.py3-none-any.whl</a><br />

View File

@ -8,7 +8,7 @@ pyOpenSSL (>=22.0.0)
cryptography (>=37.0.2) cryptography (>=37.0.2)
setuptools (>=62.3.2) setuptools (>=62.3.2)
###### SDK requirements ###### ###### SDK requirements ######
vcenter-bindings == 4.1.0 vcenter-bindings == 4.2.0
vmwarecloud-aws vmwarecloud-aws
nsx-python-sdk nsx-python-sdk
nsx-policy-python-sdk nsx-policy-python-sdk

View File

@ -1,2 +1,2 @@
[pycodestyle] [pycodestyle]
ignore = E402, E501, E122, E126, E127, E128, E129, E131, W503, W504 ignore = E402, E501, E122, E126, E127, E128, E129, E131, W503, W504, E721

View File

@ -14,9 +14,9 @@ setup(name='vsphere-automation-sdk',
install_requires=[ install_requires=[
'lxml >= 4.3.0', 'lxml >= 4.3.0',
'pyVmomi >=6.7', 'pyVmomi >=6.7',
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.44.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.44.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vmwarecloud-aws @ file://localhost/{}/lib/vmwarecloud-aws/vmwarecloud_aws-1.63.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vmwarecloud-aws @ file://localhost/{}/lib/vmwarecloud-aws/vmwarecloud_aws-1.63.0-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()),