15
0

Accepting request 679048 from devel:languages:python

- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/679048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-eradicate?expand=0&rev=2
This commit is contained in:
2019-02-26 21:20:39 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 14 01:29:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Mon Feb 11 23:10:51 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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