diff --git a/python-celery.changes b/python-celery.changes index a671f72..dd97173 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 10 12:08:37 UTC 2017 - jengelh@inai.de + +- Drop redundant wording from description. + ------------------------------------------------------------------- Tue Jun 27 19:08:20 UTC 2017 - benoit.monin@gmx.fr diff --git a/python-celery.spec b/python-celery.spec index 44db80f..0b758e7 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -20,7 +20,7 @@ Name: python-celery Version: 4.0.2 Release: 0 Url: http://celeryproject.org -Summary: Distributed Task Queue +Summary: Distributed Task Queue module for Python License: BSD-3-Clause Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz @@ -53,9 +53,9 @@ Suggests: python-pytyrant BuildArch: noarch %description -Celery is an open source asynchronous task queue/job queue based on -distributed message passing. It is focused on real-time operation, -but supports scheduling as well. +Celery is an asynchronous task queue/job queue based on distributed +message passing. It is focused on real-time operation, but supports +scheduling as well. %prep %setup -q -n celery-%{version}