jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1309766?usp=email )
Change subject: doc: Update ROADMAP.rst and CHANGELOG.rst ...................................................................... doc: Update ROADMAP.rst and CHANGELOG.rst Change-Id: Ifcaaa1b2d2d662ec8c2fb2cfa8b21893f0338f94 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 29 insertions(+), 4 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index f7d7322..792b640 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,13 @@ Release 11.5 ============ -* Rename :exc:`exceptions.TimeoutError` exception to :class:`exceptions.ApiTimeoutError` to avoid collision with Python's built-in exception (:phab:`T431174`) +* Dreprecate ``cross_projects`` :mod:`family.Family` settings (:phab:`T431178`) +* Deprecate :func:`family.Family.post_get_convert` and + :func:`family.Family.pre_put_convert` functions (:phab:`T431188`) +* Update :mod:`families.wikiquote_family` +* Add support for minwikiquote (:phab:`T429945`) +* Rename ``exceptions.TimeoutError`` exception to :exc:`exceptions.ApiTimeoutError` to avoid + collision with Python's built-in exception (:phab:`T431174`) * Drop :mod:`config` ``textfile_encoding`` variable and use 'utf-8' directly instead (:phab:`T430454`) * Use pyclean package with :mod:`make_dist` script. * Fix redirected link for :class:`pagegenerators.PetScanPageGenerator` @@ -108,7 +114,9 @@ Pending removal in Pywikibot 14 ------------------------------- -* 11.5.0: :exc:`exceptions.TimeoutError` is deprecated in favour of :class:`exceptions.ApiTimeoutError` +* 11.5.0: :func:`family.Family.post_get_convert` and :func:`family.Family.pre_put_convert` functions + are deprecated and will be removed (:phab:`T431188`) +* 11.5.0: ``exceptions.TimeoutError`` is deprecated in favour of :exc:`exceptions.ApiTimeoutError` * 11.5.0: :mod:`config` ``textfile_encoding`` variable will be removed; use 'utf-8' directly instead (:phab:`T430454`) * 11.4.0: The signature of :meth:`APISite.allusers() diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 779b629..472f06e 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -11,12 +11,29 @@ * Use :attr:`pywikibot.link_regex` pattern for ``-hintfile`` option * Re-enable ``-ignorefile`` option (:phab:`T430444`) * Implement ``-onlylink`` whitelist option and unify link preservation logic (:phab:`T430408`) -* Respect usernames wildcards +* Respect username wildcards + +listpages +^^^^^^^^^ + +* Enable ``-tofile`` argument (:phab:`T366033`, :phab:`T431418`) + +pagefromfile +^^^^^^^^^^^^ + +* Fix missing ``f`` prefix in ``NoTitleError`` message protect ^^^^^^^ -* Ensure -summary option overrides default summary setting +* Ensure ``-summary`` option overrides the default summary + +upload +^^^^^^ + +* Fix comparison of description variable that cannot be ``None`` +* Fix error logging function name + 11.4.0 ------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1309766?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: Ifcaaa1b2d2d662ec8c2fb2cfa8b21893f0338f94 Gerrit-Change-Number: 1309766 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]
