Update to 2.6.0

Note that this version enables SSL cert verification by default.  See
upstream release notes at
https://github.com/boto/boto/wiki/2.6.0-Release-Notes for details.

https://bugzilla.redhat.com/show_bug.cgi?id=876517
f38
Garrett Holmstrom 12 years ago
parent e99b5a834e
commit 84b03ce3d8

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: A simple lightweight interface to Amazon Web Services Summary: A simple lightweight interface to Amazon Web Services
Name: python-boto Name: python-boto
Version: 2.5.2 Version: 2.6.0
Release: 2%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: Development/Languages Group: Development/Languages
@ -11,10 +11,6 @@ BuildRequires: python-devel >= 2.5, python-setuptools-devel
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# https://bugzilla.redhat.com/show_bug.cgi?id=838076
# Fixed with upstream commit 6870daf
Patch1: python-boto-2.5.2-emptydata.patch
%description %description
Boto is a Python package that provides interfaces to Amazon Web Services. Boto is a Python package that provides interfaces to Amazon Web Services.
It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
@ -24,7 +20,6 @@ use, lightweight wrapper around the Amazon services.
%prep %prep
%setup -q -n boto-%{version} %setup -q -n boto-%{version}
%patch1 -p1
%build %build
%{__python} setup.py build %{__python} setup.py build
@ -45,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/cwutil %{_bindir}/cwutil
%{_bindir}/elbadmin %{_bindir}/elbadmin
%{_bindir}/fetch_file %{_bindir}/fetch_file
%{_bindir}/glacier
%{_bindir}/instance_events %{_bindir}/instance_events
%{_bindir}/kill_instance %{_bindir}/kill_instance
%{_bindir}/launch_instance %{_bindir}/launch_instance
@ -59,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Wed Nov 21 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 2.6.0-1
- Updated to 2.6.0 (#876517)
- Note that this version enables SSL cert verification by default.
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1,2 +1 @@
1f844d77eac3f49145724064e7ba7616 boto-2.5.1.tar.gz f91986376c0330f837b935d833b6f6aa boto-2.6.0.tar.gz
be2ed101a4289d1e7271b9371438722d boto-2.5.2.tar.gz

Loading…
Cancel
Save