15
0
forked from pool/python-celery

- Update to 0.8.2;

- Building as noarch for openSUSE >= 11.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=3
This commit is contained in:
Alexandre Rogoski
2009-11-20 15:39:23 +00:00
committed by Git OBS Bridge
parent 96d39ce75d
commit 8a034b3bbe
4 changed files with 13 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# norootforbuild
Name: python-celery
Version: 0.8.1
Version: 0.8.2
Release: 1
Summary: Distributed Task Queue
License: BSD License
@@ -12,6 +12,9 @@ BuildRequires: python-devel, python-setuptools
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