From d0b2cfa2b51a8d3106cd8b1d1fd7eb5d771ff04951beb57e5feb15432db26c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Mar 2018 07:06:35 +0000 Subject: [PATCH] Accepting request 582250 from home:apersaud:branches:devel:languages:python - specfile: * update copyright year * don't use python_module for Requires - updated to release v6.5.0.2017.5-1 + Fix SoapAdapter serializer to support serializing unicode chars + Remove custom getattr in _HTTPSConnection + Add user-agent header when connecting to vsphere - moved to single spec logic to build py2 and py3 package - fix build: add python-fixtures to build dependencies - Update to version 6.5 * Spec bump to support vSphere 6.5. * Include EAM bindings to support vSphere EAM service. * Fixed server thumbprint verification. * Fixed sslcontext creation in sample code. - 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 - add requires for python-six and python-requests - version 5.5.0.2014.1.1: initial build - apply asorted fixes from todays git tree OBS-URL: https://build.opensuse.org/request/show/582250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=7 --- python-pyvmomi.changes | 8 +++++++- python-pyvmomi.spec | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-pyvmomi.changes b/python-pyvmomi.changes index 266e857..c305422 100644 --- a/python-pyvmomi.changes +++ b/python-pyvmomi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 3 18:41:57 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + * don't use python_module for Requires + ------------------------------------------------------------------- Wed Nov 29 15:01:48 UTC 2017 - boris@steki.net @@ -6,7 +13,6 @@ Wed Nov 29 15:01:48 UTC 2017 - boris@steki.net + Remove custom getattr in _HTTPSConnection + Add user-agent header when connecting to vsphere - moved to single spec logic to build py2 and py3 package - ------------------------------------------------------------------- Sun Jan 15 11:57:13 UTC 2017 - hpj@urpla.net diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index 63abbf6..36b5d86 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyvmomi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -45,8 +45,8 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module testtools >= 0.9.34} %endif BuildRequires: %{python_module vcrpy} -Requires: %{python_module requests >= 2.3.0} -Requires: %{python_module six >= 1.7.3} +Requires: python-requests >= 2.3.0 +Requires: python-six >= 1.7.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch