15
0
forked from pool/python-celery

- Conflict with kombu >= 2.2.0 (see previous changes entry)

- Update to 2.5.5:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=57
This commit is contained in:
Sascha Peilicke
2012-06-28 09:05:25 +00:00
committed by Git OBS Bridge
parent e7ca4524a1
commit 6b80e03460
2 changed files with 13 additions and 8 deletions

View File

@@ -1,7 +1,12 @@
-------------------------------------------------------------------
Thu Jun 28 09:04:40 UTC 2012 - saschpe@suse.de
- Conflict with kombu >= 2.2.0 (see previous changes entry)
-------------------------------------------------------------------
Wed Jun 6 17:31:29 UTC 2012 - alexandre@exatati.com.br
- Update to 2.5.0:
- Update to 2.5.5:
This is a dummy release performed for the following goals:
- Protect against force upgrading to Kombu 2.2.0
- Version parity with django-celery

View File

@@ -16,9 +16,6 @@
#
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?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.5
Release: 0
@@ -36,7 +33,7 @@ BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-eventlet
BuildRequires: python-gevent
BuildRequires: python-kombu >= 2.2.0
BuildRequires: python-kombu >= 2.1.8
BuildRequires: python-mock
BuildRequires: python-nose-cover3
BuildRequires: python-pyOpenSSL
@@ -44,6 +41,9 @@ BuildRequires: python-pyOpenSSL
BuildRequires: python-importlib
BuildRequires: python-ordereddict
BuildRequires: python-unittest2
# See changes entry from "Jun 6 17:31:29 UTC 2012":
# TODO/FIXME: Drop this as as soon as possible, d:l:p already has a newer kombu,
Conflicts: python-kombu >= 2.2.0
Requires: python-importlib
Requires: python-ordereddict
%endif
@@ -57,12 +57,12 @@ Suggests: python-gevent
Suggests: python-pymongo
Suggests: python-python-daemon
Suggests: python-pytyrant
%if 0%{?suse_version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%py_requires
%if 0%{?suse_version} > 1110
%else
BuildArch: noarch
%endif
%endif
%description
Celery is an open source asynchronous task queue/job queue based on