jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1258013?usp=email )
Change subject: doc: Update ROADMAP.rst and CHANGELOG.rst
......................................................................
doc: Update ROADMAP.rst and CHANGELOG.rst
Change-Id: I3980b7c9d0b29151b1b1e159821c1732e3b6f1ec
---
M ROADMAP.rst
M pyproject.toml
M pywikibot/site/_generators.py
M scripts/CHANGELOG.rst
4 files changed, 17 insertions(+), 2 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 8d51543..dcd4146 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,9 @@
Release 11.2
============
-* (no changes yet)
+* Do not follow interwiki redirects in :meth:`APISite.pagebacklinks()
+ <pywikibot.site._generators.GeneratorsMixin.pagebacklinks>` (:phab:`T121833`)
+* Remove UTM tracking parameter in :meth:`pywikibot.FilePage.get_file_url`
(:phab:`T420827`)
Deprecations
============
diff --git a/pyproject.toml b/pyproject.toml
index 6f3edc4..54e3255 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -195,7 +195,7 @@
[tool.rstcheck]
ignore_directives = ["automodule", "autoclass", "autodata", "autofunction",
"tabs"]
ignore_messages = '(Undefined substitution referenced:
"(release|today|version)")'
-ignore_roles = ["api", "phab", "pylib", "source", "wiki"]
+ignore_roles = ["api", "phab", "pylib", "python", "source", "wiki"]
[tool.ruff.lint]
diff --git a/pywikibot/site/_generators.py b/pywikibot/site/_generators.py
index 21978e9..adbbeca 100644
--- a/pywikibot/site/_generators.py
+++ b/pywikibot/site/_generators.py
@@ -253,6 +253,9 @@
) -> Iterable[pywikibot.Page]:
"""Iterate all pages that link to the given page.
+ .. version-changed:: 11.2
+ No longer follow interwiki redirect links.
+
.. seealso:: :api:`Backlinks`
:param page: The Page to get links to.
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 13a02ba..b3af965 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -1,6 +1,16 @@
Scripts Changelog
=================
+11.2.0
+------
+
+speedy_delete
+^^^^^^^^^^^^^
+
+* Use :python:`generator.close()<reference/expressions.html#generator.close>`
instead of ``stop()`` method which was removed in Pywikibot 7 (:phab:`T420169`)
+* Don't add user talk pages to generator, use *deletetalk* option instead
(:phab:`T420170`)
+
+
11.1.0
------
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1258013?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: I3980b7c9d0b29151b1b1e159821c1732e3b6f1ec
Gerrit-Change-Number: 1258013
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]