Update to 1.10.21

i9ce
Orion Poplawski 5 years ago
parent 614ed1c647
commit fcad69d92f

1
.gitignore vendored

@ -19,3 +19,4 @@
/boto3-1.9.101.tar.gz /boto3-1.9.101.tar.gz
/python-boto3-1.9.225-1.fc32.src.rpm /python-boto3-1.9.225-1.fc32.src.rpm
/boto3-1.9.225.tar.gz /boto3-1.9.225.tar.gz
/boto3-1.10.21.tar.gz

@ -2,7 +2,7 @@
%global pypi_name boto3 %global pypi_name boto3
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.9.225 Version: 1.10.21
Release: 1%{?dist} Release: 1%{?dist}
Summary: The AWS SDK for Python Summary: The AWS SDK for Python
@ -25,7 +25,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-nose BuildRequires: python3-nose
BuildRequires: python3-mock BuildRequires: python3-mock
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3dist(botocore) >= 1.12.101 BuildRequires: python3dist(botocore) >= 1.13.21
BuildRequires: python3dist(jmespath) BuildRequires: python3dist(jmespath)
BuildRequires: python3dist(s3transfer) BuildRequires: python3dist(s3transfer)
%{?python_provide:%python_provide python3-%{pypi_name}} %{?python_provide:%python_provide python3-%{pypi_name}}
@ -58,6 +58,9 @@ rm -rf tests/integration
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
%changelog %changelog
* Wed Nov 20 2019 Orion Poplawski <orion@nwra.com> - 1.10.22-1
- Update to 1.10.21
* Mon Sep 09 2019 Charalampos Stratakis <cstratak@redhat.com> - 1.9.225-1 * Mon Sep 09 2019 Charalampos Stratakis <cstratak@redhat.com> - 1.9.225-1
- Update to 1.9.225 (rhbz#1677949) - Update to 1.9.225 (rhbz#1677949)

@ -1 +1 @@
SHA512 (boto3-1.9.225.tar.gz) = 45161dd60f9fc1524f7f5bd3ad5e6b1a5950049f96d7565f3767d4d9acaad5a4ba6d9eee5d33440a052c0daf9657c1106a260264a9dd0d420701e8ba24399664 SHA512 (boto3-1.10.21.tar.gz) = 75034628be1d4498a715686ace0b98c5a84c8a973231065e01c18c76d35194607e4af634c1d534dbf7af45cf1a780e94b1fe55a3de4e95630d5269078e32f37a

Loading…
Cancel
Save