jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1064337?usp=email )
Change subject: [doc] update ROADMAP.rst and CHANGELOG.rst
......................................................................
[doc] update ROADMAP.rst and CHANGELOG.rst
Change-Id: I78b2b1a4ac96e1e344abb8eb46728b360a64f47b
---
R .rstcheck.cfg
M ROADMAP.rst
M scripts/CHANGELOG.rst
M tox.ini
4 files changed, 22 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/docs/.rstcheck.cfg b/.rstcheck.cfg
similarity index 77%
rename from docs/.rstcheck.cfg
rename to .rstcheck.cfg
index 7f5e48d..a3e2b52 100644
--- a/docs/.rstcheck.cfg
+++ b/.rstcheck.cfg
@@ -1,3 +1,4 @@
[rstcheck]
ignore_directives=automodule,autoclass,autofunction
ignore_messages=(Undefined substitution referenced: "(release|today|version)")
+ignore_roles=api,phab,pylib,source,wiki
diff --git a/ROADMAP.rst b/ROADMAP.rst
index c2fb21e..b781176 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,11 +1,15 @@
Current Release Changes
=======================
-* (no changes yet)
+* :func:`diff.get_close_matches_ratio()` function was added
+* Initialize super classes of :exc:`EditReplacementError` (:phab:`T212740`)
+* Add a hint to import missing module in
:mod:`wrapper<pywikibot.scripts.wrapper>` script
+* i18n updates
Current Deprecations
====================
+* 9.4.0: :mod:`flow` support is deprecated and will be removed
(:phab:`T371180`)
* 9.3.0: :meth:`page.BasePage.userName` and :meth:`page.BasePage.isIpEdit` are
deprecated in favour of
``user`` or ``anon`` attributes of :attr:`page.BasePage.latest_revision`
property
* 9.2.0: Imports of :mod:`logging` functions from :mod:`bot` module is
deprecated and will be desupported
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 6c6f23b..9b3753b 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -4,11 +4,26 @@
9.4.0
-----
+delinker
+^^^^^^^^
+
+* Use :pylib:`difflib.get_close_matches()<difflib#difflib.get_close_matches>`
+ to find the closest image match
+* Add ``-category`` option to work from given category and look for the
+ lastest file deletion first(:phab:`T372206`)
+* Check whether image exists first (:phab:`T372106`)
+
unlink
^^^^^^
* unlink script was recovered
+unusedfiles
+^^^^^^^^^^^
+
+* L10N updates
+* :mod:`flow` support was dropped, it never worked (:phab:`T372477`)
+
9.3.1
-----
diff --git a/tox.ini b/tox.ini
index 62d61a8..9dbde8b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -104,7 +104,7 @@
basepython = python3.12
commands =
rstcheck --version
- rstcheck -r --report-level WARNING --ignore-roles api,phab,source,wiki .
+ rstcheck --report-level WARNING -r .
deps =
-rrequirements.txt
-rdocs/requirements.txt
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1064337?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: I78b2b1a4ac96e1e344abb8eb46728b360a64f47b
Gerrit-Change-Number: 1064337
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[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]