awscli 1.38.37__py3-none-any.whl → 1.39.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- awscli/__init__.py +1 -1
- {awscli-1.38.37.dist-info → awscli-1.39.0.dist-info}/METADATA +5 -7
- {awscli-1.38.37.dist-info → awscli-1.39.0.dist-info}/RECORD +11 -11
- {awscli-1.38.37.data → awscli-1.39.0.data}/scripts/aws +0 -0
- {awscli-1.38.37.data → awscli-1.39.0.data}/scripts/aws.cmd +0 -0
- {awscli-1.38.37.data → awscli-1.39.0.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.38.37.data → awscli-1.39.0.data}/scripts/aws_completer +0 -0
- {awscli-1.38.37.data → awscli-1.39.0.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.38.37.dist-info → awscli-1.39.0.dist-info}/LICENSE.txt +0 -0
- {awscli-1.38.37.dist-info → awscli-1.39.0.dist-info}/WHEEL +0 -0
- {awscli-1.38.37.dist-info → awscli-1.39.0.dist-info}/top_level.txt +0 -0
awscli/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: awscli
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.39.0
|
4
4
|
Summary: Universal Command Line Environment for AWS.
|
5
5
|
Home-page: http://aws.amazon.com/cli/
|
6
6
|
Author: Amazon Web Services
|
@@ -16,16 +16,15 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
16
16
|
Classifier: Programming Language :: Python
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
20
19
|
Classifier: Programming Language :: Python :: 3.9
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
24
|
-
Requires-Python: >= 3.
|
23
|
+
Requires-Python: >= 3.9
|
25
24
|
License-File: LICENSE.txt
|
26
|
-
Requires-Dist: botocore (==1.
|
25
|
+
Requires-Dist: botocore (==1.38.0)
|
27
26
|
Requires-Dist: docutils (<=0.19,>=0.18.1)
|
28
|
-
Requires-Dist: s3transfer (<0.
|
27
|
+
Requires-Dist: s3transfer (<0.13.0,>=0.12.0)
|
29
28
|
Requires-Dist: PyYAML (<6.1,>=3.10)
|
30
29
|
Requires-Dist: colorama (<0.4.7,>=0.2.5)
|
31
30
|
Requires-Dist: rsa (<4.8,>=3.1.2)
|
@@ -58,7 +57,6 @@ Requirements
|
|
58
57
|
|
59
58
|
The aws-cli package works on Python versions:
|
60
59
|
|
61
|
-
- 3.8.x and greater
|
62
60
|
- 3.9.x and greater
|
63
61
|
- 3.10.x and greater
|
64
62
|
- 3.11.x and greater
|
@@ -67,7 +65,7 @@ The aws-cli package works on Python versions:
|
|
67
65
|
Notices
|
68
66
|
~~~~~~~
|
69
67
|
|
70
|
-
On 2025-04-22, support for Python 3.8
|
68
|
+
On 2025-04-22, support for Python 3.8 ended for the AWS CLI. This follows the
|
71
69
|
Python Software Foundation `end of support <https://peps.python.org/pep-0569/#lifespan>`__
|
72
70
|
for the runtime which occurred on 2024-10-07.
|
73
71
|
For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
awscli/__init__.py,sha256=
|
1
|
+
awscli/__init__.py,sha256=lqH2bYrY4ObBhRMP0wAnp8OlOUJf7gKutquFfZIs5aM,1533
|
2
2
|
awscli/__main__.py,sha256=iBjOg0tBxNlhzTi_tyc1G0SMGBvHMVvBJzX3JqYaooY,662
|
3
3
|
awscli/alias.py,sha256=Jj2jetpajUMcjqx9tFhHUOKpzLChQygnH2zqDFfmgIM,11315
|
4
4
|
awscli/argparser.py,sha256=3Pxx-vWytdV985Y6MIl9DeutUXyehIvACIs_PDby8GI,7650
|
@@ -6117,13 +6117,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
|
|
6117
6117
|
awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
|
6118
6118
|
awscli/topics/s3-faq.rst,sha256=Kw1w4NFHOTXq9Mz5S3HHw3mBkyeEzH4ruB0PD6-EO1c,2938
|
6119
6119
|
awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
|
6120
|
-
awscli-1.
|
6121
|
-
awscli-1.
|
6122
|
-
awscli-1.
|
6123
|
-
awscli-1.
|
6124
|
-
awscli-1.
|
6125
|
-
awscli-1.
|
6126
|
-
awscli-1.
|
6127
|
-
awscli-1.
|
6128
|
-
awscli-1.
|
6129
|
-
awscli-1.
|
6120
|
+
awscli-1.39.0.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
|
6121
|
+
awscli-1.39.0.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
|
6122
|
+
awscli-1.39.0.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
|
6123
|
+
awscli-1.39.0.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
|
6124
|
+
awscli-1.39.0.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
|
6125
|
+
awscli-1.39.0.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
|
6126
|
+
awscli-1.39.0.dist-info/METADATA,sha256=qDVhsA_WEMYexoI7Rkk90ibUiJWHvykj_eOS9S7Mm0o,11053
|
6127
|
+
awscli-1.39.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
6128
|
+
awscli-1.39.0.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
|
6129
|
+
awscli-1.39.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|