From d2fb16481bccce373d98ed2444aad89d3af26ab2fc524b7b44fc64632fae5861 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Tue, 29 Dec 2015 13:51:42 +0000 Subject: [PATCH] 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 --- apache-libcloud-0.19.0.tar.bz2 | 3 --- apache-libcloud-0.20.0.tar.bz2 | 3 +++ python-apache-libcloud.changes | 8 ++++++++ python-apache-libcloud.spec | 4 +++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 apache-libcloud-0.19.0.tar.bz2 create mode 100644 apache-libcloud-0.20.0.tar.bz2 diff --git a/apache-libcloud-0.19.0.tar.bz2 b/apache-libcloud-0.19.0.tar.bz2 deleted file mode 100644 index ed449aa..0000000 --- a/apache-libcloud-0.19.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:419f524d6a9d1d3af6f7c8db8fb1257b7de870f2772bcc15dacae8cd1b877788 -size 840347 diff --git a/apache-libcloud-0.20.0.tar.bz2 b/apache-libcloud-0.20.0.tar.bz2 new file mode 100644 index 0000000..30c4b26 --- /dev/null +++ b/apache-libcloud-0.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5e3d65affa1682987bae99ce908539dd31471e71de4b2729f4e39f67eee0e9 +size 869833 diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index e396a10..c84ea30 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -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 diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index 95566af..315b3a4 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -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