- Update to 2.6.0:

* Many various cloud fixes and tweaks for future python releases
  * See CHANGES.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=87
This commit is contained in:
Tomáš Chvátal 2019-09-18 11:14:48 +00:00 committed by Git OBS Bridge
parent 8885dc54b6
commit fb610e714c
4 changed files with 14 additions and 7 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