jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1212586?usp=email )
Change subject: [10.7.2] Add support for tokwiki and publish 10.7.2 release ...................................................................... [10.7.2] Add support for tokwiki and publish 10.7.2 release Bug: T404569 Change-Id: I6a88e25618bacb098fadeecdc8d0a85d23ee5629 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py M pywikibot/families/wikipedia_family.py 4 files changed, 16 insertions(+), 9 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index ce530c7..76be477 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,16 @@ Release History =============== +10.7.1 +------ +*24 November 2025* + +* Fix vulnerability in password parsing (:phab:`T410753`) +* Import ``typing.cast`` in :mod:`_wbtypes` module to prevent ``NameError`` in + :class:`pywikibot.WbTime` +* i18n updates + + 10.7.0 ------ *31 October 2025* diff --git a/ROADMAP.rst b/ROADMAP.rst index abd6a0a..17fe57f 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,10 +1,7 @@ Current Release Changes ======================= -* Fix vulnerability in password parsing (:phab:`T410753`) -* Import ``typing.cast`` in :mod:`_wbtypes` module to prevent ``NameError`` in - :class:`pywikibot.WbTime` -* i18n updates +* Add support for tokwiki (:phab:`T404569`) Deprecations diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index c99a2a3..f073a2b 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '10.7.1' +__version__ = '10.7.2' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py index 8f960fe..ce0cbb6f 100644 --- a/pywikibot/families/wikipedia_family.py +++ b/pywikibot/families/wikipedia_family.py @@ -57,10 +57,10 @@ 'simple', 'sk', 'skr', 'sl', 'sm', 'smn', 'sn', 'so', 'sq', 'sr', 'srn', 'ss', 'st', 'stq', 'su', 'sv', 'sw', 'syl', 'szl', 'szy', 'ta', 'tay', 'tcy', 'tdd', 'te', 'tet', 'tg', 'th', 'ti', 'tig', 'tk', 'tl', - 'tly', 'tn', 'to', 'tpi', 'tr', 'trv', 'ts', 'tt', 'tum', 'tw', 'ty', - 'tyv', 'udm', 'ug', 'uk', 'ur', 'uz', 've', 'vec', 'vep', 'vi', 'vls', - 'vo', 'wa', 'war', 'wo', 'wuu', 'xal', 'xh', 'xmf', 'yi', 'yo', 'za', - 'zea', 'zgh', 'zh', 'zh-classical', 'zh-min-nan', 'zh-yue', 'zu', + 'tly', 'tn', 'to', 'tok', 'tpi', 'tr', 'trv', 'ts', 'tt', 'tum', 'tw', + 'ty', 'tyv', 'udm', 'ug', 'uk', 'ur', 'uz', 've', 'vec', 'vep', 'vi', + 'vls', 'vo', 'wa', 'war', 'wo', 'wuu', 'xal', 'xh', 'xmf', 'yi', 'yo', + 'za', 'zea', 'zgh', 'zh', 'zh-classical', 'zh-min-nan', 'zh-yue', 'zu', } # Sites we want to edit but not count as real languages -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1212586?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: stable Gerrit-Change-Id: I6a88e25618bacb098fadeecdc8d0a85d23ee5629 Gerrit-Change-Number: 1212586 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
