diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index 5df5c5f..f06b3b1 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyvmomi -Version: 7.0.2 -Release: 2 +Version: 7.0.3 +Release: 1 Summary: VMware vSphere Python SDK License: Apache-2.0 URL: https://github.com/vmware/pyvmomi -Source0: https://files.pythonhosted.org/packages/da/ec/38044d41138a687930687f6b990c9dfe8d863dfcbae3ea16f346d3a78131/pyvmomi-7.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/d5/d1/effec9e03f9c0a0eba9c03ba8708807bad7b335341bf755cd88d110ce29d/pyvmomi-7.0.3.tar.gz BuildArch: noarch @@ -29,7 +29,7 @@ Provides: python3-pyvmomi-doci pyVmomi is the Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter. %prep -%autosetup -n pyvmomi-7.0.2 +%autosetup -n pyvmomi-7.0.3 %build %py3_build @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 7.0.3-1 +- Upgrade to version 7.0.3 + * Wed May 18 2022 liukuo - 7.0.2-2 - License compliance rectification diff --git a/pyvmomi-7.0.2.tar.gz b/pyvmomi-7.0.2.tar.gz deleted file mode 100644 index c855ecf..0000000 Binary files a/pyvmomi-7.0.2.tar.gz and /dev/null differ diff --git a/pyvmomi-7.0.3.tar.gz b/pyvmomi-7.0.3.tar.gz new file mode 100644 index 0000000..fa5279b Binary files /dev/null and b/pyvmomi-7.0.3.tar.gz differ