|
|
@ -66,16 +66,31 @@ BuildRequires: python3-requests
|
|
|
|
%endif # with python3
|
|
|
|
%endif # with python3
|
|
|
|
%endif # with unittests
|
|
|
|
%endif # with unittests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
Boto is a Python package that provides interfaces to Amazon Web Services.
|
|
|
|
|
|
|
|
It supports over thirty services, such as S3 (Simple Storage Service),
|
|
|
|
|
|
|
|
SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their
|
|
|
|
|
|
|
|
REST and Query APIs. The goal of boto is to support the full breadth
|
|
|
|
|
|
|
|
and depth of Amazon Web Services. In addition, boto provides support
|
|
|
|
|
|
|
|
for other public services such as Google Storage in addition to private
|
|
|
|
|
|
|
|
cloud systems like Eucalyptus, OpenStack and Open Nebula.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python2-boto
|
|
|
|
|
|
|
|
Summary: A simple, lightweight interface to Amazon Web Services
|
|
|
|
|
|
|
|
|
|
|
|
Requires: python-requests
|
|
|
|
Requires: python-requests
|
|
|
|
Requires: python-rsa
|
|
|
|
Requires: python-rsa
|
|
|
|
Requires: python-six >= 1.7
|
|
|
|
Requires: python-six >= 1.7
|
|
|
|
|
|
|
|
|
|
|
|
Provides: python2-boto = %{version}-%{release}
|
|
|
|
Provides: python-boto = %{version}-%{release}
|
|
|
|
|
|
|
|
Obsoletes: python-boto < 2.39
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description -n python2-boto
|
|
|
|
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 over thirty services, such as S3 (Simple Storage Service),
|
|
|
|
It supports over thirty services, such as S3 (Simple Storage Service),
|
|
|
|
SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their
|
|
|
|
SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their
|
|
|
@ -149,7 +164,7 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
|
|
|
|
%endif # with unittests
|
|
|
|
%endif # with unittests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files -n python2-boto
|
|
|
|
%license boto-mit-license.txt
|
|
|
|
%license boto-mit-license.txt
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
%{python2_sitelib}/boto*
|
|
|
|
%{python2_sitelib}/boto*
|
|
|
@ -173,6 +188,8 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
|
|
|
|
- Updated to 2.39.0 (RH #1300424)
|
|
|
|
- Updated to 2.39.0 (RH #1300424)
|
|
|
|
- Switched to systemwide copy of python-six on el7
|
|
|
|
- Switched to systemwide copy of python-six on el7
|
|
|
|
- Enabled unit tests on el7
|
|
|
|
- Enabled unit tests on el7
|
|
|
|
|
|
|
|
- Renamed python-boto to python2-boto to comply with current python
|
|
|
|
|
|
|
|
packaging standards
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 30 2015 Ryan S. Brown <sb@ryansb.com> - 2.38.0-5
|
|
|
|
* Mon Nov 30 2015 Ryan S. Brown <sb@ryansb.com> - 2.38.0-5
|
|
|
|
- Add patch for unittest failure https://github.com/boto/boto/pull/3412
|
|
|
|
- Add patch for unittest failure https://github.com/boto/boto/pull/3412
|
|
|
|