diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-20 13:23:59 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-20 13:23:59 +0300 |
commit | ff30424bb35bc312d6af47aa410862f5b7262673 (patch) | |
tree | a44f94d9e6870c555dbf882eec24805edfd356a9 | |
parent | 22d1a9da7b0f0048b1cbe2261c41340626f2c616 (diff) | |
download | ydb-ff30424bb35bc312d6af47aa410862f5b7262673.tar.gz |
intermediate changes
ref:3aefd89e9e7b983fe6f3e215edc8dbc5ee49f053
-rw-r--r-- | contrib/python/wcwidth/.yandex_meta/yamaker.yaml | 2 | ||||
-rw-r--r-- | contrib/python/wcwidth/tests/__init__.py | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | contrib/python/wcwidth/tests/test_core.py | 0 | ||||
-rw-r--r-- | contrib/python/wcwidth/wcwidth/version.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/wcwidth/.yandex_meta/yamaker.yaml b/contrib/python/wcwidth/.yandex_meta/yamaker.yaml new file mode 100644 index 0000000000..e5f87964ed --- /dev/null +++ b/contrib/python/wcwidth/.yandex_meta/yamaker.yaml @@ -0,0 +1,2 @@ +exclude: +- wcwidth/tests/* # Дублируют содержимое папки tests в корне контриба diff --git a/contrib/python/wcwidth/tests/__init__.py b/contrib/python/wcwidth/tests/__init__.py new file mode 100644 index 0000000000..381300347d --- /dev/null +++ b/contrib/python/wcwidth/tests/__init__.py @@ -0,0 +1 @@ +"""This file intentionally left blank.""" diff --git a/contrib/python/wcwidth/tests/test_core.py b/contrib/python/wcwidth/tests/test_core.py index e61a27efd7..e61a27efd7 100755..100644 --- a/contrib/python/wcwidth/tests/test_core.py +++ b/contrib/python/wcwidth/tests/test_core.py diff --git a/contrib/python/wcwidth/wcwidth/version.json b/contrib/python/wcwidth/wcwidth/version.json new file mode 100644 index 0000000000..59f1aa0eb8 --- /dev/null +++ b/contrib/python/wcwidth/wcwidth/version.json @@ -0,0 +1 @@ +{"tables": ["4.1.0", "5.0.0", "5.1.0", "5.2.0", "6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "12.1.0", "13.0.0"], "package": "0.2.4", "default": "8.0.0"} |