]> git.pld-linux.org Git - packages/awscli.git/commitdiff
up to 1.22.33 auto/th/awscli-1.22.33-1
authorJan Palus <atler@pld-linux.org>
Wed, 12 Jan 2022 11:50:32 +0000 (12:50 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 12 Jan 2022 11:50:32 +0000 (12:50 +0100)
awscli-relax_deps.patch
awscli.spec

index 9ba29820631932456e47ad659423f7f971754137..2fc28cdf79071535b94d0f97705fbde310b0e53d 100644 (file)
@@ -4,7 +4,7 @@ diff --color -ur awscli-1.22.21.orig/setup.cfg awscli-1.22.21/setup.cfg
 @@ -4,10 +4,10 @@
  [metadata]
  requires_dist = 
 @@ -4,10 +4,10 @@
  [metadata]
  requires_dist = 
-       botocore==1.23.21
+       botocore==1.23.33
 -      docutils>=0.10,<0.16
 +      docutils>=0.10
        s3transfer>=0.5.0,<0.6.0
 -      docutils>=0.10,<0.16
 +      docutils>=0.10
        s3transfer>=0.5.0,<0.6.0
@@ -20,7 +20,7 @@ diff --color -ur awscli-1.22.21.orig/setup.py awscli-1.22.21/setup.py
 @@ -25,10 +25,10 @@
  
  install_requires = [
 @@ -25,10 +25,10 @@
  
  install_requires = [
-     'botocore==1.23.21',
+     'botocore==1.23.33',
 -    'docutils>=0.10,<0.16',
 +    'docutils>=0.10',
      's3transfer>=0.5.0,<0.6.0',
 -    'docutils>=0.10,<0.16',
 +    'docutils>=0.10',
      's3transfer>=0.5.0,<0.6.0',
index 509c4d2d9eab4529031e22ae31357aeac1f9fa4f..a0a2200a1be53f69dd2eb5bf153cbf046bce96a3 100644 (file)
@@ -3,12 +3,12 @@
 %define                pypi_name       awscli
 Summary:       Universal Command Line Environment for AWS
 Name:          awscli
 %define                pypi_name       awscli
 Summary:       Universal Command Line Environment for AWS
 Name:          awscli
-Version:       1.22.21
+Version:       1.22.33
 Release:       1
 License:       ASL 2.0 and MIT
 Group:         Applications/Networking
 Source0:       https://files.pythonhosted.org/packages/source/a/awscli/%{name}-%{version}.tar.gz
 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: 29cff22b58c2680140395de5c5ba3122
+# Source0-md5: 441cf1b967b71ed5723b5e6cd99cc2c2
 Patch0:                %{name}-relax_deps.patch
 URL:           https://aws.amazon.com/cli/
 BuildRequires: rpm-pythonprov
 Patch0:                %{name}-relax_deps.patch
 URL:           https://aws.amazon.com/cli/
 BuildRequires: rpm-pythonprov
@@ -27,7 +27,7 @@ Services.
 Summary:       Python 3 package for awscli
 Group:         Libraries/Python
 Requires:      python3-PyYAML >= 3.10
 Summary:       Python 3 package for awscli
 Group:         Libraries/Python
 Requires:      python3-PyYAML >= 3.10
-Requires:      python3-botocore >= 1.10.42
+Requires:      python3-botocore >= 1.23.33
 Requires:      python3-colorama >= 0.2.5
 Requires:      python3-docutils >= 0.10
 Requires:      python3-modules >= 1:3.6
 Requires:      python3-colorama >= 0.2.5
 Requires:      python3-docutils >= 0.10
 Requires:      python3-modules >= 1:3.6
This page took 0.132458 seconds and 4 git commands to generate.