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

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