Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1313850?usp=email )
Change subject: release: publish Pywikibot 11.6.0 ...................................................................... release: publish Pywikibot 11.6.0 Change-Id: If25f8ad0bb1905ceb7b5ac554baa619f496042c7 --- M ROADMAP.rst M pywikibot/__metadata__.py 2 files changed, 18 insertions(+), 4 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 6e19a64..924fb44 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,13 +1,24 @@ Release 11.6 ============ +* Add support for bolwiki (:phab:`T429953`) +* The *top_only* parameter of :meth:`page.User.contributions` and :meth:`APISite.usercontribs + <pywikibot.site._generators.GeneratorsMixin.usercontribs>` was renamed to *top*. Its behavior has + changed, and `False` can now be used as an argument. (:phab:`T308961`) +* Add a new collection class :class:`page.Contribution` to hold results from + :meth:`page.User.contribs` (:phab:`T308961`) +* Add a new method :meth:`page.User.contribs` to retrieve user contributions. + This method supports all ``prop`` items from :api:`Usercontribs` (:phab:`T308961`) +* Add a new exception :exc:`exceptions.UnexpectedAPIDataError` (:phab:`T308961`) +* Add a new collection class :class:`tools.collections.DataRecord` and derive + :class:`page.Revision` from it (:phab:`T432464`) * Make :func:`i18n.altlang` a public function (:phab:`T432543`) -* use :exc:`requests.exceptions.JSONDecodeError` instead of :exc:`ValueError` in +* Use :exc:`requests.exceptions.JSONDecodeError` instead of :exc:`ValueError` in :meth:`data.api.Request._json_loads` -* Provide :class:`backports.sentinel` implementation backported from Python 3.15 +* Provide a :class:`backports.sentinel` implementation backported from Python 3.15 * Update translations (i18n) * Fix :meth:`WikiStats.get()<data.wikistats.WikiStats.get>` to propagate HTTP fetch exceptions - instead of raising `AttributeError`. + instead of raising `AttributeError` Deprecations @@ -110,6 +121,9 @@ Pending removal in Pywikibot 14 ------------------------------- +* 11.6.0: The *top_only* parameter of :meth:`APISite.usercontribs + <pywikibot.site._generators.GeneratorsMixin.usercontribs>` has been deprecated; use *top* instead + (:phab:`T308961`) * 11.5.0: :func:`family.Family.post_get_convert` and :func:`family.Family.pre_put_convert` functions are deprecated and will be removed (:phab:`T431188`) * 11.5.0: ``exceptions.TimeoutError`` is deprecated in favour of :exc:`exceptions.ApiTimeoutError` diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index cdaa8f1..dc63c3d 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.6.0.dev0' +__version__ = '11.6.0' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1313850?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: If25f8ad0bb1905ceb7b5ac554baa619f496042c7 Gerrit-Change-Number: 1313850 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]
