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: I2d79c78bee5c5b9ee4d786b93118bd5ed07f2180
---
M ROADMAP.rst
M pywikibot/cosmetic_changes.py
M scripts/CHANGELOG.md
3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index eb3b70b..5369b93 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,10 @@
Current release 7.5.0
^^^^^^^^^^^^^^^^^^^^^

-* *No changes yet*
+* Handle asynchronous page_put_queue after KeyboardInterrupt in Python 3.9+ (:phab:`T311076`)
+* No longer expect a specific namespace alias in cosmetic_changes
+ :meth:`translateAndCapitalizeNamespaces
+ <pywikibot.cosmetic_changes.CosmeticChangesToolkit.translateAndCapitalizeNamespaces>`

Deprecations
^^^^^^^^^^^^
diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py
index 5f06e80..6fea918 100644
--- a/pywikibot/cosmetic_changes.py
+++ b/pywikibot/cosmetic_changes.py
@@ -388,7 +388,11 @@
return text

def translateAndCapitalizeNamespaces(self, text: str) -> str:
- """Use localized namespace names."""
+ """Use localized namespace names.
+
+ .. versionchanged:: 7.4
+ No longer expect a specific namespace alias for File:
+ """
# arz uses English stylish codes
if self.site.sitename == 'wikipedia:arz':
return text
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 4605c45..98faf66 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,11 @@
# Scripts Changelog

+## 7.5.0
+*current release*
+
+### harvest_templates
+* Only follow redirects in harvest_template.py if no wikibase item exists (:phab:`T311883`)
+
## 7.4.0
*26 June 2022*


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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I2d79c78bee5c5b9ee4d786b93118bd5ed07f2180
Gerrit-Change-Number: 810943
Gerrit-PatchSet: 2
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