jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/635010 )
Change subject: [doc] Fix typo in ROADMAP.rst
......................................................................
[doc] Fix typo in ROADMAP.rst
Change-Id: Ie9b3d34cd0f12b9e565f4986faf84961cdeb4394
---
M ROADMAP.rst
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 559a49f..85608df 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -20,7 +20,7 @@
* 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
-* 4.3.0: Unsused UserBlocked exception will be removed
+* 4.3.0: Unused UserBlocked exception will be removed
* 4.3.0: Deprecated Page.contributingUsers() will be removed
* 4.2.0: tools.StringTypes will be removed
* 4.1.0: Deprecated editor.command will be removed
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/635010
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: Ie9b3d34cd0f12b9e565f4986faf84961cdeb4394
Gerrit-Change-Number: 635010
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634996 )
Change subject: [5.0.1] Prepare next release
......................................................................
[5.0.1] Prepare next release
Change-Id: I02100dd9c7ec3bf09d964707e67953b0d52e78ea
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 52 insertions(+), 44 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst
index c781cc0..efd7f1e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,56 @@
Release history
===============
+5.0.0
+-----
+
+*19 October 2020*
+
+* callback parameter of comms.http.fetch() is desupported
+* Fix api.APIError() calls for Flow and Thanks extension
+* edit, move, create, upload, unprotect and prompt parameters of Page.protect() are deprecated (T227610)
+* Accept only valid names in generate_family_file.py (T265328, T265353)
+* New plural.plural_rule() function returns a rule for a given language
+* Replace deprecated urllib.request.URLopener with http.fetch (T255575)
+* OptionHandler/BaseBot options are accessable as OptionHandler.opt attributes or keyword item (see also T264721)
+* pywikibot.setAction() function was removed
+* A namedtuple is the result of textlib.extract_sections()
+* Prevent circular imports in config2.py and http.py (T264500)
+* version.get_module_version() is deprecated and gives no meaningfull result
+* Fix version.get_module_filename() and update log lines (T264235)
+* Re-enable printing log header (T264235)
+* Fix result of tools.intersect_generators() (T263947)
+* Only show _GLOBAL_HELP options if explicitly wanted
+* Deprecated Family.version() methods were removed
+* Unused parameters of page methods like forceReload, insite, throttle, step was removed
+* Raise RuntimeError instead of AttributeError for old wikis (T263951)
+* Deprecated script options were removed
+* lyricwiki_family was removed (T245439)
+* RecentChangesPageGenerator parameters has been synced with APISite.recentchanges
+* APISite.recentchanges accepts keyword parameters only
+* LoginStatus enum class was moved from site to login.py
+* WbRepresentation derives from abstract base class abc.ABC
+* Update characters in the Cf category to Unicode version 12.1.0
+* Update __all__ variable in pywikibot (T122879)
+* Use api.APIGenerator through site._generator (T129013)
+* Support of MediaWiki releases below 1.19 has been dropped (T245350)
+* Page.get_best_claim () retrieves preferred Claim of a property referring to the given page (T175207)
+* Check whether _putthead is current_thread() to join() (T263331)
+* Add BasePage.has_deleted_revisions() method
+* Allow querying deleted revs without the deletedhistory right
+* Use ignore_discard for login cookie container (T261066)
+* Siteinfo.get() loads data via API instead from cache if expiry parameter is True (T260490)
+* Move latest revision id handling to WikibaseEntity (T233406)
+* Load wikibase entities when necessary (T245809)
+* Fix path for stable release in version.getversion() (T262558)
+* "since" parameter in EventStreams given as Timestamp or MediaWiki timestamp string has been fixed
+* Methods deprecated for 6 years or longer were removed
+* Page.getVersionHistory and Page.fullVersionHistory() methods were removed (T136513, T151110)
+* Allow multiple types of contributors parameter given for Page.revision_count()
+* Deprecated tools.UnicodeMixin and tools.IteratorNextMixin has been removed
+* Localisation updates
+
+
4.3.0
-----
diff --git a/ROADMAP.rst b/ROADMAP.rst
index e0879cc..559a49f 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,49 +1,7 @@
Current release changes
~~~~~~~~~~~~~~~~~~~~~~~
-* callback parameter of comms.http.fetch() is desupported
-* Fix api.APIError() calls for Flow and Thanks extension
-* edit, move, create, upload, unprotect and prompt parameters of Page.protect() are deprecated (T227610)
-* Accept only valid names in generate_family_file.py (T265328, T265353)
-* New plural.plural_rule() function returns a rule for a given language
-* Replace deprecated urllib.request.URLopener with http.fetch (T255575)
-* OptionHandler/BaseBot options are accessable as OptionHandler.opt attributes or keyword item (see also T264721)
-* pywikibot.setAction() function was removed
-* A namedtuple is the result of textlib.extract_sections()
-* Prevent circular imports in config2.py and http.py (T264500)
-* version.get_module_version() is deprecated and gives no meaningfull result
-* Fix version.get_module_filename() and update log lines (T264235)
-* Re-enable printing log header (T264235)
-* Fix result of tools.intersect_generators() (T263947)
-* Only show _GLOBAL_HELP options if explicitly wanted
-* Deprecated Family.version() methods were removed
-* Unused parameters of page methods like forceReload, insite, throttle, step was removed
-* Raise RuntimeError instead of AttributeError for old wikis (T263951)
-* Deprecated script options were removed
-* lyricwiki_family was removed (T245439)
-* RecentChangesPageGenerator parameters has been synced with APISite.recentchanges
-* APISite.recentchanges accepts keyword parameters only
-* LoginStatus enum class was moved from site to login.py
-* WbRepresentation derives from abstract base class abc.ABC
-* Update characters in the Cf category to Unicode version 12.1.0
-* Update __all__ variable in pywikibot (T122879)
-* Use api.APIGenerator through site._generator (T129013)
-* Support of MediaWiki releases below 1.19 has been dropped (T245350)
-* Page.get_best_claim () retrieves preferred Claim of a property referring to the given page (T175207)
-* Check whether _putthead is current_thread() to join() (T263331)
-* Add BasePage.has_deleted_revisions() method
-* Allow querying deleted revs without the deletedhistory right
-* Use ignore_discard for login cookie container (T261066)
-* Siteinfo.get() loads data via API instead from cache if expiry parameter is True (T260490)
-* Move latest revision id handling to WikibaseEntity (T233406)
-* Load wikibase entities when necessary (T245809)
-* Fix path for stable release in version.getversion() (T262558)
-* "since" parameter in EventStreams given as Timestamp or MediaWiki timestamp string has been fixed
-* Methods deprecated for 6 years or longer were removed
-* Page.getVersionHistory and Page.fullVersionHistory() methods were removed (T136513, T151110)
-* Allow multiple types of contributors parameter given for Page.revision_count()
-* Deprecated tools.UnicodeMixin and tools.IteratorNextMixin has been removed
-* Localisation updates
+* (no changes yet)
Future release notes
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index ebe7d67..65aac0a 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.0.0'
+__version__ = '5.0.1.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot(a)lists.wikimedia.org'
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634996
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: I02100dd9c7ec3bf09d964707e67953b0d52e78ea
Gerrit-Change-Number: 634996
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634480 )
Change subject: [doc] Update ROADMAP.rst
......................................................................
[doc] Update ROADMAP.rst
Change-Id: I5db964593af609c6c4b49986abc336bb04bfb783
---
M ROADMAP.rst
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 046e370..e0879cc 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,12 @@
Current release changes
~~~~~~~~~~~~~~~~~~~~~~~
+* callback parameter of comms.http.fetch() is desupported
+* Fix api.APIError() calls for Flow and Thanks extension
+* edit, move, create, upload, unprotect and prompt parameters of Page.protect() are deprecated (T227610)
+* Accept only valid names in generate_family_file.py (T265328, T265353)
+* New plural.plural_rule() function returns a rule for a given language
+* Replace deprecated urllib.request.URLopener with http.fetch (T255575)
* OptionHandler/BaseBot options are accessable as OptionHandler.opt attributes or keyword item (see also T264721)
* pywikibot.setAction() function was removed
* A namedtuple is the result of textlib.extract_sections()
@@ -43,6 +49,9 @@
Future release notes
~~~~~~~~~~~~~~~~~~~~
+* 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: edit, move, create, upload, unprotect and prompt parameters of Page.protect() will be removed (T227610)
* 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
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634480
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: I5db964593af609c6c4b49986abc336bb04bfb783
Gerrit-Change-Number: 634480
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Mpaa <mpaa.wiki(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged