Bumping version to 1.12.119 resolves #1677950
This commit is contained in:
parent
2124bcbc11
commit
19fd4008c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
|||||||
/botocore-1.12.91.tar.gz
|
/botocore-1.12.91.tar.gz
|
||||||
/botocore-1.12.96.tar.gz
|
/botocore-1.12.96.tar.gz
|
||||||
/botocore-1.12.101.tar.gz
|
/botocore-1.12.101.tar.gz
|
||||||
|
/botocore-1.12.119.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global pypi_name botocore
|
%global pypi_name botocore
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.12.101
|
Version: 1.12.119
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
|
||||||
@ -41,14 +41,13 @@ BuildRequires: python3-urllib3
|
|||||||
%endif # with tests
|
%endif # with tests
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
A low-level interface to a growing number of Amazon Web Services. The
|
A low-level interface to a growing number of Amazon Web Services. The
|
||||||
botocore package is the foundation for the AWS CLI as well as boto3.
|
botocore package is the foundation for the AWS CLI as well as boto3.
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
%description doc
|
%description doc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
%endif # with docs
|
%endif # with docs
|
||||||
@ -89,6 +88,11 @@ nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit
|
|||||||
%endif # with docs
|
%endif # with docs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 21 2019 David Duncan <davdunc@amazon.com> - 1.12.119-1
|
||||||
|
- resolves #1677950
|
||||||
|
- Bumping version to 1.12.119
|
||||||
|
|
||||||
|
|
||||||
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.12.101-1
|
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.12.101-1
|
||||||
- Update to 1.12.101
|
- Update to 1.12.101
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (botocore-1.12.101.tar.gz) = 60ceb252f979775e5248e234c502fd790ebcd9b409b3d78da9a4753338bdcff137b976d85b65a7ae3bc5bf3ae33781c5ad1f402d8122f1a7a81bc8e14eef7e43
|
SHA512 (botocore-1.12.101.tar.gz) = 60ceb252f979775e5248e234c502fd790ebcd9b409b3d78da9a4753338bdcff137b976d85b65a7ae3bc5bf3ae33781c5ad1f402d8122f1a7a81bc8e14eef7e43
|
||||||
|
SHA512 (botocore-1.12.119.tar.gz) = 283d273fa68b4fa5cceac137f3678a7c3d2a7cc64bdc01a61cebe50700ca33219009cc3d108d91fc4b81f192004cbe28327ec3b77b4dd56f8740f2a303e7b75c
|
||||||
|
Loading…
Reference in New Issue
Block a user