1.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.501.20.50
This commit is contained in:
parent
70d1c782f6
commit
32e027d903
1
.gitignore
vendored
1
.gitignore
vendored
@ -479,3 +479,4 @@
|
||||
/aws-cli-1.20.46.tar.gz
|
||||
/aws-cli-1.20.47.tar.gz
|
||||
/aws-cli-1.20.48.tar.gz
|
||||
/aws-cli-1.20.50.tar.gz
|
||||
|
14
awscli.spec
14
awscli.spec
@ -1,7 +1,7 @@
|
||||
# NOTE(mhayden): The package is awscli, but the source is aws-cli.
|
||||
%global source_name aws-cli
|
||||
%global forgeurl https://github.com/aws/aws-cli/
|
||||
Version: 1.20.48
|
||||
Version: 1.20.50
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
|
||||
@ -19,11 +19,11 @@ BuildRequires: python3-colorama
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-pyyaml
|
||||
BuildRequires: python3-rsa
|
||||
BuildRequires: python3-s3transfer
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
# Required for test_which_with_existing_command test to work,
|
||||
# which looks for /usr/bin/python.
|
||||
BuildRequires: python-unversioned-command
|
||||
@ -59,6 +59,9 @@ sed -i s/\<0.4.4/\<=0.4.4/g setup.cfg
|
||||
sed -i s/\<5.4/\<=5.4.1/g setup.py
|
||||
sed -i s/\<5.4/\<=5.4.1/g setup.cfg
|
||||
|
||||
#remove integration tests
|
||||
rm -rf tests/integration
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
@ -73,9 +76,7 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
|
||||
%check
|
||||
# Botocore in Fedora is still 1.19.x but the EMR-related tests need a newer
|
||||
# botocore version.
|
||||
nosetests-%{python3_version} \
|
||||
--exclude=test_instance_fleets_with_on_demand_master_only \
|
||||
tests/unit
|
||||
%pytest
|
||||
|
||||
%files
|
||||
%doc README.rst
|
||||
@ -92,6 +93,9 @@ nosetests-%{python3_version} \
|
||||
%{_datadir}/zsh/site-functions/_awscli
|
||||
|
||||
%changelog
|
||||
* Tue Sep 28 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.20.50-1
|
||||
- 1.20.50
|
||||
|
||||
* Fri Sep 24 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.20.48-1
|
||||
- 1.20.48
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (aws-cli-1.20.48.tar.gz) = 1ba5d2da32fbb7fe9bed552b06e793ccb97f40c9391f2c08f0799ec49efef832c855347168a8d42fc6757cb88ef68fa15ae4cc50fce60024ebb0e341abcf0b37
|
||||
SHA512 (aws-cli-1.20.50.tar.gz) = d01c648bfb089e9663ecc9976a60e865155462fd7ad97714e0959b867126b7031433e59716edc31e08893c77f09e92c8885c8df5dbaf7715eac592bf634ef5d7
|
||||
|
Loading…
Reference in New Issue
Block a user