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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed3e9ade5599cf4744c854bceeadc0c081363765aa20b130414d0478aed93374
size 739072

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 20 15:37:27 UTC 2009 - alexandre@exatati.com.br
- Update to 0.8.2;
- Building as noarch for openSUSE >= 11.2.
-------------------------------------------------------------------
Tue Nov 17 17:21:26 UTC 2009 - alexandre@exatati.com.br

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