From ab4ff316909420778ab05b1e5ce70def439a00ad Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Dec 13 2017 10:31:31 +0000 Subject: Reword log message to sound less insulting or implying wrongdoing --- diff --git a/fix_requires.py b/fix_requires.py index e93a2a9..6c9bf15 100755 --- a/fix_requires.py +++ b/fix_requires.py @@ -48,7 +48,7 @@ PAGURE_INSTANCE = 'https://src.fedoraproject.org' FINALIZING_DOC = 'https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3' GIT_BRANCH = 'pyambiguous' -COMMIT = 'Fix ambiguous Python 2 dependency declarations' +COMMIT = 'Update Python 2 dependency declarations to new packaging standards' COMMENT = f'{COMMIT}\n (See {FINALIZING_DOC})' PR_DESCRIPTION = (