jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649356 )

Change subject: [doc] update ROADMAP.rst
......................................................................

[doc] update ROADMAP.rst

Also increase release number to 5.3

Change-Id: Ide4bd8504063d2321b1b164da764137c09b9d519
---
M ROADMAP.rst
M pywikibot/__metadata__.py
2 files changed, 13 insertions(+), 7 deletions(-)

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



diff --git a/ROADMAP.rst b/ROADMAP.rst
index 590a2d0..878fccd 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,18 @@
 Current release changes
 ~~~~~~~~~~~~~~~~~~~~~~~

-* (no changes yet)
+* DataSite.get_item() method will be removed
+* global put_throttle option may be given as float (T269741)
+* Property.getType() method has been removed
+* Family.server_time() method was removed; it is still available from Site 
object (T89451)
+* All HttpRequest parameters except of charset has been dropped (T265206)
+* A lot of methods and properties of HttpRequest are deprecared in favour of 
requests.Resonse attributes (T265206)
+* Method and properties of HttpRequest are delegated to requests.Response 
object (T265206)
+* comms.threadedhttp.HttpRequest.raw was replaced by HttpRequest.content 
property (T265206)
+* Desupported version.getfileversion() has been removed
+* site parameter of comms.http.requests() function is mandatory and cannot be 
omitted
+* date.MakeParameter() function has been removed
+* api.Request.http_params() method has been removed

 Future release notes
 ~~~~~~~~~~~~~~~~~~~~
@@ -11,12 +22,7 @@
 * 5.0.0: PageRelatedError.getPage() will be removes in favour of 
PageRelatedError.page
 * 5.0.0: HttpRequest result of http.fetch() will be replaced by 
requests.Response (T265206)
 * 5.0.0: OptionHandler.options dict will be removed in favour of 
OptionHandler.opt
-* 5.0.0: version.getfileversion() is desupported and will be removed
 * 5.0.0: Methods deprecated for 5 years or longer will be removed
 * 5.0.0: Outdated recentchanges parameter will be removed
 * 5.0.0: site.LoginStatus will be removed in favour of login.LoginStatus
-* 5.0.0: Property.getType() method will be removed
-* 5.0.0: Request.http_params() method will be removed
-* 5.0.0: DataSite.get_item() method will be removed
-* 5.0.0: date.MakeParameter() function will be removed
 * 5.0.0: pagegenerators.ReferringPageGenerator is desupported and will be 
removed
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index b05fe6e..7b0a1ed 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -6,7 +6,7 @@
 # Distributed under the terms of the MIT license.
 #
 __name__ = 'pywikibot'
-__version__ = '5.2.1.dev0'
+__version__ = '5.3.0.dev0'
 __description__ = 'Python MediaWiki Bot Framework'
 __maintainer__ = 'The Pywikibot team'
 __maintainer_email__ = '[email protected]'

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649356
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ide4bd8504063d2321b1b164da764137c09b9d519
Gerrit-Change-Number: 649356
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to