Hello community,
here is the log from the commit of package python-eradicate for
openSUSE:Factory checked in at 2019-02-26 22:20:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eradicate (Old)
and /work/SRC/openSUSE:Factory/.python-eradicate.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eradicate"
Tue Feb 26 22:20:39 2019 rev:2 rq:679048 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eradicate/python-eradicate.changes
2019-02-14 14:34:04.731632962 +0100
+++
/work/SRC/openSUSE:Factory/.python-eradicate.new.28833/python-eradicate.changes
2019-02-26 22:22:14.826069436 +0100
@@ -1,0 +2,5 @@
+Thu Feb 14 01:29:57 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-eradicate.spec ++++++
--- /var/tmp/diff_new_pack.iYBgwe/_old 2019-02-26 22:22:15.246069287 +0100
+++ /var/tmp/diff_new_pack.iYBgwe/_new 2019-02-26 22:22:15.250069286 +0100
@@ -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 @@
%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