14
0

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:
Tomáš Chvátal
2018-03-04 07:06:35 +00:00
committed by Git OBS Bridge
parent 0aa495ea19
commit d0b2cfa2b5
2 changed files with 10 additions and 4 deletions

View File

@@ -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