From e7ca4524a169571a996e95018e6060c37f85b86fcd4d5570a4372974b13643c5 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 8 Jun 2012 13:27:00 +0000 Subject: [PATCH 1/3] - 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 --- celery-2.5.3.tar.bz2 | 3 --- celery-2.5.5.tar.bz2 | 3 +++ python-celery.changes | 8 ++++++++ python-celery.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 celery-2.5.3.tar.bz2 create mode 100644 celery-2.5.5.tar.bz2 diff --git a/celery-2.5.3.tar.bz2 b/celery-2.5.3.tar.bz2 deleted file mode 100644 index 959e2cb..0000000 --- a/celery-2.5.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27793c23a639fde55f61681fbbcb13301d1742f5b33b5c167c9c96ed05a0cc98 -size 861020 diff --git a/celery-2.5.5.tar.bz2 b/celery-2.5.5.tar.bz2 new file mode 100644 index 0000000..7aa1636 --- /dev/null +++ b/celery-2.5.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df611d5ca240a8a3df08a2ba9df42a743d44c5c6d671b919b1d04feda78238d1 +size 862021 diff --git a/python-celery.changes b/python-celery.changes index f89f651..4fc632a 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -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 diff --git a/python-celery.spec b/python-celery.spec index cae916f..69b7fb8 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -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 From 6b80e0346059a9aec88a35fcd88c326b8517e3b0bc4fb1519066b5ff152136a1 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 28 Jun 2012 09:05:25 +0000 Subject: [PATCH 2/3] - 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 --- python-celery.changes | 7 ++++++- python-celery.spec | 14 +++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/python-celery.changes b/python-celery.changes index 4fc632a..f88629d 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -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 diff --git a/python-celery.spec b/python-celery.spec index 69b7fb8..97ea682 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -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 From d206c26f11e624b99dca0c971f08995dfbd553015d3fed5a78b95260d5f0420e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 28 Jun 2012 15:30:10 +0000 Subject: [PATCH 3/3] Fix last commit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=58 --- python-celery.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-celery.spec b/python-celery.spec index 97ea682..f03e421 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -49,7 +49,6 @@ Requires: python-ordereddict %endif Requires: python-anyjson Requires: python-dateutil -Requires: python-kombu >= 2.2.0 Recommends: python-curses Recommends: python-pyOpenSSL Suggests: python-eventlet