forked from pool/python-pyvmomi
Accepting request 793873 from home:mnhauke
- 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 OBS-URL: https://build.opensuse.org/request/show/793873 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
86750a0fe7
commit
d15cc5e494
@@ -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>
|
Sun Sep 15 13:47:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyvmomi
|
# 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.
|
# 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
|
||||||
@@ -18,9 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
|
||||||
Name: python-pyvmomi
|
Name: python-pyvmomi
|
||||||
Version: 6.7.3
|
Version: 7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VMware vSphere Python SDK
|
Summary: VMware vSphere Python SDK
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -35,16 +34,16 @@ BuildRequires: %{python_module six >= 1.7.3}
|
|||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
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-requests >= 2.3.0
|
||||||
Requires: python-six >= 1.7.3
|
Requires: python-six >= 1.7.3
|
||||||
Recommends: python-pyOpenSSL
|
Recommends: python-pyOpenSSL
|
||||||
Recommends: python-lxml
|
Recommends: python-lxml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
|
||||||
BuildRequires: %{python_module testtools >= 0.9.34}
|
|
||||||
BuildRequires: %{python_module tox}
|
|
||||||
BuildRequires: %{python_module vcrpy}
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -66,10 +65,8 @@ sed -i 's/vcrpy<2/vcrpy/' test-requirements.txt
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%if %{with test}
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
%endif
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%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