Hello community,
here is the log from the commit of package python-pyvmomi for
openSUSE:Leap:15.2 checked in at 2020-01-30 06:07:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pyvmomi (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pyvmomi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyvmomi"
Thu Jan 30 06:07:22 2020 rev:12 rq:763553 version:6.7.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pyvmomi/python-pyvmomi.changes
2020-01-15 15:52:29.887565396 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-pyvmomi.new.26092/python-pyvmomi.changes
2020-01-30 06:07:23.226430385 +0100
@@ -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.wl8ymG/_old 2020-01-30 06:07:23.970430803 +0100
+++ /var/tmp/diff_new_pack.wl8ymG/_new 2020-01-30 06:07:23.970430803 +0100
@@ -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