jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1123740?usp=email )
Change subject: Doc: Update ROADMAP.rst and CHANGELOG.rst ...................................................................... Doc: Update ROADMAP.rst and CHANGELOG.rst Change-Id: I9cc7f3d234899acffe963ec285d0306c9aa79ff4 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 20 insertions(+), 12 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index ec713fa..0fb1b14 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -3,7 +3,10 @@ **Improvements** -* Update :attr:`Family.cross_allowed<family.Family.cross_allowed>` lists in family files +* Add *sort* parameter to :func:`pagegenerators.SearchPageGenerator` and :meth:`APISite.search() + <pywikibot.site._generators.GeneratorsMixin.search>`:phab:`T386594`). +* Add support for sylwiki (:phab:`T386466`). +* Update :attr:`Family.cross_allowed<family.Family.cross_allowed>` lists in family files. * Ignore empty message warning in :class:`EventStreams<comms.eventstreams.EventStreams>` (:phab:`T383035`). * A *timeout* parameter was added to :func:`data.memento.get_closest_memento_url` @@ -17,14 +20,16 @@ **Bugfixes** +* Allow url without api path, requests path or script path in :func:`pywikibot.Site` constuctor (:phab:`T386665`). * Appended <<default>> color tag before the last linefeed in :class:`UI<userinterfaces.terminal_interface_base.UI>` (:phab:`T382884`). * Remove unintentional *args* parameter in :class:`tools.threading.ThreadList` (:phab:`T382787`). **Code cleanups** -* Remove old and deprecated variables in :mod:`config` -* Remove unintentional ``pywikibot.warn()`` +* Remove Structured Discussions/Flow support (:phab:`T381551`, :phab:`T371180`) +* Remove old and deprecated variables in :mod:`config`. +* Remove unintentional ``pywikibot.warn()``. * Unused *get_redirect* parameter of :meth:`BasePage.getOldVersion()<page.BasePage.getOldVersion>` was removed. * *baserevid* parameter of :class:`DataSite<pywikibot.site._datasite.DataSite>` methods :meth:`editSource()<pywikibot.site._datasite.DataSite.editSource>`, @@ -64,9 +69,12 @@ **Other breaking changes** +* Package requirements were updated (wikitextparser, pydot, python-stdnum, Pillow, PyMySQL, + fake-useragent) +* Use requests_sse instead of unsupported sseclient for :mod:`comms.eventstreams` (:phab:`T309380`). * :mod:`backports` module is no longer a public API. -* Drop support for MediaWiki < 1.31 (:phab:`T378984`) -* Require ``requests >= 2.31.0`` (:phab:`T347031`) +* Drop support for MediaWiki < 1.31 (:phab:`T378984`). +* Require ``requests >= 2.31.0`` (:phab:`T347031`). * Python 3.7 support was dropped (:phab:`T378893`), including *importlib_metadata* of :mod:`backports`. * See also Current Deprecations below. @@ -136,9 +144,3 @@ :attr:`userinfo['messages']<pywikibot.site._apisite.APISite.userinfo>` * 8.0.0: :meth:`Page.editTime()<page.BasePage.editTime>` method is deprecated and should be replaced by :attr:`Page.latest_revision.timestamp<page.BasePage.latest_revision>` - - -Pending removal in Pywikibot 10 -------------------------------- - -* 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`) diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index a94ccee..3ec3911 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -13,7 +13,13 @@ ^^^^^^^^^^ * Fix mangling screen messages in ``-async`` mode (:phab:`T382797`) -* save the talk page in asynchronous mode if ``-async`` option was given +* Save the talk page in asynchronous mode if ``-async`` option was given + +category +^^^^^^^^ + +* Ensure that ``-from`` and ``-to`` arguments are not equal (:phab:`T384753`) + dataextend ^^^^^^^^^^ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1123740?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: I9cc7f3d234899acffe963ec285d0306c9aa79ff4 Gerrit-Change-Number: 1123740 Gerrit-PatchSet: 2 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]
