jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1199712?usp=email )

Change subject: doc: update ROADMAP.rst, CHANGELOG.rst and AUTHORS.rst
......................................................................

doc: update ROADMAP.rst, CHANGELOG.rst and AUTHORS.rst

Also fix memento module's documentation.

Change-Id: I8ad3c1f6bf1bd7afd28a0c217e7e8fe02e1cc634
---
M AUTHORS.rst
M ROADMAP.rst
M pywikibot/data/memento.py
M scripts/CHANGELOG.rst
4 files changed, 32 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/AUTHORS.rst b/AUTHORS.rst
index 6fbbb27..61bd9d2 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -319,6 +319,7 @@


     Tacsipacsi
+    Tejashxv
     Tgr
     TheRogueMule
     theopolisme
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 97fec9d..f0a7c01 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,15 @@
 Current Release Changes
 =======================

-* (no changes yet)
+* Deprecate dysfunctional :meth:`APISite.alllinks()
+  <pywikibot.site._generators.GeneratorsMixin.alllinks>`. (:phab:`T359427`, 
:phab:`T407708`)
+* Refactor ``replace_magicwords`` in
+  :meth:`cosmetic_changes.CosmeticChangesToolkit.translateMagicWords`. 
(:phab:`T396715`)
+* Deprecate old ``(type, value, traceback)`` signature in
+  :meth:`tools.collections.GeneratorWrapper.throw`. (:phab:`T340641`)
+* Replace default timetravel.mementoweb.org with web.archive.org in 
:mod:`data.memento` module.
+  (:phab:`T400570`, :phab:`T407694`)
+* i18n updates


 Deprecations
@@ -20,6 +28,9 @@
 Pending removal in Pywikibot 11
 -------------------------------

+* 10.7.0: Dysfunctional :meth:`APISite.alllinks()
+  <pywikibot.site._generators.GeneratorsMixin.alllinks>` will be removed.
+  (:phab:`T359427`, :phab:`T407708`)
 * 10.6.0: Python 3.8 support is deprecated and will be dropped soon
 * 8.4.0: :attr:`data.api.QueryGenerator.continuekey` will be removed in favour 
of
   :attr:`data.api.QueryGenerator.modules`
@@ -97,6 +108,9 @@
 Pending removal in Pywikibot 13
 -------------------------------

+* 10.6.0: The old ``(type, value, traceback)`` signature in
+  :meth:`tools.collections.GeneratorWrapper.throw` will be removed in 
Pywikibot 13, or earlier if it
+  is dropped from a future Python release. (:phab:`T340641`)
 * 10.6.0: :meth:`Family.isPublic()<family.Family.isPublic>` will be removed 
(:phab:`T407049`)
 * 10.6.0: 
:meth:`Family.interwiki_replacements<family.Family.interwiki_replacements>` is 
deprecated;
   use :attr:`Family.code_aliases<family.Family.code_aliases>` instead.
diff --git a/pywikibot/data/memento.py b/pywikibot/data/memento.py
index 97ef58b..83784cc 100644
--- a/pywikibot/data/memento.py
+++ b/pywikibot/data/memento.py
@@ -2,7 +2,7 @@

 .. versionadded:: 7.4
 .. versionchanged:: 10.7
-   Set default timegate to :attr`DEFAULT_TIMEGATE_BASE_URI`
+   Set default timegate to :attr:`DEFAULT_TIMEGATE_BASE_URI`
 .. seealso:: https://github.com/mementoweb/py-memento-client#readme
 """
 #
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index b4e4da6..7c1c04c 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -1,6 +1,21 @@
 Scripts Changelog
 =================

+10.7.0
+------
+
+* i18n updates
+
+misspelling
+^^^^^^^^^^^
+
+* ``-page`` option was added. (:phab:`T151540`)
+
+watchlist
+^^^^^^^^^
+
+* Several exceptions are caught during watchlist count.
+
 10.4.0
 ------


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1199712?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: I8ad3c1f6bf1bd7afd28a0c217e7e8fe02e1cc634
Gerrit-Change-Number: 1199712
Gerrit-PatchSet: 4
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]

Reply via email to