Python Libcloud 1.3.1

epel9
Daniel Bruno 8 years ago
parent 0ca6b39ee3
commit a25d1191c0

1
.gitignore vendored

@ -24,3 +24,4 @@
/apache-libcloud-0.20.0.tar.gz
/apache-libcloud-0.20.1.tar.gz
/apache-libcloud-1.1.0.tar.gz
/apache-libcloud-1.3.0.tar.gz

@ -3,7 +3,7 @@
%global tarball_name apache-libcloud
Name: python-libcloud
Version: 1.1.0
Version: 1.3.0
Release: 1%{?dist}
Summary: A Python library to address multiple cloud provider APIs
@ -17,8 +17,7 @@ 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
@ -28,9 +27,11 @@ products that work between any of the services that it supports.
%prep
%setup -qn %{tarball_name}-%{version}
%build
%{__python} setup.py build
%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%clean
@ -42,24 +43,29 @@ rm -rf %{buildroot}
%{python_sitelib}/*
%changelog
* Thu Jul 21 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
- Python Libcloud 1.1.0 release
* Mon Oct 24 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.3.0-1
- Python Libcloud 1.3.0 release
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-2
- EL6 dependencies fixed.
* Tue Jul 12 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
- Python Libcloud 1.1.0 release
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-1
- This is a bug-fix release of the 0.20 series.
* 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
* 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.
* 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
* 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.
* Fri Feb 20 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
- Apache Libcloud 0.17.0 release
* Wed Nov 12 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
- First release in the 0.16 series
* 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,
@ -112,3 +118,4 @@ rm -rf %{buildroot}
* Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2
- First build package build

@ -1 +1 @@
19188d59547c8bd834075ace0fafab41 apache-libcloud-1.1.0.tar.gz
09309c100625f532957973103f1c3e14 apache-libcloud-1.3.0.tar.gz

Loading…
Cancel
Save