diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-26 10:18:26 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-26 10:18:26 +0300 |
commit | c49331fe2462076588bdb4e8db9c854fdf4e0aab (patch) | |
tree | 7adbc1126da8c66f57c911c1d4ed7675d3be4a2e /contrib/python/requests/py3 | |
parent | da4d8d00279e17c119bf0b53bb2ac98560bea337 (diff) | |
download | ydb-c49331fe2462076588bdb4e8db9c854fdf4e0aab.tar.gz |
intermediate changes
ref:3dbaaff2556951bed180e695089503a56d7f6eec
Diffstat (limited to 'contrib/python/requests/py3')
-rw-r--r-- | contrib/python/requests/py3/.dist-info/METADATA | 2 | ||||
-rw-r--r-- | contrib/python/requests/py3/patches/02-support-charset-normalizer-2.1.patch | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/contrib/python/requests/py3/.dist-info/METADATA b/contrib/python/requests/py3/.dist-info/METADATA index 606c27dd52..ae0f3509ca 100644 --- a/contrib/python/requests/py3/.dist-info/METADATA +++ b/contrib/python/requests/py3/.dist-info/METADATA @@ -30,7 +30,7 @@ Classifier: Topic :: Software Development :: Libraries Requires-Python: >=3.7, <4 Description-Content-Type: text/markdown License-File: LICENSE -Requires-Dist: charset-normalizer (~=2.0.0) +Requires-Dist: charset-normalizer (>=2.0.0) Requires-Dist: idna (<4,>=2.5) Requires-Dist: urllib3 (<1.27,>=1.21.1) Requires-Dist: certifi (>=2017.4.17) diff --git a/contrib/python/requests/py3/patches/02-support-charset-normalizer-2.1.patch b/contrib/python/requests/py3/patches/02-support-charset-normalizer-2.1.patch new file mode 100644 index 0000000000..2cf1ea08ae --- /dev/null +++ b/contrib/python/requests/py3/patches/02-support-charset-normalizer-2.1.patch @@ -0,0 +1,11 @@ +--- contrib/python/requests/py3/.dist-info/METADATA (index) ++++ contrib/python/requests/py3/.dist-info/METADATA (working tree) +@@ -30,7 +30,7 @@ Classifier: Topic :: Software Development :: Libraries + Requires-Python: >=3.7, <4 + Description-Content-Type: text/markdown + License-File: LICENSE +-Requires-Dist: charset-normalizer (~=2.0.0) ++Requires-Dist: charset-normalizer (>=2.0.0) + Requires-Dist: idna (<4,>=2.5) + Requires-Dist: urllib3 (<1.27,>=1.21.1) + Requires-Dist: certifi (>=2017.4.17) |