Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/722847 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.md Change-Id: I9b6318d2cb87197786d87a03dcd80f1059e36f76 --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 34 insertions(+), 9 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 78a83cf..715e7f7 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,26 +1,35 @@ Current release changes ^^^^^^^^^^^^^^^^^^^^^^^ +Breaking changes +---------------- + * Support of Python 3.5.0 - 3.5.2 has been dropped (T286867) +Code cleanups +------------- + +* tools.RotatingFileHandler was removed in favour of logging.handlers.RotatingFileHandler +* tools.DotReadableDict, tools.LazyRegex and tools.DeprecatedRegex classes were removed +* tools.frozenmap was removed in favour of types.MappingProxyType +* tools.empty_iterator() was removed in favour of iter(()) +* tools.concat_options() function was removed in favour of bot_choice.Option +* tools.is_IP was be removed in favour of tools.is_ip_address() +* textlib.unescape() function was be removed in favour of html.unescape() +* APISite.deletepage() and APISite.deleteoldimage() methods were removed in favour of APISite.delete() +* APISite.undeletepage() and APISite.undelete_file_versions() were be removed in favour of APISite.undelete() method + + Deprecations ^^^^^^^^^^^^ * 6.5.0: OutputOption.output() method will be removed in favour of OutputOption.out property -* 6.5.0: tools.RotatingFileHandler will be removed in favour of logging.handlers.RotatingFileHandler * 6.4.0: Pywikibot `began using semantic versioning <https://www.mediawiki.org/wiki/Manual:Pywikibot/Development/Guidelines#Deprecation_Policy>`_, all deprecated code will be removed in Pywikibot version 7.0.0. * 6.2.0: Bot's availableOptions will be removed in favour of available_options -* 6.2.0: Deprecated tools.is_IP will be removed * 6.2.0: Usage of pywikibot.config2 is deprecated and will be dropped * 6.2.0: Exceptions must be imported from exceptions namespace (T280227) * 6.2.0: Deprecated exception identifiers will be removed (T280227) -* 6.2.0: empty_iterator will be removed in favour of iter() -* 6.1.0: tools.frozenmap will be removed in favour of types.MappingProxyType -* 6.1.0: tools.DotReadableDict will be removed -* 6.1.0: textlib.unescape() function will be removed in favour of html.unescape() -* 6.0.1: Site.undeletepage() and Site.undelete_file_versions() will be removed in favour of Site.undelete() method -* 6.0.1: Site.deletepage() and Site.deleteoldimage() will be removed in favour of Site.delete() method * 5.0.0: Methods deprecated for 5 years or longer will be removed diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 090ede4..f85a12a 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,9 +1,25 @@ # Schripts Changelog +## 7.0.0 +*In development* + +### add_text +* Provide -create and -createonly options (T291354) +* Deprecated function get_text() was removed in favour of Page.text and BaseBot.skip_page() +* Deprecated function put_text() was removed in favour of BaseBot.userPut() method +* Deprecated function add_text() were remove in favour of textlib.add_text() + +### newitem +* Do not pass OtherPageSaveRelatedError silently + +### touch +*Do not pass OtherPageSaveRelatedError silently + + ## 6.6.1 *21 September 2021* -## category +### category * Fix -match option -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/722847 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: I9b6318d2cb87197786d87a03dcd80f1059e36f76 Gerrit-Change-Number: 722847 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
