Accepting request 349437 from home:aboe76:branches:devel:languages:python

Updated to new upstream release

OBS-URL: https://build.opensuse.org/request/show/349437
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=63
This commit is contained in:
Denisart Benjamin 2015-12-29 13:51:42 +00:00 committed by Git OBS Bridge
parent 143c27b46b
commit d2fb16481b
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:419f524d6a9d1d3af6f7c8db8fb1257b7de870f2772bcc15dacae8cd1b877788
size 840347

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f5e3d65affa1682987bae99ce908539dd31471e71de4b2729f4e39f67eee0e9
size 869833

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 17 21:35:16 UTC 2015 - aboe76@gmail.com
- Updated to apache libcloud 0.20.0
- new requirement: python-backports.ssl_match_hostname
for the changelog see:
https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-20-0
-------------------------------------------------------------------
Sun Nov 1 20:21:47 UTC 2015 - aboe76@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-apache-libcloud
Version: 0.19.0
Version: 0.20.0
Release: 0
Summary: Abstract away differences among multiple cloud provider APIs
License: Apache-2.0
@ -29,8 +29,10 @@ BuildRequires: python
BuildRequires: python-setuptools
BuildRequires: python-xml
BuildRequires: python-lxml
BuildRequires: python-backports.ssl_match_hostname
Requires: python-simplejson
Requires: python-lxml
Requires: python-backports.ssl_match_hostname
%if 0%{?suse_version} >= 1210
BuildRequires: systemd
%endif