diff --git a/python-redbaron.changes b/python-redbaron.changes index f9383c6..88739e3 100644 --- a/python-redbaron.changes +++ b/python-redbaron.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 30 13:43:45 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu Nov 15 00:06:35 UTC 2018 - Todd R diff --git a/python-redbaron.spec b/python-redbaron.spec index c93db66..7c1dbe4 100644 --- a/python-redbaron.spec +++ b/python-redbaron.spec @@ -20,7 +20,7 @@ Name: python-redbaron Version: 0.8 Release: 0 -Summary: Write code that modifies source code +Summary: Python module for writing code that modifies source code License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/PyCQA/redbaron @@ -37,9 +37,9 @@ BuildRequires: %{python_module baron >= 0.7} %python_subpackages %description -RedBaron is a python library and tool to write code that modifies -source code. That includes writing custom refactoring, generic -refactoring, tools, IDE or directly modifying you source code into +RedBaron is a Python library and tool to write code that modifies +source code. This includes writing custom refactoring, generic +refactoring, tools, IDE or directly modifying source code in IPython. %prep