Python Libcloud 1.1.0 release

epel9
Daniel Bruno 9 years ago
parent 7dbcac204c
commit ab03002fc8

@ -3,8 +3,8 @@
%global tarball_name apache-libcloud %global tarball_name apache-libcloud
Name: python-libcloud Name: python-libcloud
Version: 0.20.1 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
@ -27,7 +27,6 @@ products that work between any of the services that it supports.
%prep %prep
%setup -qn %{tarball_name}-%{version} %setup -qn %{tarball_name}-%{version}
%build %build
%{__python} setup.py build %{__python} setup.py build
@ -35,20 +34,17 @@ products that work between any of the services that it supports.
rm -rf %{buildroot} rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE README.rst %doc LICENSE README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-2 * Tue Jul 12 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Python Libcloud 1.1.0 release
* 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.

Loading…
Cancel
Save