jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/754070 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ......................................................................
[doc] Update ROADMAP.rst and CHANGELOG.md
Change-Id: Ia9eca82bbf7b71595691588eb50761b2a758d897 --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 12 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index a670af2..7e235f0 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -4,8 +4,12 @@ Improvements ------------
+* Avoid non-deteministic behavior in removeDisableParts +* Update isbn dependency and require python-stdnum >= 1.17 +* Synchronize Page.linkedPages() parameters with Site.pagelinks() parameters +* Scripts hash bang was changed from python to python3 * i18n.bundles(), i18n.known_languages and i18n._get_bundle() functions were added -* Raise ConnectionError immediately if urllib3.NewConnectionError occurs (T297994) +* Raise ConnectionError immediately if urllib3.NewConnectionError occurs (T297994, 298859) * Make pywikibot messages available with site package (T57109, T275981) * Add support for API:Redirects * Enable shell script with Pywikibot site package @@ -35,6 +39,8 @@ Bugfixes --------
+* Remove question mark character from forbidden file name characters (T93482) +* Enable -interwiki option with pagegenerators (T57099) * Don't assert login result (T298761) * Allow title placeholder $1 in the middle of an url (T111513, T298078) * Don't create a Site object if pywikibot is not fully imported (T298384) @@ -54,11 +60,14 @@
* Support of Python 3.5.0 - 3.5.2 has been dropped (T286867) * generate_user_files.py, generate_user_files.py, shell.py and version.py were moved to pywikibot/scripts and must be used with pwb wrapper script +* *See also Code cleanups below*
Code cleanups -------------
+* Remove AllpagesPageGenerator, UnconnectedPageGenerator, CombinedPageGenerator, WantedPagesPageGenerator pagegenerators +* Remove deprecated echo.Notification.id * Remove APISite.newfiles() method (T168339) * Remove APISite.page_exists() method * Raise a TypeError if BaseBot.init_page return None diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 904aa26..5ea028d 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -18,6 +18,7 @@ * Derive CheckerBot from CurrentPageBot (T196851, T171713)
### category +* Recurse CategoryListifyRobot with depth * Show a warning if a pagegenerator option is not enabled (T298522) * Deprecated code parts were removed
@@ -31,6 +32,7 @@ * pass site arg only once (T292367)
### fixing_redirects +* Let only put_current show the message "No changes were needed" * Use concurrent.futures to retrieve redirect or moved targets (T298789) * Add an option to ignore solving moved targets (T298789)
pywikibot-commits@lists.wikimedia.org