From fa95c06e0fda0abf493140332680b84ea6c57014cef6ff2e47f3bb730c9764e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Feb 2019 08:31:58 +0000 Subject: [PATCH] Accepting request 674775 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/674775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eradicate?expand=0&rev=2 --- python-eradicate.changes | 5 +++++ python-eradicate.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-eradicate.changes b/python-eradicate.changes index 0bbbc0d..95c0cfe 100644 --- a/python-eradicate.changes +++ b/python-eradicate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 01:29:57 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Mon Feb 11 23:10:51 UTC 2019 - John Vandenberg diff --git a/python-eradicate.spec b/python-eradicate.spec index aad2ab8..3ad4abc 100644 --- a/python-eradicate.spec +++ b/python-eradicate.spec @@ -20,7 +20,7 @@ Name: python-eradicate Version: 1.0 Release: 0 -Summary: Removes commented-out code +Summary: Python utility for removing commented-out code License: MIT Group: Development/Languages/Python URL: https://github.com/myint/eradicate @@ -36,10 +36,10 @@ BuildArch: noarch %description With modern revision control available, there is no reason to save -commented-out code to your repository. ``eradicate`` helps cleans up +commented-out code to your repository. "eradicate" helps cleans up existing junk comments. It does this by detecting block comments that contain valid Python syntax that are likely to be commented out code. -(It avoids false positives like the sentence ``this is not good``, +(It avoids false positives like the sentence "this is not good", which is valid Python syntax, but is probably not code.) %prep