jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1086534?usp=email )
Change subject: Deprecate dataextend.py script ...................................................................... Deprecate dataextend.py script Bug: T377066 Change-Id: Ida64477422d664ccdf87c904ef404b778198035c --- M docs/scripts/archive.rst M scripts/CHANGELOG.rst M scripts/dataextend.py 3 files changed, 13 insertions(+), 5 deletions(-) Approvals: jenkins-bot: Verified JJMC89: Looks good to me, approved diff --git a/docs/scripts/archive.rst b/docs/scripts/archive.rst index 5779860..5630b3a 100644 --- a/docs/scripts/archive.rst +++ b/docs/scripts/archive.rst @@ -3,12 +3,13 @@ ********************* This list contains outdated scripts from :term:`core` banch which -aren't supported any longer. They are either archived or deleted. +aren't supported any longer. They aredeleted from repository. -Feel free to reactivate any script at any time by creating a Phabricator -task: :phab:`Recovery request -<maniphest/task/edit/form/1/?projects=pywikibot,pywikibot-scripts&title=Recover -Pywikibot%20script:%20>` +.. hint:: + Feel free to reactivate any script at any time by creating a + Phabricator task: :phab:`Recovery request + <maniphest/task/edit/form/1/?projects=pywikibot,pywikibot-scripts&title=Recover + Pywikibot%20script:%20>` .. seealso:: :ref:`Outdated compat scripts` diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index e8953aa..7503323 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -4,6 +4,11 @@ 9.6.0 ----- +dataextend +^^^^^^^^^^ + +* The script is deprecated and will be removed from script package with Pywikibot 10. + replace ^^^^^^^ diff --git a/scripts/dataextend.py b/scripts/dataextend.py index 2cdabc3..76df0c0 100755 --- a/scripts/dataextend.py +++ b/scripts/dataextend.py @@ -52,6 +52,8 @@ included. .. versionadded:: 7.2 +.. deprecated:: 9.6 + will be removed with Pywikibot 10. """ # # (C) Pywikibot team, 2020-2024 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1086534?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: Ida64477422d664ccdf87c904ef404b778198035c Gerrit-Change-Number: 1086534 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: D3r1ck01 <dalangi-...@wikimedia.org> Gerrit-Reviewer: JJMC89 <jjmc89.wikime...@gmail.com> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org