jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/658041 )
Change subject: [6.0.0] Prepare Pywikibot 6.0
......................................................................
[6.0.0] Prepare Pywikibot 6.0
Change-Id: I2e3e38fa15fe8bd9a44769476b98a250bc65d566
---
M .appveyor.yml
M HISTORY.rst
M README.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
5 files changed, 28 insertions(+), 28 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml
index bf53c50..6d5c7ba 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
clone_depth: 50
skip_tags: true
-version: 5.6.{build}
+version: 6.0.{build}
environment:
APPVEYOR_PYTHON_URL:
"https://raw.githubusercontent.com/dvorapa/python-appveyor-demo/master/appveyor/"
diff --git a/HISTORY.rst b/HISTORY.rst
index c3555c8..5402742 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,25 @@
Release history
===============
+5.6.0
+-----
+*24 January 2021*
+
+* Use string instead of Path-like object with "open" function in UploadRobot
for Python 3.5 compatibility (T272345)
+* Add support for trwikivoyage (T271263)
+* UI.input_list_choice() has been improved (T272237)
+* Global handleArgs() function was removed in favour of handle_args
+* Deprecated originPage and foundIn property has been removed in
interwiki_graph.py
+* ParamInfo modules, prefixes, query_modules_with_limits properties and
module_attribute_map() method was removed
+* Allow querying alldeletedrevisions with APISite.alldeletedrevisions() and
User.deleted_contributions()
+* data attribute of http.fetch() response is deprecated (T265206)
+* Positional arguments of page.Revision aren't supported any longer (T259428)
+* pagenenerators.handleArg() method was renamed to handle_arg() (T271437)
+* Page methods deprecated for 6 years were removed
+* Create a Site with AutoFamily if a family isn't predefined (T249087)
+* L10N updates
+
+
5.5.0
-----
*12 January 2021*
diff --git a/README.rst b/README.rst
index fc2e0b3..86253d5 100644
--- a/README.rst
+++ b/README.rst
@@ -25,13 +25,13 @@
.. image::
https://static.pepy.tech/personalized-badge/pywikibot?period=week&units=international_system&left_color=black&right_color=blue&left_text=weekly
:alt: Weekly downloads
:target: https://pepy.tech/project/pywikibot
-
+
Pywikibot
=========
The Pywikibot framework is a Python library that interfaces with the
`MediaWiki API <https://www.mediawiki.org/wiki/API:Main_page>`_
-version 1.19 or higher.
+version 1.23 or higher.
Also included are various general function scripts that can be adapted for
different tasks.
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 2d6c11b..42305fc 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,34 +1,15 @@
-**Note: 5.6.0 is the last release supporting MediaWiki 1.19-1.22.**
-
-Breaking changes with Pywikibot 6.0.0
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* MediaWiki 1.23+ is supported only
-* comms.http.request() will return a requests.Response object rather than
plain text
-* comms.threadedhttp module will be removed
-* config.db_hostname will be renamed to db_hostname_format
-* APISite.loadimageinfo() will not return any content
-
Current release changes
~~~~~~~~~~~~~~~~~~~~~~~
-* Use string instead of Path-like object with "open" function in UploadRobot
for Python 3.5 compatibility (T272345)
-* Add support for trwikivoyage (T271263)
-* UI.input_list_choice() has been improved (T272237)
-* Global handleArgs() function was removed in favour of handle_args
-* Deprecated originPage and foundIn property has been removed in
interwiki_graph.py
-* ParamInfo modules, prefixes, query_modules_with_limits properties and
module_attribute_map() method was removed
-* Allow querying alldeletedrevisions with APISite.alldeletedrevisions() and
User.deleted_contributions()
-* data attribute of http.fetch() response is deprecated (T265206)
-* Positional arguments of page.Revision aren't supported any longer (T259428)
-* pagenenerators.handleArg() method was renamed to handle_arg() (T271437)
-* Page methods deprecated for 6 years were removed
-* Create a Site with AutoFamily if a family isn't predefined (T249087)
-* L10N updates
+* (no changes yet)
Future release notes
~~~~~~~~~~~~~~~~~~~~
+* 5.6.0: MediaWiki 1.23+ is supported only
+* 5.6.0: comms.http.request() will return a requests.Response object rather
than plain text
+* 5.6.0: comms.threadedhttp module will be removed
+* 5.6.0: config.db_hostname will be renamed to db_hostname_format
* 5.6.0: APISite.loadimageinfo will no longer return any content
* 5.6.0: pagenenerators.handleArg() method will be removed in favour of
handle_arg() (T271437)
* 5.5.0: Site.getuserinfo() method will be dropped in favour of userinfo
property
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index ef12b46..80eb5d2 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -5,7 +5,7 @@
# Distributed under the terms of the MIT license.
#
__name__ = 'pywikibot'
-__version__ = '5.6.0'
+__version__ = '6.0.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/+/658041
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: I2e3e38fa15fe8bd9a44769476b98a250bc65d566
Gerrit-Change-Number: 658041
Gerrit-PatchSet: 2
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