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

Change subject: doc: Update ROADMAP.rst and AUTHORS.rst
......................................................................

doc: Update ROADMAP.rst and AUTHORS.rst

Change-Id: I9d6121735675166497ecb4ebd9d4b7f6abec156a
---
M AUTHORS.rst
M ROADMAP.rst
2 files changed, 9 insertions(+), 22 deletions(-)

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




diff --git a/AUTHORS.rst b/AUTHORS.rst
index 135011d..6519403 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -16,7 +16,7 @@
     Alex Shih-Han Lin
     Alexander Jones
     Alexander Shtyrov
-    Alexander Vorwerk
+    Alexander Vorwerk (Zabe)
     Alfio
     Allen Guo
     Amir Sarabadani
@@ -108,7 +108,6 @@

 ::

-
     Fabian Neundorf
     Federico Leva
     Felix Reimann
@@ -122,7 +121,6 @@

 ::

-
     Gallaecio
     Geoffrey Mon
     georggi
@@ -136,7 +134,6 @@

 ::

-
     Hazard-SJ
     Huji
     Homeboy445
@@ -146,7 +143,6 @@

 ::

-
     Ignacio Rodríguez
     Inductiveload

@@ -155,7 +151,6 @@

 ::

-
     James Michael DuPont
     Jamison Lofthouse
     Jacek.duszenko
@@ -179,7 +174,6 @@

 ::

-
     Kaleem Bhatti
     Karl Eichwalder
     Kasper Souren
@@ -195,7 +189,6 @@

 ::

-
     Lars G
     Legoktm
     Leonardo Gregianin
@@ -209,7 +202,6 @@

 ::

-
     m4tx
     Maarten Dammers
     Marcin Cieslak
@@ -240,7 +232,6 @@

 ::

-
     Nicolas Dumazet
     Nikhil Prakash
     Nikitrain
@@ -253,7 +244,6 @@

 ::

-
     opensourceware

 P
@@ -261,7 +251,6 @@

 ::

-
     Pamputt
     pere prlpz
     Philip Tzou
@@ -284,7 +273,6 @@

 ::

-
     Reza
     RichardL
     ricordisamoa
@@ -300,7 +288,6 @@

 ::

-
     Sanjai Siddharthan
     Sarthak Singh
     Serio Santoro
@@ -324,7 +311,6 @@

 ::
 
-
     Tacsipacsi
     Tbodt
     Tejashxv
@@ -343,7 +329,6 @@

 ::

-
     Udoka

 V
@@ -351,7 +336,6 @@

 ::

-
     Vadiraja K
     Vadivelu Murali Pranavan
     VcamX
@@ -364,7 +348,6 @@

 ::

-
     Warddr
     WASP-Outis
     Wieland Hoffmann
@@ -380,7 +363,6 @@

 ::

-
     xqt

 Y
@@ -388,7 +370,6 @@

 ::

-
     Yifei He
     Yongmin Hong
     Yrithinnd
@@ -400,8 +381,6 @@

 ::

-
-    Zabe
     Zaher Kadour
     zhuyifei1999
     Zoran Dori
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 4c09cd7..363fc31 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -3,6 +3,11 @@

 **Improvements**

+* Add support for beta site in :class:`families.meta_family.Family` 
(:phab:`T413060`)
+* Add user agent to :class:`data.api.Request` error log (:phab:`T414170`)
+* Increase performance of delegation for 
:class:`BaseSite<pywikibot.site._basesite.BaseSite>`
+  methods to :class:`family.Family` methods (:phab:`T413398`)
+* Use ``queue.shutdown()``  for the async_manager queue
 * Use :class:`backports.RLock` instead of Queue to signal async_manager 
activity (:phab:`T147178`)
 * Add :meth:`User.is_partial_blocked()<pywikibot.User.is_partial_blocked>` and 
methods
   
:meth:`APISite.is_partial_blocked()<pywikibot.site._apisite.APISite.is_partial_blocked>`
 to detect
@@ -23,12 +28,15 @@

 **Bugfixes**

+* Handle retry-after value gracefully if it is a float instead an int 
(:phab:`T414197`)
+* Handle limit value gracefully if it is an int instead a str (:phab:`T414168`)
 * Handle `lockmanager-fail-conflict` API error in 
:meth:`data.api.Request.submit` as retryable
   (:phab:`T396984`)
 * Prevent login loop in :mod:`data.superset` with unsupported auth methods 
(:phab:`T408287`)

 **Code cleanups**

+* ``{httplib2}`` user_agent_format variable is no longer supported 
(:phab:`T98439`)
 * The undocumented ``page_put_queue_busy`` was removed without deprecation 
period.
 * Dysfunctional :meth:`APISite.alllinks()
   <pywikibot.site._generators.GeneratorsMixin.alllinks>` was removed.

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