forked from pool/python-pyvmomi
Accepting request 793900 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/793900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyvmomi?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 12:26:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- update to version 7.0
|
||||
* Added new bindings to support vSphere 7.0. For details, refer
|
||||
"What’s New in vSphere API 7.0?" section in the API reference
|
||||
guide: https://code.vmware.com/apis/968/vsphere
|
||||
* New features of vSphere 7.0 based on REST APIs are available
|
||||
via the vSphere Automation SDK for Python:
|
||||
https://github.com/vmware/vsphere-automation-sdk-python
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 13:47:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyvmomi
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2014 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,9 +18,8 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-pyvmomi
|
||||
Version: 6.7.3
|
||||
Version: 7.0
|
||||
Release: 0
|
||||
Summary: VMware vSphere Python SDK
|
||||
License: Apache-2.0
|
||||
@@ -35,16 +34,16 @@ BuildRequires: %{python_module six >= 1.7.3}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module testtools >= 0.9.34}
|
||||
BuildRequires: %{python_module tox}
|
||||
BuildRequires: %{python_module vcrpy}
|
||||
# /SECTION
|
||||
Requires: python-requests >= 2.3.0
|
||||
Requires: python-six >= 1.7.3
|
||||
Recommends: python-pyOpenSSL
|
||||
Recommends: python-lxml
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module testtools >= 0.9.34}
|
||||
BuildRequires: %{python_module tox}
|
||||
BuildRequires: %{python_module vcrpy}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -66,10 +65,8 @@ sed -i 's/vcrpy<2/vcrpy/' test-requirements.txt
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d639d09eb3c7b118bc83b48472c27a4567dcc128dac0ac25ee2c03ed6afbe584
|
||||
size 576847
|
3
pyvmomi-7.0.tar.gz
Normal file
3
pyvmomi-7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e1802494a6bbc4c3be36afd11f730e4a85094b2074e9d5806a47131cf788232
|
||||
size 587116
|
Reference in New Issue
Block a user