Bindings
* Updated bindings with support for the new vSphere 9.0 APIs.
Added
* SoapStubAdapter and the connect.py wrappers now allows passing
a serverPemCert parameter (9a8956f).
* Added TOML config
Changes
* Dependency on pyOpenSSL is limited to '<24.3.0' because of
breaking changes.
* Dependency on "six" is removed
Breaking changes
* SoapAdapter.HTTPProxyConnection is removed (9a8956f).
* SoapAdapter.SSLTunnelConnection is replaced by
SoapAdapter._SSLTunnelConnection which inherits Python's
standard HTTPSConnection (9a8956f).
* SoapAdapter.UnixSocketConnection is replaced by
SoapAdapter._UnixSocketConnection which inherits
Python's standard HTTPConnection (9a8956f)
* 'publicVersions' and 'dottedVersions' aliases are removed.
Replaced by the 'ltsVersions' alias.
* pyVmomi.VmomiSupport.VmomiJSONEncoder is replaced by
pyVmomi.VmomiJSONEncoder.VmomiJSONEncoder.
* pyVmomi.VmomiSupport.templateOf() is replaced by
pyVmomi.VmomiJSONEncoder.templateOf().
* pyVmomi.ThumbprintMismatchException is replaced by
pyVmomi.Security.ThumbprintMismatchException.
* pyVmomi.SoapAdapter.ThumbprintMismatchException is replaced by
pyVmomi.Security.ThumbprintMismatchException.
* Settings: 'legacyThumbprintException' is removed.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=36