Skip to content

Commit 9b36fc1

Browse files
committed
Update awscli
1 parent 12c9beb commit 9b36fc1

File tree

1,199 files changed

+117534
-29249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,199 files changed

+117534
-29249
lines changed

bin/PyYAML-3.13.dist-info/DESCRIPTION.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

bin/PyYAML-3.13.dist-info/RECORD

Lines changed: 0 additions & 41 deletions
This file was deleted.

bin/PyYAML-3.13.dist-info/WHEEL

Lines changed: 0 additions & 5 deletions
This file was deleted.

bin/PyYAML-3.13.dist-info/metadata.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/PyYAML-5.1.dist-info/LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2017-2019 Ingy döt Net
2+
Copyright (c) 2006-2016 Kirill Simonov
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of
5+
this software and associated documentation files (the "Software"), to deal in
6+
the Software without restriction, including without limitation the rights to
7+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8+
of the Software, and to permit persons to whom the Software is furnished to do
9+
so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20+
SOFTWARE.

bin/PyYAML-3.13.dist-info/METADATA renamed to bin/PyYAML-5.1.dist-info/METADATA

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Metadata-Version: 2.0
1+
Metadata-Version: 2.1
22
Name: PyYAML
3-
Version: 3.13
3+
Version: 5.1
44
Summary: YAML parser and emitter for Python
5-
Home-page: http://pyyaml.org/wiki/PyYAML
5+
Home-page: https://github.com/yaml/pyyaml
66
Author: Kirill Simonov
77
Author-email: xi@resolvent.net
88
License: MIT
9-
Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz
9+
Download-URL: https://pypi.org/project/PyYAML/
1010
Platform: Any
1111
Classifier: Development Status :: 5 - Production/Stable
1212
Classifier: Intended Audience :: Developers
@@ -18,8 +18,13 @@ Classifier: Programming Language :: Python :: 2.7
1818
Classifier: Programming Language :: Python :: 3
1919
Classifier: Programming Language :: Python :: 3.4
2020
Classifier: Programming Language :: Python :: 3.5
21+
Classifier: Programming Language :: Python :: 3.6
22+
Classifier: Programming Language :: Python :: 3.7
23+
Classifier: Programming Language :: Python :: Implementation :: CPython
24+
Classifier: Programming Language :: Python :: Implementation :: PyPy
2125
Classifier: Topic :: Software Development :: Libraries :: Python Modules
2226
Classifier: Topic :: Text Processing :: Markup
27+
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
2328

2429
YAML is a data serialization format designed for human readability
2530
and interaction with scripting languages. PyYAML is a YAML parser
@@ -31,5 +36,5 @@ supports standard YAML tags and provides Python-specific tags that
3136
allow to represent an arbitrary Python object.
3237

3338
PyYAML is applicable for a broad range of tasks from complex
34-
configuration files to object serialization and persistance.
39+
configuration files to object serialization and persistence.
3540

bin/PyYAML-5.1.dist-info/RECORD

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
PyYAML-5.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2+
PyYAML-5.1.dist-info/LICENSE,sha256=oq25yVm3l0lKDvgL32DiLbJ0nuPgwJCFVuPrVI-WfFY,1101
3+
PyYAML-5.1.dist-info/METADATA,sha256=33vAx8vSzjUMXGHO2jp0u8tvgkRqfAH3-OEDSpjfIx8,1704
4+
PyYAML-5.1.dist-info/RECORD,,
5+
PyYAML-5.1.dist-info/WHEEL,sha256=-G_FjR8PWPE-dH842L_brquCmfQWkC3Q7nooV39sjF4,104
6+
PyYAML-5.1.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11
7+
yaml/__init__.py,sha256=Kvi228sd9cY1l_IVQhytAvIxfikQYbGBsPe79PcawN0,12012
8+
yaml/__pycache__/__init__.cpython-36.pyc,,
9+
yaml/__pycache__/composer.cpython-36.pyc,,
10+
yaml/__pycache__/constructor.cpython-36.pyc,,
11+
yaml/__pycache__/cyaml.cpython-36.pyc,,
12+
yaml/__pycache__/dumper.cpython-36.pyc,,
13+
yaml/__pycache__/emitter.cpython-36.pyc,,
14+
yaml/__pycache__/error.cpython-36.pyc,,
15+
yaml/__pycache__/events.cpython-36.pyc,,
16+
yaml/__pycache__/loader.cpython-36.pyc,,
17+
yaml/__pycache__/nodes.cpython-36.pyc,,
18+
yaml/__pycache__/parser.cpython-36.pyc,,
19+
yaml/__pycache__/reader.cpython-36.pyc,,
20+
yaml/__pycache__/representer.cpython-36.pyc,,
21+
yaml/__pycache__/resolver.cpython-36.pyc,,
22+
yaml/__pycache__/scanner.cpython-36.pyc,,
23+
yaml/__pycache__/serializer.cpython-36.pyc,,
24+
yaml/__pycache__/tokens.cpython-36.pyc,,
25+
yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883
26+
yaml/constructor.py,sha256=iAjsDXfUVIM3xgMLBsZAqu3a21WAE-_KcQyBymMTD0A,27187
27+
yaml/cyaml.py,sha256=LiMkvchNonfoy1F6ec9L2BiUz3r0bwF4hympASJX1Ic,3846
28+
yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837
29+
yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006
30+
yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533
31+
yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445
32+
yaml/loader.py,sha256=GAaNmZoQO0HSqLxqA-U2-BwOgkGB_enyGvW4OuEL_os,2061
33+
yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440
34+
yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495
35+
yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794
36+
yaml/representer.py,sha256=zwwRoggyfygyz0EqpNxj5IW78zzIESeZmCwT1aLepgA,14189
37+
yaml/resolver.py,sha256=DJCjpQr8YQCEYYjKEYqTl0GrsZil2H4aFOI9b0Oe-U4,8970
38+
yaml/scanner.py,sha256=GL0f13MKaPSSO_EjzMcW3Wq2_tCSYQbPx1BvHObfjnM,51277
39+
yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165
40+
yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573

bin/PyYAML-5.1.dist-info/WHEEL

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Wheel-Version: 1.0
2+
Generator: bdist_wheel (0.33.4)
3+
Root-Is-Purelib: false
4+
Tag: cp36-cp36m-linux_x86_64
5+

0 commit comments

Comments
 (0)