15
0
forked from pool/python-celery

- Update to 1.0.2;

- Spec file cleaned with spec-cleaner.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=8
This commit is contained in:
Alexandre Rogoski
2010-03-31 13:17:07 +00:00
committed by Git OBS Bridge
parent 6d889df8fc
commit c8f79e4144
4 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0993d9f0e7a3544dcdd92f4fdc83374fa11e8d7d1c06c96ac932264b368e32e7
size 1482530

3
celery-1.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8699481b3dbe75e1fbe89ff3e0eacb74de135dfe830dd2747b99fa0ebd4e0b8
size 1485539

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 31 13:13:02 UTC 2010 - alexandre@exatati.com.br
- Update to 1.0.2;
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Mon Mar 22 02:48:51 UTC 2010 - alexandre@exatati.com.br

View File

@@ -1,22 +1,42 @@
# norootforbuild
#
# spec file for package
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-celery
Version: 1.0.1
Version: 1.0.2
Release: 1
Summary: Distributed Task Queue
License: BSD License
Summary: Distributed Task Queue
Url: http://github.com/ask/celery
Group: Development/Libraries/Python
Source: celery-%{version}.tar.gz
URL: http://github.com/ask/celery
BuildRequires: python-devel, python-setuptools
BuildRequires: python-devel,
BuildRequires: python-setuptools
Requires: python-anyjson,
Requires: python-carrot,
Requires: python-daemon,
Requires: python-django-unittest-depth,
Requires: python-tyrant
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django-unittest-depth, python-anyjson, python-carrot, python-daemon, python-tyrant
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Celery is a distributed task queue.
It was first created for Django, but is now usable from Python. It can also operate with
@@ -34,7 +54,6 @@ Author:
--------
Ask Solem <askh@opera.com>
%prep
%setup -q -n celery-%{version}