X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=awscli-relax_deps.patch;h=ef68b5923e121c04a178bf300e8ee1d294acc39b;hb=bbcd48f;hp=56af4d01a743a2e846c96d3c637e16648727e209;hpb=bad86c251ed236b0e2c56f03416968ef70c89103;p=packages%2Fawscli.git diff --git a/awscli-relax_deps.patch b/awscli-relax_deps.patch index 56af4d0..ef68b59 100644 --- a/awscli-relax_deps.patch +++ b/awscli-relax_deps.patch @@ -4,12 +4,12 @@ diff --color -ur awscli-1.22.21.orig/setup.cfg awscli-1.22.21/setup.cfg @@ -4,10 +4,10 @@ [metadata] requires_dist = - botocore==1.24.34 -- docutils>=0.10,<0.16 + botocore==1.27.42 +- docutils>=0.10,<0.17 + docutils>=0.10 - s3transfer>=0.5.0,<0.6.0 + s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 -- colorama>=0.2.5,<0.4.4 +- colorama>=0.2.5,<0.4.5 + colorama>=0.2.5 rsa>=3.1.2,<4.8 @@ -20,12 +20,12 @@ diff --color -ur awscli-1.22.21.orig/setup.py awscli-1.22.21/setup.py @@ -25,10 +25,10 @@ install_requires = [ - 'botocore==1.24.34', -- 'docutils>=0.10,<0.16', + 'botocore==1.27.42', +- 'docutils>=0.10,<0.17', + 'docutils>=0.10', - 's3transfer>=0.5.0,<0.6.0', + 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5', -- 'colorama>=0.2.5,<0.4.4', +- 'colorama>=0.2.5,<0.4.5', + 'colorama>=0.2.5', 'rsa>=3.1.2,<4.8', ]