aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/wcwidth/py3/README.rst
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/README.rst
parenta27ba7422c788f1d0d3e1c76ecaad794b40d7993 (diff)
downloadydb-f2e1357f5a38ce869bcafe54922bbd8650e568eb.tar.gz
Update contrib/python/wcwidth/py3 to 0.2.12
Diffstat (limited to 'contrib/python/wcwidth/py3/README.rst')
-rw-r--r--contrib/python/wcwidth/py3/README.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/contrib/python/wcwidth/py3/README.rst b/contrib/python/wcwidth/py3/README.rst
index 749d89aa03..a0dd44cb83 100644
--- a/contrib/python/wcwidth/py3/README.rst
+++ b/contrib/python/wcwidth/py3/README.rst
@@ -216,7 +216,13 @@ Other Languages
=======
History
=======
-0.2.10 *2023-11-08*
+0.2.12 *2023-11-21*
+ * re-release to remove .pyi file misplaced in wheel files `Issue #101`.
+
+0.2.11 *2023-11-20*
+ * Include tests files in the source distribution (`PR #98`_, `PR #100`_).
+
+0.2.10 *2023-11-13*
* **Bugfix** accounting of some kinds of emoji sequences using U+FE0F
Variation Selector 16 (`PR #97`_).
* **Updated** `Specification <Specification_from_pypi_>`_.
@@ -228,7 +234,7 @@ History
character measurements.
0.2.8 *2023-09-30*
- * Include requirements files in the source distibution (`PR #82`_).
+ * Include requirements files in the source distribution (`PR #82`_).
0.2.7 *2023-09-28*
* **Updated** tables to include Unicode Specification 15.1.0.
@@ -325,6 +331,9 @@ https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c::
.. _`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
+.. _`PR #98`: https://github.com/jquast/wcwidth/pull/98
+.. _`PR #100`: https://github.com/jquast/wcwidth/pull/100
+.. _`Issue #101`: https://github.com/jquast/wcwidth/issues/101
.. _`jquast/blessed`: https://github.com/jquast/blessed
.. _`selectel/pyte`: https://github.com/selectel/pyte
.. _`thomasballinger/curtsies`: https://github.com/thomasballinger/curtsies