Accepting request 731718 from devel:languages:python

- Update to 2.6.0:
  * Many various cloud fixes and tweaks for future python releases
  * See CHANGES.rst

OBS-URL: https://build.opensuse.org/request/show/731718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2019-09-24 23:31:13 +00:00 committed by Git OBS Bridge
commit ec2db6581e
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:125c410996b84464b426922f1398a317869f27173a6461e32f3b1dfe671d5235
size 1786225

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:201751f738109f25d58dcdfb5804e17216e0dc8f68b522e9e26ac16e0b9ff2ea
size 2043313

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 11:12:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.6.0:
* Many various cloud fixes and tweaks for future python releases
* See CHANGES.rst
-------------------------------------------------------------------
Thu May 16 23:34:03 UTC 2019 - ranand@suse.com

View File

@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-apache-libcloud
Version: 2.4.0
Version: 2.6.0
Release: 0
Summary: Abstraction over multiple cloud provider APIs
License: Apache-2.0
Group: System/Monitoring
Url: https://libcloud.apache.org
URL: https://libcloud.apache.org
Source0: https://files.pythonhosted.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.gz
Patch2: ec2_create_node.patch
BuildRequires: %{python_module libvirt-python}
@ -42,9 +42,9 @@ BuildRequires: python-rpm-macros
BuildRequires: python2
Requires: python-lxml
Requires: python-requests
Suggests: python-paramiko
Suggests: python-libvirt-python
Suggests: python-lockfile
Suggests: python-paramiko
Suggests: python-pysphere
BuildArch: noarch
%python_subpackages
@ -69,7 +69,8 @@ cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
find %{buildroot} -name '*.DS_Store' -delete
find %{buildroot} -name '*.json' -size 0 -delete
find %{buildroot} -name '*.pem' -size 0 -delete
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand rm -r %{buildroot}%{$python_sitelib}/libcloud/test
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Skip ShellOutSSHClientTests tests which attempt to ssh to localhost