]> git.pld-linux.org Git - packages/awscli.git/blobdiff - awscli.spec
up to 1.25.81
[packages/awscli.git] / awscli.spec
index e73c0390140d91414e518a641f27306c6ed214f4..91aec16293b40bc490d825b0da96f700e6bc58da 100644 (file)
@@ -3,12 +3,13 @@
 %define                pypi_name       awscli
 Summary:       Universal Command Line Environment for AWS
 Name:          awscli
-Version:       1.20.40
+Version:       1.25.81
 Release:       1
 License:       ASL 2.0 and MIT
 Group:         Applications/Networking
 Source0:       https://files.pythonhosted.org/packages/source/a/awscli/%{name}-%{version}.tar.gz
-# Source0-md5: e1d0f2843de864d50bf3e59d23062f35
+# Source0-md5: b9c7d124430cf8307d7b9bcdf6a997c1
+Patch0:                %{name}-relax_deps.patch
 URL:           https://aws.amazon.com/cli/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.719
@@ -26,12 +27,12 @@ Services.
 Summary:       Python 3 package for awscli
 Group:         Libraries/Python
 Requires:      python3-PyYAML >= 3.10
-Requires:      python3-botocore >= 1.10.42
+Requires:      python3-botocore >= 1.27.2
 Requires:      python3-colorama >= 0.2.5
 Requires:      python3-docutils >= 0.10
 Requires:      python3-modules >= 1:3.6
 Requires:      python3-rsa >= 3.1.2
-Requires:      python3-s3transfer >= 0.5
+Requires:      python3-s3transfer >= 0.6.0
 Obsoletes:     python-awscli < 1.20.40
 
 %description -n python3-%{pypi_name}
@@ -39,6 +40,7 @@ Python 3 package for awscli.
 
 %prep
 %setup -q
+%patch0 -p1
 
 rm -r %{name}.egg-info
 
This page took 0.078737 seconds and 4 git commands to generate.