From b9ea89e8e702d5718136eff734369065b123e2ef44f1e1f7ef88717d59aedb0e Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 10 Jul 2017 13:51:44 +0000 Subject: [PATCH] Accepting request 509176 from home:jengelh:branches:devel:languages:python basically everything in opensuse is open source OBS-URL: https://build.opensuse.org/request/show/509176 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=94 --- python-celery.changes | 5 +++++ python-celery.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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}