jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1203277?usp=email )
Change subject: unicodedata: Update tools/_unidata.py to unicode version 17.0.0
......................................................................
unicodedata: Update tools/_unidata.py to unicode version 17.0.0
Change-Id: I5bcb27f57e33b37f5ada20845741772231e03400
---
M pywikibot/tools/_unidata.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/pywikibot/tools/_unidata.py b/pywikibot/tools/_unidata.py
index f698ea2..3d85468 100644
--- a/pywikibot/tools/_unidata.py
+++ b/pywikibot/tools/_unidata.py
@@ -1,6 +1,6 @@
"""Helper function which holds data from unicodedata library."""
#
-# (C) Pywikibot team, 2018-2022
+# (C) Pywikibot team, 2018-2025
#
# Distributed under the terms of the MIT license.
#
@@ -273,7 +273,7 @@
# codepoint it takes longer especially when working with UCS2. The lists also
# differ between Python versions which can be avoided by this static list.
#
-# This frozenset was created using Python 3.14 (Unicode version 16.0.0):
+# This frozenset was created using Python 3.15 (Unicode version 17.0.0):
# list(c for c in (chr(i) for i in range(sys.maxunicode))
# if unicodedata.category(c) == 'Cf')
_category_cf = frozenset([
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1203277?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5bcb27f57e33b37f5ada20845741772231e03400
Gerrit-Change-Number: 1203277
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot