14
0

Accepting request 927364 from home:mnhauke

- Update to version 7.0.3
  * Added new bindings to support vSphere 7.0U3. Includes updates
    to VIM, PBM, EAM and SMS namespaces.
  * New features of vSphere 7.0U3 based on REST APIs are available
    via the vSphere Automation SDK for Python.
  * Outdated samples are removed. Community samples project:
    https://github.com/vmware/pyvmomi-community-samples
  * Bindings files are renamed to _typeinfo_{namespace}.py
  * "stable" version alias is removed
  * "public" version alias is renamed to "LTS"

OBS-URL: https://build.opensuse.org/request/show/927364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=25
This commit is contained in:
2021-11-06 10:38:38 +00:00
committed by Git OBS Bridge
parent ff12b04a1e
commit 6779c3d184
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Oct 25 20:06:37 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 7.0.3
* Added new bindings to support vSphere 7.0U3. Includes updates
to VIM, PBM, EAM and SMS namespaces.
* New features of vSphere 7.0U3 based on REST APIs are available
via the vSphere Automation SDK for Python.
* Outdated samples are removed. Community samples project:
https://github.com/vmware/pyvmomi-community-samples
* Bindings files are renamed to _typeinfo_{namespace}.py
* "stable" version alias is removed
* "public" version alias is renamed to "LTS"
-------------------------------------------------------------------
Fri May 28 10:00:57 UTC 2021 - pgajdos@suse.com