Update to 1.11.9
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
26d9991fa1
commit
aa811e8522
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/boto3-1.10.21.tar.gz
|
/boto3-1.10.21.tar.gz
|
||||||
/boto3-1.11.0.tar.gz
|
/boto3-1.11.0.tar.gz
|
||||||
/boto3-1.11.4.tar.gz
|
/boto3-1.11.4.tar.gz
|
||||||
|
/boto3-1.11.9.tar.gz
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
%{?python_enable_dependency_generator}
|
|
||||||
%global pypi_name boto3
|
%global pypi_name boto3
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.11.4
|
Version: 1.11.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
@ -19,15 +18,8 @@ and Amazon EC2.
|
|||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-nose
|
|
||||||
BuildRequires: python3-mock
|
|
||||||
BuildRequires: python3-wheel
|
|
||||||
BuildRequires: python3dist(botocore) >= 1.13.21
|
|
||||||
BuildRequires: python3dist(jmespath)
|
|
||||||
BuildRequires: python3dist(s3transfer)
|
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
@ -48,9 +40,6 @@ rm -rf tests/integration
|
|||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
|
||||||
%{__python3} setup.py test
|
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -58,6 +47,9 @@ rm -rf tests/integration
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 29 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.11.9-1
|
||||||
|
- Update to 1.11.9
|
||||||
|
|
||||||
* Fri Jan 17 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.11.4-1
|
* Fri Jan 17 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.11.4-1
|
||||||
- Update to 1.11.4 (rhbz#1677949)
|
- Update to 1.11.4 (rhbz#1677949)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (boto3-1.11.4.tar.gz) = caa415cb0c6215b469f3f18261ee298b31ab6df762d1cf7ebf25056ecd9c6f5eb9e3551dd29b93237cf761ff8661a23d1efacab8e032b0c6de929a688010ffc4
|
SHA512 (boto3-1.11.9.tar.gz) = 055958089d05e84858124224143395afe4f65e67381adb71c6f670ca0fb843a6320b684249d0bfc502ecf0dee52d4e3ca7953437455efd4d4ecdd59753addc20
|
||||||
|
Loading…
Reference in New Issue
Block a user