Apache Libcloud 1.1.0 release

epel9
Daniel Bruno 9 years ago
parent 0e6cb7293d
commit 0ca6b39ee3

1
.gitignore vendored

@ -23,3 +23,4 @@
/apache-libcloud-0.18.0.tar.gz /apache-libcloud-0.18.0.tar.gz
/apache-libcloud-0.20.0.tar.gz /apache-libcloud-0.20.0.tar.gz
/apache-libcloud-0.20.1.tar.gz /apache-libcloud-0.20.1.tar.gz
/apache-libcloud-1.1.0.tar.gz

@ -4,7 +4,7 @@
Name: python-libcloud Name: python-libcloud
Version: 1.1.0 Version: 1.1.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: A Python library to address multiple cloud provider APIs Summary: A Python library to address multiple cloud provider APIs
Group: Development/Languages Group: Development/Languages
@ -17,7 +17,8 @@ BuildArch: noarch
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: python2-devel BuildRequires: python-devel
%description %description
libcloud is a client library for interacting with many of the popular cloud libcloud is a client library for interacting with many of the popular cloud
@ -27,11 +28,9 @@ products that work between any of the services that it supports.
%prep %prep
%setup -qn %{tarball_name}-%{version} %setup -qn %{tarball_name}-%{version}
%build
%{__python} setup.py build %{__python} setup.py build
%install %install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot}
%clean %clean
@ -43,29 +42,24 @@ rm -rf %{buildroot}
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2 * Thu Jul 21 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Tue Jul 12 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
- Python Libcloud 1.1.0 release - Python Libcloud 1.1.0 release
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-2
- EL6 dependencies fixed.
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-1 * Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-1
- This is a bug-fix release of the 0.20 series. - This is a bug-fix release of the 0.20 series.
* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1 * Mon Aug 17 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
- Release 0.20.0 with new features and improvements - Libcloud 0.18.0 release with new features, improvements and bug-fixes.
* Mon Aug 10 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1 * Sat Feb 21 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
- Apache Libcloud 0.18.0 release with bug fixes and new features - Libcloud 0.17.0 release it brings many new features, improvements and
bug-fixes.
* Fri Feb 20 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1 * Thu Nov 13 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
- Apache Libcloud 0.17.0 release - Libcloud 0.16.0 release with 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
* 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 * 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, - First release in the 0.15 series which it brings many new features,
@ -118,4 +112,3 @@ rm -rf %{buildroot}
* Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2 * Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2
- First build package build - First build package build

@ -1 +1 @@
d12ef4f96878a940321c73f4e0821237 apache-libcloud-0.20.1.tar.gz 19188d59547c8bd834075ace0fafab41 apache-libcloud-1.1.0.tar.gz

Loading…
Cancel
Save