jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] update ROADMAP.rst and CHANGELOG.md

Change-Id: I0c671e2f55014551f95b29aeca98c5383b4e98ed
---
M ROADMAP.rst
M scripts/CHANGELOG.md
2 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index 792727e..04a763a 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,24 @@
Current release 7.2.0
^^^^^^^^^^^^^^^^^^^^^

+* L10N updates
+* Circumvent circular import in tools module (:phab:`T306760`)
+* Don't fix html inside syntaxhighlight parts in fixes.py (:phab:`T306723`)
+* Make layer parameter optional in `pywikibot.debug()` (:phab:`T85620`)
+* Retry for internal_api_error_DBQueryTimeoutError errors due to :phab:`T297708`
+* Handle ParserError within xmlreader.XmlDump.parse() instead of raising an exception (:phab:`T306134`)
+* XMLDumpOldPageGenerator is deprecated in favour of a `content` parameter (:phab:`T306134`)
+* `use_disambig` BaseBot attribute was added to hande disambig skipping
+* Deprecate RedirectPageBot and NoRedirectPageBot in favour of `use_redirects` attribute
+* tools.formatter.color_format is deprecated and will be removed
+* A new and easier color format was implemented; colors can be used like::
+
+ 'this is a <<green>>colored<<default>> text'
+
+* Unused and unsupported `xmlreader.XmlParserThread` was removed
+* Use upercased IP user titles (:phab:`T306291`)
+* Use pathlib to extract filename and file_package in pwb.py
+* Fix isbn messages in fixes.py (:phab:`T306166`)
* Fix Page.revisions() with starttime (:phab:`T109181`)
* Use stream_output for messages inside input_list_choice method (:phab:`T305940`)
* Expand simulate query result (:phab:`T305918`)
@@ -20,7 +38,10 @@
Deprecations
^^^^^^^^^^^^

-* 8.0.0: Python 3.5 support will be dropped (:phab:`T301908`)
+* 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
* 7.1.0: win32_unicode.py will be removed with Pywikibot 8
* 7.1.0: Unused `get_redirect` parameter of Page.getOldVersion() will be removed
* 7.1.0: APISite._simple_request() will be removed in favour of APISite.simple_request()
@@ -42,6 +63,6 @@
* 6.2.0: Throttle.multiplydelay attribute is deprecated
* 6.2.0: SequenceOutputter.format_list() is deprecated in favour of 'out' property
* 6.0.0: config.register_family_file() is deprecated
-* 5.5.0: APISite.redirectRegex() is deprecated in favour of APISite.redirect_regex()
-* 4.0.0: Revision.parent_id is deprecated in favour of Revision.parentid
-* 4.0.0: Revision.content_model is deprecated in favour of Revision.contentmodel
+* 5.5.0: APISite.redirectRegex() is deprecated in favour of APISite.redirect_regex() and will be removed with Pywikibot 8
+* 4.0.0: Revision.parent_id is deprecated in favour of Revision.parentid and will be removed with Pywikibot 8
+* 4.0.0: Revision.content_model is deprecated in favour of Revision.contentmodel and will be removed with Pywikibot 8
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index a9f214d..29663fd 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -6,18 +6,30 @@
### general
* Archived scripts were removed

+### archive
+* Fix trailing newlines (:phab:`T306529`)
+
### checkimages
+* Use page_from_repository() method to read categoried from wikibase
* Use `itertools.zip_longest` to find the most important image

### dataextend
+* A -showonly option was added to only show claims of an ItemPage
* This new script was added. It is able to add properties, identifiers and sources to WikiBase items

+### delinker
+* New delinker script was added; it replaces compat's CommonsDelinker (:phab:`T299563`)
+
### image
* Fix image regex (:phab:`T305226`, :phab:`T305227`)

### reflinks
+* Ignore Bloomberg captcha (:phab:`T306304`)
* Fix cp encodings (:phab:`T304830`)

+### replace
+* A -quiet option was ddet to omit message when no change was made
+

## 7.1.0
*26 March 2022*

To view, visit change 785806. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0c671e2f55014551f95b29aeca98c5383b4e98ed
Gerrit-Change-Number: 785806
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged