Hello community, here is the log from the commit of package python-pyvmomi for openSUSE:Factory checked in at 2019-09-18 13:10:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyvmomi (Old) and /work/SRC/openSUSE:Factory/.python-pyvmomi.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyvmomi" Wed Sep 18 13:10:14 2019 rev:3 rq:731150 version:6.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyvmomi/python-pyvmomi.changes 2019-01-08 12:29:51.968181337 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyvmomi.new.7948/python-pyvmomi.changes 2019-09-18 13:10:40.800699490 +0200 @@ -1,0 +2,14 @@ +Sun Sep 15 13:47:46 UTC 2019 - John Vandenberg <[email protected]> + +- Add runtime recommends for pyOpenSSL and lxml, needed for SSO support +- Update to v6.7.3 + * Publish new bindings to support vSphere 6.7 Update 3 Release + * Add sso.py to support get bearer/hok token from sso server + * pydoc support Fix + * httpProxy Support Fix + * Changes to VmomiSupport to handle API versions +- Convert line endings on README.rst +- Drop python-pyvmomi-fix-incompatibility-with-vcrpy2.patch as the + vcrpy fix has been released + +------------------------------------------------------------------- Old: ---- python-pyvmomi-6.7.1.2018.12.tar.gz python-pyvmomi-fix-incompatibility-with-vcrpy2.patch New: ---- pyvmomi-6.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyvmomi.spec ++++++ --- /var/tmp/diff_new_pack.Y6FopO/_old 2019-09-18 13:10:41.608699319 +0200 +++ /var/tmp/diff_new_pack.Y6FopO/_new 2019-09-18 13:10:41.608699319 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyvmomi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,29 +13,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pyvmomi -Version: 6.7.1.2018.12 +Version: 6.7.3 Release: 0 Summary: VMware vSphere Python SDK License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/vmware/pyvmomi -Source: https://github.com/vmware/pyvmomi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: python-pyvmomi-fix-incompatibility-with-vcrpy2.patch +Source: https://files.pythonhosted.org/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz BuildRequires: %{python_module fixtures >= 1.3.0} +BuildRequires: %{python_module mock} BuildRequires: %{python_module requests >= 2.3.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.7.3} +BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests >= 2.3.0 Requires: python-six >= 1.7.3 +Recommends: python-pyOpenSSL +Recommends: python-lxml BuildArch: noarch %if %{with test} BuildRequires: %{python_module testtools >= 0.9.34} @@ -50,13 +53,11 @@ %prep %setup -q -n pyvmomi-%{version}%{?version_suffix} -%patch0 -p1 -# we don't want to install any of these -sed -i '/ data_files/,+1d' setup.py -# fix line breaks in text files -sed -i 's/\r//' *.txt -# do not hardcode vrcpy version -#sed -i -e 's:==:>=:g' test-requirements.txt +dos2unix README.rst LICENSE.txt NOTICE.txt + +# https://github.com/vmware/pyvmomi/pull/750 +# Unpin vcrpy; the fix was released +sed -i 's/vcrpy<2/vcrpy/' test-requirements.txt %build %python_build @@ -75,6 +76,6 @@ %doc NOTICE.txt README.rst %{python_sitelib}/pyVim %{python_sitelib}/pyVmomi -%{python_sitelib}/pyvmomi-%{version}*-py%{py_ver}.egg-info +%{python_sitelib}/pyvmomi-%{version}*-py*.egg-info %changelog
