diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index 2690f23be6c67df4fe6c352bdb7024292648794e..fdef644fade666c6e277009a3c13cf7419cb5904 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyvmomi -Version: 8.0.2.0 +Version: 8.0.3.0.1 Release: 1 Summary: VMware vSphere Python SDK License: Apache-2.0 URL: https://github.com/vmware/pyvmomi -Source0: https://files.pythonhosted.org/packages/49/b5/aca18328fdaf06f16ea7ba4fbcc54eaf95625949480504599c3896a9666b/pyvmomi-8.0.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/6d/78/4a3847c0487283e57679364b5797ee8f7a2c40a13bccdb430864e9190782/pyvmomi-8.0.3.0.1.tar.gz BuildArch: noarch %description @@ -69,6 +69,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 dongjiao - 8.0.3.0.1-1 +- Update package to version 8.0.3.0.1 + - Added support for vSAN Health APIs + - Updated bindings with support for the new vSphere 8.0U3 APIs. + - Python 3.12 compatibility + * Tue Oct 24 2023 jiangxinyu - 8.0.2.0-1 - Update package to version 8.0.2.0 diff --git a/pyvmomi-8.0.2.0.tar.gz b/pyvmomi-8.0.2.0.tar.gz deleted file mode 100644 index 776366a82ed33333f1f29435c58b05afed6c57b6..0000000000000000000000000000000000000000 Binary files a/pyvmomi-8.0.2.0.tar.gz and /dev/null differ diff --git a/pyvmomi-8.0.3.0.1.tar.gz b/pyvmomi-8.0.3.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..201614594949b8287d5b764176c352da24dd1d86 Binary files /dev/null and b/pyvmomi-8.0.3.0.1.tar.gz differ