diff --git a/python-pandas.changes b/python-pandas.changes index 2e14683..f0b772b 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 8 16:26:30 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. Remove future visions. + Use noun phrase in summary. + ------------------------------------------------------------------- Sat Aug 4 19:07:22 UTC 2018 - toddrme2178@gmail.com diff --git a/python-pandas.spec b/python-pandas.spec index 1a3bf0d..b1ad2b9 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -21,7 +21,7 @@ Name: python-pandas Version: 0.23.4 Release: 0 -Summary: Make working with "relational" or "labeled" data both easy and intuitive +Summary: Python module for working with "relational" or "labeled" data License: BSD-3-Clause Group: Development/Libraries/Python URL: http://pandas.pydata.org/ @@ -80,14 +80,11 @@ Obsoletes: %{oldpython}-pandas-doc %python_subpackages %description -pandas is a Python package providing fast, flexible, and expressive data -structures designed to make working with "relational" or "labeled" data both -easy and intuitive. It aims to be the fundamental high-level building block for -doing practical, real world data analysis in Python. Additionally, it has -the broader goal of becoming the most powerful and flexible open source data -analysis / manipulation tool available in any language. +pandas is a Python package providing flexible and expressive data +structures for working with "relational" or "labeled" data. -http://pandas.pydata.org/pandas-docs/stable/ +Documentation is located at +http://pandas.pydata.org/pandas-docs/stable/ . %prep %setup -q -n pandas-%{version}