jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/565757 )
Change subject: mysql: update requirements ...................................................................... mysql: update requirements The PyMySql module has been the default since 72f072f0c and is the prefered python module. Do not give a hint to deprecated MySQLdb any longer. detached from Iaa295b272 Bug: T89976 Change-Id: I4a84aba97c782d543a511017c6b31ffc40ddac03 --- M requirements.txt 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/requirements.txt b/requirements.txt index f8d1aa5..c205c71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,8 +56,7 @@ # textlib.py and patrol.py mwparserfromhell>=0.3.3 -# The mysql generator in pagegenerators depends on either PyMySQL or MySQLdb -# pywikibot prefers PyMySQL over MySQLdb (Python 2 only) +# The mysql generator in pagegenerators depends on PyMySQL PyMySQL # core HTML comparison parser in diff module -- To view, visit https://gerrit.wikimedia.org/r/565757 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4a84aba97c782d543a511017c6b31ffc40ddac03 Gerrit-Change-Number: 565757 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
