From 973423d849e7b178d303160f219f47d25dab4fedb87cdaa627865de5b3a76f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Aug 2018 17:03:19 +0000 Subject: [PATCH] Accepting request 628197 from home:jengelh:branches:devel:languages:python:numeric - Ensure neutrality of description. Remove future visions. Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/628197 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=7 --- python-pandas.changes | 6 ++++++ python-pandas.spec | 13 +++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) 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}