Update to 1.10.45

This commit is contained in:
Fabio Alessandro Locati 2016-07-06 12:01:00 +01:00
parent 7615efc7d5
commit f124c82c63
3 changed files with 26 additions and 22 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/awscli-1.10.7.tar.gz
/awscli-1.10.34.tar.gz
/awscli-1.10.36.tar.gz
/awscli-1.10.45.tar.gz

View File

@ -8,7 +8,7 @@
%endif
Name: awscli
Version: 1.10.36
Version: 1.10.45
Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS
@ -19,7 +19,7 @@ BuildArch: noarch
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-botocore = 1.4.26
Requires: python3-botocore = 1.4.35
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10
Requires: python3-rsa >= 3.1.2
@ -27,7 +27,7 @@ Requires: python3-s3transfer = 0.0.1
%else
BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python2-botocore = 1.4.26
Requires: python2-botocore = 1.4.35
Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10
Requires: python2-rsa >= 3.1.2
@ -98,61 +98,64 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with_python3
%changelog
* Wed Jun 08 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.36-1
* Wed Jul 06 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.45-1
- Update to current upstream version
* Sat May 28 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.34-1
* Wed Jun 08 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.36-1
- Update to current upstream version
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.7-1
* Sat May 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.34-1
- Update to current upstream version
* Tue Feb 23 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.6-2
* Wed Feb 24 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.7-1
- Update to current upstream version
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.6-2
- Fix broken dependency
* Fri Feb 19 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.6-1
* Fri Feb 19 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.6-1
- Update to current upstream version
* Wed Feb 17 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.5-1
* Wed Feb 17 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.5-1
- Update to current upstream version
* Fri Feb 12 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.4-1
* Fri Feb 12 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.4-1
- Update to current upstream version
* Wed Feb 10 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.3-1
* Wed Feb 10 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.3-1
- Update to current upstream version
* Tue Feb 09 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.2-1
* Tue Feb 09 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.2-1
- Update to current upstream version
* Tue Feb 02 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.1-1
* Tue Feb 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.1-1
- Update to current upstream version
* Fri Jan 22 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.0-1
* Fri Jan 22 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.0-1
- Update to current upstream version
* Wed Jan 20 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.21-1
* Wed Jan 20 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.9.21-1
- Update to current upstream version
- Don't fix documentation permissions any more (pull request merged)
* Fri Jan 15 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.920-1
* Fri Jan 15 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.920-1
- Update to current upstream version
* Fri Jan 15 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.19-1
* Fri Jan 15 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.9.19-1
- Update to current upstream version
- Don't substitue the text of bin/aws_bash_completer anymore (pull request merged)
- Don't remove the shabang from awscli/paramfile.py anymore (pull request merged)
* Wed Jan 13 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.18-1
* Wed Jan 13 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.9.18-1
- Update to current upstream version
- Fix completion for bash
- Remove bcdoc dependency that is not used anymore
* Sun Jan 10 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.17-1
* Sun Jan 10 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.9.17-1
- Update to current upstream version
- Lock the botocore dependency version
* Sat Jan 09 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.16-1
* Sat Jan 09 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.9.16-1
- Update to current upstream version
- Add dir /usr/share/zsh
- Add dir /usr/share/zsh/site-functions
@ -167,5 +170,5 @@ rm %{buildroot}%{_bindir}/aws.cmd
- Fix zsh completion
- Remove aws.cmd
* Tue Dec 29 2015 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.15-1
* Tue Dec 29 2015 Fabio Alessandro Locati <fale@redhat.com> - 1.9.15-1
- Initial package.

View File

@ -1 +1 @@
c64b262a49ef35bc86d3c5bbe064b4d8 awscli-1.10.36.tar.gz
7164a07fdcc9508dbbd95845420cc286 awscli-1.10.45.tar.gz