Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/793392 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.md Change-Id: I7ca765a5f79f9e2057f077be3991323b72ad08f4 --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 11 insertions(+), 3 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 37dd271..2a48fdf 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,10 @@ Current release 7.3.0 ^^^^^^^^^^^^^^^^^^^^^ +* Add support for kcgwiki (:phab:`T305282`) +* Raise InvalidTitleError instead of unspecific ValueError in ProofreadPage (:phab:`T308016`) +* Preload pages if GeneratorFactory.articlenotfilter_list is not empty; also set attribute ``is_preloading``. +* ClaimCollection.toJSON() should not ignore new claim (:phab:`T308245`) * use linktrail via siteinfo and remove `update_linkrtrails` maintenance script * Print counter statistic for all counters (:phab:`T307834`) * Use proofreadpagesinindex query module @@ -23,7 +27,7 @@ Deprecations ^^^^^^^^^^^^ -* Python 3.5 support will be dropped with Python 8 (:phab:`T301908`) +* 7.3.0: Python 3.5 support will be dropped with Python 8 (:phab:`T301908`) * 7.2.0: XMLDumpOldPageGenerator is deprecated in favour of a `content` parameter (:phab:`T306134`) * 7.2.0: RedirectPageBot and NoRedirectPageBot bot classes are deprecated in favour of `use_redirects` attribute * 7.2.0: `tools.formatter.color_format` is deprecated and will be removed diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index b887002..dc24824 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,21 +1,25 @@ # Scripts Changelog ## 7.3.0 -*In development* +*20 May 2022* ### general * Call ExistingPageBot.skip_page() first (:phab:`T86491`) +### delete +* Count deleted pages and other actions (:phab:`T212040`) + ### replace * A -nopreload option was added ### weblinkchecker +* Throttle connections to the same host (:phab:`T152350`) * Do not kill threads after generator is exhausted (:phab:`T113139`) * Use Page.extlinks() to get external links (:phab:`T60812`) ## 7.2.1 -*07 May 2022** +*07 May 2022* ### movepages * Fix regression of option parsing (:phab:`T307826`) -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/793392 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I7ca765a5f79f9e2057f077be3991323b72ad08f4 Gerrit-Change-Number: 793392 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
