aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/wcwidth/py3/.dist-info
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-11-28 10:22:06 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-11-28 11:32:21 +0300
commite47e2d7f764c4433fc3ccb00c5875361175988f7 (patch)
tree7fbd42979a8996707562949ec1a98eab234a090d /contrib/python/wcwidth/py3/.dist-info
parent13de5f3d2da60e60f030c6cde3e389b07a9192d3 (diff)
downloadydb-e47e2d7f764c4433fc3ccb00c5875361175988f7.tar.gz
Update contrib/python/wcwidth/py3 to 0.2.10
Diffstat (limited to 'contrib/python/wcwidth/py3/.dist-info')
-rw-r--r--contrib/python/wcwidth/py3/.dist-info/METADATA10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/python/wcwidth/py3/.dist-info/METADATA b/contrib/python/wcwidth/py3/.dist-info/METADATA
index 0a4dd22135..7c34843f75 100644
--- a/contrib/python/wcwidth/py3/.dist-info/METADATA
+++ b/contrib/python/wcwidth/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: wcwidth
-Version: 0.2.9
+Version: 0.2.10
Summary: Measures the displayed width of unicode strings in a terminal
Home-page: https://github.com/jquast/wcwidth
Author: Jeff Quast
@@ -247,10 +247,15 @@ Other Languages
=======
History
=======
+0.2.10 *2023-11-08*
+ * **Bugfix** accounting of some kinds of emoji sequences using U+FE0F
+ Variation Selector 16 (`PR #97`_).
+ * **Updated** `Specification <Specification_from_pypi_>`_.
+
0.2.9 *2023-10-30*
* **Bugfix** zero-width characters used in Emoji ZWJ sequences, Balinese,
Jamo, Devanagari, Tamil, Kannada and others (`PR #91`_).
- * **Updated** to include `Specification <Specification_from_pypi>`_ of
+ * **Updated** to include `Specification <Specification_from_pypi_>`_ of
character measurements.
0.2.8 *2023-09-30*
@@ -350,6 +355,7 @@ https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c::
.. _`PR #35`: https://github.com/jquast/wcwidth/pull/35
.. _`PR #82`: https://github.com/jquast/wcwidth/pull/82
.. _`PR #91`: https://github.com/jquast/wcwidth/pull/91
+.. _`PR #97`: https://github.com/jquast/wcwidth/pull/97
.. _`jquast/blessed`: https://github.com/jquast/blessed
.. _`selectel/pyte`: https://github.com/selectel/pyte
.. _`thomasballinger/curtsies`: https://github.com/thomasballinger/curtsies