15
0
forked from pool/python-celery

- Update to 2.5.0:

This is a dummy release performed for the following goals:
    - Protect against force upgrading to Kombu 2.2.0
    - Version parity with django-celery

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=56
This commit is contained in:
Alexandre Rogoski
2012-06-08 13:27:00 +00:00
committed by Git OBS Bridge
parent 81616ffb5f
commit e7ca4524a1
4 changed files with 14 additions and 6 deletions

View File

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

3
celery-2.5.5.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 6 17:31:29 UTC 2012 - alexandre@exatati.com.br
- Update to 2.5.0:
This is a dummy release performed for the following goals:
- Protect against force upgrading to Kombu 2.2.0
- Version parity with django-celery
-------------------------------------------------------------------
Mon Apr 16 22:47:39 UTC 2012 - alexandre@exatati.com.br

View File

@@ -20,7 +20,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-celery
Version: 2.5.3
Version: 2.5.5
Release: 0
Url: http://celeryproject.org
Summary: Distributed Task Queue
@@ -36,7 +36,7 @@ BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-eventlet
BuildRequires: python-gevent
BuildRequires: python-kombu >= 2.1.1
BuildRequires: python-kombu >= 2.2.0
BuildRequires: python-mock
BuildRequires: python-nose-cover3
BuildRequires: python-pyOpenSSL
@@ -49,7 +49,7 @@ Requires: python-ordereddict
%endif
Requires: python-anyjson
Requires: python-dateutil
Requires: python-kombu >= 2.1.1
Requires: python-kombu >= 2.2.0
Recommends: python-curses
Recommends: python-pyOpenSSL
Suggests: python-eventlet