forked from pool/python-pyvmomi
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
This commit is contained in:
committed by
Git OBS Bridge
parent
0aa495ea19
commit
d0b2cfa2b5
@@ -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
|
Wed Nov 29 15:01:48 UTC 2017 - boris@steki.net
|
||||||
|
|
||||||
@@ -7,7 +14,6 @@ Wed Nov 29 15:01:48 UTC 2017 - boris@steki.net
|
|||||||
+ Add user-agent header when connecting to vsphere
|
+ Add user-agent header when connecting to vsphere
|
||||||
- moved to single spec logic to build py2 and py3 package
|
- moved to single spec logic to build py2 and py3 package
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 15 11:57:13 UTC 2017 - hpj@urpla.net
|
Sun Jan 15 11:57:13 UTC 2017 - hpj@urpla.net
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyvmomi
|
# 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.
|
# 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
|
||||||
@@ -45,8 +45,8 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module testtools >= 0.9.34}
|
BuildRequires: %{python_module testtools >= 0.9.34}
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{python_module vcrpy}
|
BuildRequires: %{python_module vcrpy}
|
||||||
Requires: %{python_module requests >= 2.3.0}
|
Requires: python-requests >= 2.3.0
|
||||||
Requires: %{python_module six >= 1.7.3}
|
Requires: python-six >= 1.7.3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user