1
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,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