14
0

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

update to apache-libcloud 0.15.0
major release

OBS-URL: https://build.opensuse.org/request/show/238703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=51
This commit is contained in:
Niels Abspoel
2014-06-25 20:43:50 +00:00
committed by Git OBS Bridge
parent 4ebb267499
commit ec8a274e03
4 changed files with 82 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-apache-libcloud
Version: 0.14.1
Version: 0.15.0
Release: 0
Summary: Abstract away differences among multiple cloud provider APIs
License: Apache-2.0
@@ -28,7 +28,9 @@ BuildRequires: fdupes
BuildRequires: python
BuildRequires: python-setuptools
BuildRequires: python-xml
BuildRequires: python-lxml
Requires: python-simplejson
Requires: python-lxml
%if 0%{?suse_version} >= 1210
BuildRequires: systemd
%endif
@@ -57,7 +59,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc LICENSE
%doc LICENSE CHANGES.rst README.rst
%{python_sitelib}/*
%changelog