jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1205944?usp=email )
Change subject: doc: update ROADMAP.rst and CHANGELOG.rst ...................................................................... doc: update ROADMAP.rst and CHANGELOG.rst Change-Id: I2410b536dd6fbd5048de9c6341c40d7d13458250 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 14 insertions(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 74c2454..9ca620a 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -3,11 +3,17 @@ **Improvements** -* (no changes yet) +* Show a friendly install message with :mod:`pwb<pywikibot.scripts.wrapper>` wrapper + when mandatory packages are missing (:phab:`T409662`) +* Update `tools._unidata.__category_cf` dict for :func:`tools.chars.contains_invisible` and + :func:`tools.chars.replace_invisible` to unicode version 17.0.0 +* Update Docker files to Python 3.12 (:phab:`T408997`) **Bugfixes** -* Handle 'lockmanager-fail-conflict' API error as retryable (:phab:`T396984`) +* Handle `lockmanager-fail-conflict` API error in :meth:`data.api.Request.submit` as retryable + (:phab:`T396984`) +* Prevent login loop in :mod:`data.superset` with unsupported auth methods (:phab:`T408287`) * Import ``typing.cast`` in :mod:`_wbtypes` module to prevent ``NameError`` in :class:`pywikibot.WbTime` diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 053ed91..b075f2c 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -6,6 +6,12 @@ * ``create_isbn_edition`` script was removed from scripts package (:phab:`T398140`) +archivebot +^^^^^^^^^^ + +* respect the ``-namespace`` option with ``-page`` option (:phab:`T409016`) + + 10.7.0 ------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1205944?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: I2410b536dd6fbd5048de9c6341c40d7d13458250 Gerrit-Change-Number: 1205944 Gerrit-PatchSet: 2 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]
