diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index d3aa685b65684350f038cd99b0b7c2f001afa688..b56db6cdac1e1a20d0dccae75552350ccfbf4e5b 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 +Version: 7.0.3 Release: 1 Summary: VMware vSphere Python SDK -License: Apache License 2.0 +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,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 24 2022 xu_ping - 7.0.3-1 +- Upgrade to version 7.0.3 + * Mon Aug 09 2021 Python_Bot - 7.0.2-1 - Package Spec generated diff --git a/pyvmomi-7.0.2.tar.gz b/pyvmomi-7.0.2.tar.gz deleted file mode 100644 index c855ecfe271e383bd2f4a39946d5429336d14d18..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..fa5279b84a98f567d68de511e856db9bf02cf094 Binary files /dev/null and b/pyvmomi-7.0.3.tar.gz differ