Release 0.20.0 with improvements and new features.

epel9
Daniel Bruno 9 years ago
parent 3970f0e24b
commit 379cdb7e38

1
.gitignore vendored

@ -21,3 +21,4 @@
/apache-libcloud-0.16.0.tar.gz
/apache-libcloud-0.17.0.tar.gz
/apache-libcloud-0.18.0.tar.gz
/apache-libcloud-0.20.0.tar.gz

@ -1,10 +1,9 @@
%global __python26 /usr/bin/python2.6
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%global tarball_name apache-libcloud
Name: python-libcloud
Version: 0.18.0
Version: 0.20.0
Release: 1%{?dist}
Summary: A Python library to address multiple cloud provider APIs
@ -17,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-setuptools
BuildRequires: python-devel
BuildRequires: python2-devel
%description
libcloud is a client library for interacting with many of the popular cloud
@ -27,6 +27,7 @@ products that work between any of the services that it supports.
%prep
%setup -qn %{tarball_name}-%{version}
%build
%{__python} setup.py build
@ -34,6 +35,7 @@ products that work between any of the services that it supports.
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%clean
rm -rf %{buildroot}
@ -45,15 +47,20 @@ rm -rf %{buildroot}
%changelog
* Mon Aug 17 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
- Libcloud 0.18.0 release with new features, improvements and bug-fixes.
* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1
- Release 0.20.0 with new features and improvements
* Mon Aug 10 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
- Apache Libcloud 0.18.0 release with bug fixes and new features
* Fri Feb 20 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
- Apache Libcloud 0.17.0 release
* Sat Feb 21 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
- Libcloud 0.17.0 release it brings many new features, improvements and
bug-fixes.
* Wed Nov 12 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
- First release in the 0.16 series
* Thu Nov 13 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
- Libcloud 0.16.0 release with many new features, improvements and bug-fixes.
* Mon Jul 21 2014 Daniel Bruno <dbruno@fedoraproject.org - 0.15.1-2
- Libcloud 0.15.1 bug-fix release
* Fri Jun 27 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.15.0-1
- First release in the 0.15 series which it brings many new features,

@ -1 +1 @@
a27c03054c7be85c87f977d4af3cfe62 apache-libcloud-0.18.0.tar.gz
4ad9ea8daf84efcb06e094c4fd96f655 apache-libcloud-0.20.0.tar.gz

Loading…
Cancel
Save