15
0
forked from pool/python-celery

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
This commit is contained in:
Jan Matejek
2017-07-10 13:51:44 +00:00
committed by Git OBS Bridge
parent 7bf7813fee
commit b9ea89e8e7
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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}