From 40235151f1ba2280d49f07f4d3347cd0d269e9f13d631f79c06383017575c500 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Sep 2016 11:08:13 +0000 Subject: [PATCH] Accepting request 428457 from home:mnhauke - Update to version 6.0.0.2016.4 * Python3 related bug fixes. * Include task.py utility class. - Changes from version 6.0.0 * Spec bump to support vSphere 6.0 server objects and types vSphere 6.0 U1 spec is used * New ssl context parameter in Connect.py and SoapAdapter.py to support passing various ssl options while connecting to vSphere. * Drop python 2.6 support. * Critical bug fixes. - Remove patch: pyvmomi-git20141104-new.diff (fixed upstream) - Fix Source-Url OBS-URL: https://build.opensuse.org/request/show/428457 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=3 --- python-pyvmomi.changes | 16 ++++++++++++++++ python-pyvmomi.spec | 35 ++++++++--------------------------- pyvmomi-5.5.0.2014.1.1.tar.gz | 3 --- pyvmomi-6.0.0.2016.6.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 30 deletions(-) delete mode 100644 pyvmomi-5.5.0.2014.1.1.tar.gz create mode 100644 pyvmomi-6.0.0.2016.6.tar.gz diff --git a/python-pyvmomi.changes b/python-pyvmomi.changes index 7da06b7..5600e88 100644 --- a/python-pyvmomi.changes +++ b/python-pyvmomi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Sep 18 12:40:36 UTC 2016 - mardnh@gmx.de + +- Update to version 6.0.0.2016.4 + * Python3 related bug fixes. + * Include task.py utility class. +- Changes from version 6.0.0 + * Spec bump to support vSphere 6.0 server objects and types + vSphere 6.0 U1 spec is used + * New ssl context parameter in Connect.py and SoapAdapter.py to + support passing various ssl options while connecting to vSphere. + * Drop python 2.6 support. + * Critical bug fixes. +- Remove patch: pyvmomi-git20141104-new.diff (fixed upstream) +- Fix Source-Url + ------------------------------------------------------------------- Wed May 13 15:03:26 UTC 2015 - mc@suse.com diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index 48b006a..2ce86e3 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyvmomi # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,51 +18,30 @@ Name: python-pyvmomi -Version: 5.5.0.2014.1.1 +Version: 6.0.0.2016.6 Release: 0 Summary: VMware vSphere Python SDK License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/vmware/pyvmomi -Source: https://pypi.python.org/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz -Patch: pyvmomi-git20141104-new.diff -Requires: python-requests >= 2.3.0 -Requires: python-six >= 1.7.3 +Source: https://pypi.io/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-requests >= 2.3.0 BuildRequires: python-setuptools BuildRequires: python-six >= 1.7.3 BuildRequires: python-testtools >= 0.9.34 BuildRequires: python-vcrpy +Requires: python-requests >= 2.3.0 +Requires: python-six >= 1.7.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else BuildArch: noarch -%endif %description pyVmomi is the Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter. -Getting Started ================ To get started, check out the samples project -at: - -* http://vmware.github.io/pyvmomi-community-samples/ - -* community discussion on IRC freenode.net channels `#pyvmomi and #pyvmomi-dev -* `_ - -* community email is on `nabble `_ - -For general language neutral documentation of vSphere Management API see: - -* `vSphere WS SDK API Docs -* `_ - %prep %setup -q -n pyvmomi-%{version} -%patch -p1 # we don't want to install any of these sed -i '/ data_files/,+1d' setup.py # fix line breaks in text files @@ -80,6 +59,8 @@ python setup.py test %files %defattr(-,root,root,-) %doc LICENSE.txt NOTICE.txt README.rst -%{python_sitelib}/* +%{python_sitelib}/pyVim +%{python_sitelib}/pyVmomi +%{python_sitelib}/pyvmomi-%{version}-py%{py_ver}.egg-info %changelog diff --git a/pyvmomi-5.5.0.2014.1.1.tar.gz b/pyvmomi-5.5.0.2014.1.1.tar.gz deleted file mode 100644 index 5c7b91b..0000000 --- a/pyvmomi-5.5.0.2014.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a57bc76a20bc9135b17276ee51564246ca9bf2a3e69eb1040e93ce4719946179 -size 198314 diff --git a/pyvmomi-6.0.0.2016.6.tar.gz b/pyvmomi-6.0.0.2016.6.tar.gz new file mode 100644 index 0000000..3417bcf --- /dev/null +++ b/pyvmomi-6.0.0.2016.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0674174e2799ca4b29daacfb839c68ddd3cc6d92edeb28bf396ce0cb4d23a51 +size 218882