14
0

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
This commit is contained in:
2016-09-21 11:08:13 +00:00
committed by Git OBS Bridge
parent a33f237f3c
commit 40235151f1
4 changed files with 27 additions and 30 deletions

View File

@@ -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 Wed May 13 15:03:26 UTC 2015 - mc@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyvmomi # 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. # Copyright (c) 2014 LISA GmbH, Bingen, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -18,51 +18,30 @@
Name: python-pyvmomi Name: python-pyvmomi
Version: 5.5.0.2014.1.1 Version: 6.0.0.2016.6
Release: 0 Release: 0
Summary: VMware vSphere Python SDK Summary: VMware vSphere Python SDK
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/vmware/pyvmomi Url: https://github.com/vmware/pyvmomi
Source: https://pypi.python.org/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz Source: https://pypi.io/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
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-requests >= 2.3.0 BuildRequires: python-requests >= 2.3.0
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: python-six >= 1.7.3 BuildRequires: python-six >= 1.7.3
BuildRequires: python-testtools >= 0.9.34 BuildRequires: python-testtools >= 0.9.34
BuildRequires: python-vcrpy BuildRequires: python-vcrpy
Requires: python-requests >= 2.3.0
Requires: python-six >= 1.7.3
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 BuildArch: noarch
%endif
%description %description
pyVmomi is the Python SDK for the VMware vSphere API that allows you to manage pyVmomi is the Python SDK for the VMware vSphere API that allows you to manage
ESX, ESXi, and vCenter. 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
* <http://webchat.freenode.net/?channels=#pyvmomi,#pyvmomi-dev>`_
* community email is on `nabble <http://pyvmomi.2338814.n4.nabble.com>`_
For general language neutral documentation of vSphere Management API see:
* `vSphere WS SDK API Docs
* <http://pubs.vmware.com/vsphere-55/topic/com.vmware.wssdk.apiref.doc/right-pane.html>`_
%prep %prep
%setup -q -n pyvmomi-%{version} %setup -q -n pyvmomi-%{version}
%patch -p1
# we don't want to install any of these # we don't want to install any of these
sed -i '/ data_files/,+1d' setup.py sed -i '/ data_files/,+1d' setup.py
# fix line breaks in text files # fix line breaks in text files
@@ -80,6 +59,8 @@ python setup.py test
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE.txt NOTICE.txt README.rst %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 %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a57bc76a20bc9135b17276ee51564246ca9bf2a3e69eb1040e93ce4719946179
size 198314

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0674174e2799ca4b29daacfb839c68ddd3cc6d92edeb28bf396ce0cb4d23a51
size 218882