aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/wcwidth/py3/ya.make
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-12-06 09:20:54 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-12-06 09:43:57 +0300
commitf2e1357f5a38ce869bcafe54922bbd8650e568eb (patch)
treefbeac461e207717ec1804cf6370f57caf07a2e88 /contrib/python/wcwidth/py3/ya.make
parenta27ba7422c788f1d0d3e1c76ecaad794b40d7993 (diff)
downloadydb-f2e1357f5a38ce869bcafe54922bbd8650e568eb.tar.gz
Update contrib/python/wcwidth/py3 to 0.2.12
Diffstat (limited to 'contrib/python/wcwidth/py3/ya.make')
-rw-r--r--contrib/python/wcwidth/py3/ya.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/python/wcwidth/py3/ya.make b/contrib/python/wcwidth/py3/ya.make
index ec1107cd74..4ea781ee14 100644
--- a/contrib/python/wcwidth/py3/ya.make
+++ b/contrib/python/wcwidth/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(0.2.10)
+VERSION(0.2.12)
LICENSE(MIT)
@@ -11,7 +11,6 @@ NO_LINT()
PY_SRCS(
TOP_LEVEL
wcwidth/__init__.py
- wcwidth/emoji_zwj_sequences.py
wcwidth/table_vs16.py
wcwidth/table_wide.py
wcwidth/table_zero.py