|
|
@ -2,7 +2,7 @@
|
|
|
|
%global pypi_name boto3
|
|
|
|
%global pypi_name boto3
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.9.96
|
|
|
|
Version: 1.9.101
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ BuildArch: noarch
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Boto3 is the Amazon Web Services (AWS) Software Development
|
|
|
|
Boto3 is the Amazon Web Services (AWS) Software Development
|
|
|
|
Kit (SDK) for Python, which allows Python developers to
|
|
|
|
Kit (SDK) for Python, which allows Python developers to
|
|
|
|
write software that makes use of services like Amazon S3
|
|
|
|
write software that makes use of services like Amazon S3
|
|
|
|
and Amazon EC2.
|
|
|
|
and Amazon EC2.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
@ -33,7 +33,7 @@ BuildRequires: python3dist(s3transfer)
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
Boto3 is the Amazon Web Services (AWS) Software Development
|
|
|
|
Boto3 is the Amazon Web Services (AWS) Software Development
|
|
|
|
Kit (SDK) for Python, which allows Python developers to
|
|
|
|
Kit (SDK) for Python, which allows Python developers to
|
|
|
|
write software that makes use of services like Amazon S3
|
|
|
|
write software that makes use of services like Amazon S3
|
|
|
|
and Amazon EC2.
|
|
|
|
and Amazon EC2.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -51,13 +51,16 @@ rm -rf tests/integration
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%{__python3} setup.py test
|
|
|
|
%{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{python3_sitelib}/%{pypi_name}/
|
|
|
|
%{python3_sitelib}/%{pypi_name}/
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.101-1
|
|
|
|
|
|
|
|
- Update to 1.9.101
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 15 2019 Kevin Fenzi <kevin@scrye.com> - 1.9.96-1
|
|
|
|
* Fri Feb 15 2019 Kevin Fenzi <kevin@scrye.com> - 1.9.96-1
|
|
|
|
- Update to 1.9.96. Fixes bug #1667629
|
|
|
|
- Update to 1.9.96. Fixes bug #1667629
|
|
|
|
|
|
|
|
|
|
|
|