Skip to content

Commit 6604b86

Browse files
committed
Refresh vcenter bindings and core lib for 8.0U2 release
Signed-off-by: Ankit Agrawal <[email protected]>
1 parent 5902529 commit 6604b86

14 files changed

+5
-8
lines changed
Binary file not shown.
Binary file not shown.

lib/vapi-common-client/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Binary file not shown.

lib/vapi-runtime/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/vcenter-bindings/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pyOpenSSL (>=22.0.0)
88
cryptography (>=37.0.2)
99
setuptools (>=62.3.2)
1010
###### SDK requirements ######
11-
vcenter-bindings == 4.1.0
11+
vcenter-bindings == 4.2.0
1212
vmwarecloud-aws
1313
nsx-python-sdk
1414
nsx-policy-python-sdk

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pycodestyle]
2-
ignore = E402, E501, E122, E126, E127, E128, E129, E131, W503, W504
2+
ignore = E402, E501, E122, E126, E127, E128, E129, E131, W503, W504, E721

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
install_requires=[
1515
'lxml >= 4.3.0',
1616
'pyVmomi >=6.7',
17-
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()),
18-
'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
19-
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()),
17+
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.44.0-py2.py3-none-any.whl'.format(os.getcwd()),
18+
'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.2.0-py2.py3-none-any.whl'.format(os.getcwd()),
19+
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.44.0-py2.py3-none-any.whl'.format(os.getcwd()),
2020
'vmwarecloud-aws @ file://localhost/{}/lib/vmwarecloud-aws/vmwarecloud_aws-1.63.0-py2.py3-none-any.whl'.format(os.getcwd()),
2121
'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()),
2222
'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()),

0 commit comments

Comments
 (0)