diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-31 16:41:58 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-31 16:41:58 +0300 |
commit | 16d43ca520ef311b4645ee7552199e8d5cce8225 (patch) | |
tree | 32e95fe77dc08c5edd48cdd6c7f672fb27533135 | |
parent | 8abf69065a92ebf0f2a42909254e3f9dfb0cbddb (diff) | |
download | ydb-16d43ca520ef311b4645ee7552199e8d5cce8225.tar.gz |
intermediate changes
ref:26b166e95dfdd5470aad146d9642c0fe995b0ac7
-rw-r--r-- | contrib/python/boto3/py3/.dist-info/METADATA | 7 | ||||
-rw-r--r-- | contrib/python/boto3/py3/README.rst | 3 | ||||
-rw-r--r-- | contrib/python/boto3/py3/boto3/__init__.py | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index de9542dc93..6125dbf1fd 100644 --- a/contrib/python/boto3/py3/.dist-info/METADATA +++ b/contrib/python/boto3/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: boto3 -Version: 1.21.29 +Version: 1.21.30 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.6 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.25.0,>=1.24.29) +Requires-Dist: botocore (<1.25.0,>=1.24.30) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.6.0,>=0.5.0) Provides-Extra: crt @@ -73,7 +73,8 @@ Getting Started Assuming that you have a supported version of Python installed, you can first set up your environment with: -..code-block:: sh +.. code-block:: sh + $ python -m venv .venv ... $ . .venv/bin/activate diff --git a/contrib/python/boto3/py3/README.rst b/contrib/python/boto3/py3/README.rst index bd8ed7d826..726b305dad 100644 --- a/contrib/python/boto3/py3/README.rst +++ b/contrib/python/boto3/py3/README.rst @@ -43,7 +43,8 @@ Getting Started Assuming that you have a supported version of Python installed, you can first set up your environment with: -..code-block:: sh +.. code-block:: sh + $ python -m venv .venv ... $ . .venv/bin/activate diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index cfe8942ba4..2c510da48c 100644 --- a/contrib/python/boto3/py3/boto3/__init__.py +++ b/contrib/python/boto3/py3/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.21.29' +__version__ = '1.21.30' # The default Boto3 session; autoloaded when needed. |