diff --git a/python-csvkit.changes b/python-csvkit.changes index 48a5b7a..8c58265 100644 --- a/python-csvkit.changes +++ b/python-csvkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 11:52:04 UTC 2018 - jengelh@inai.de + +- Remove bias from descriptions. + ------------------------------------------------------------------- Mon Jun 4 16:17:01 UTC 2018 - toddrme2178@gmail.com diff --git a/python-csvkit.spec b/python-csvkit.spec index 5207c1d..496b2f9 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -20,7 +20,7 @@ Name: python-csvkit Version: 1.0.3 Release: 0 -Summary: A library of utilities for working with CSV, the king of tabular file formats +Summary: A library of utilities for working with CSV License: MIT Group: Development/Languages/Python Url: https://github.com/wireservice/csvkit @@ -29,8 +29,8 @@ BuildRequires: %{python_module SQLAlchemy >= 0.9.3} BuildRequires: %{python_module Sphinx >= 1.0.7} BuildRequires: %{python_module aenum} BuildRequires: %{python_module agate >= 1.6.1} -BuildRequires: %{python_module agate-excel >= 0.2.2} BuildRequires: %{python_module agate-dbf >= 0.2.0} +BuildRequires: %{python_module agate-excel >= 0.2.2} BuildRequires: %{python_module agate-sql >= 0.5.3} BuildRequires: %{python_module dbf >= 0.9.3} BuildRequires: %{python_module devel} @@ -54,9 +54,9 @@ BuildArch: noarch %python_subpackages %description -CSVkit is a library of utilities for working with CSV, the king of tabular file -formats. It is inspired by pdftk, gdal and the original csvcut utility by Joe -Germuska and Aaron Bycoffe. +CSVkit is a library of utilities for working with CSV. It is inspired +by pdftk, gdal and the original csvcut utility by Joe Germuska and +Aaron Bycoffe. %prep %setup -q -n csvkit-%{version}