From 8e02d333487720797ffb0eb73b824475e18d84a4 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Jan 17 2013 08:43:18 +0000 Subject: update to stable upstream version 3.0.13 --- diff --git a/.gitignore b/.gitignore index 1652e04..9d9a33e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /celery-3.0.5.tar.gz /celery-3.0.11.tar.gz /celery-3.0.12.tar.gz +/celery-3.0.13.tar.gz diff --git a/python-celery.spec b/python-celery.spec index 91e5f8c..a219590 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -5,7 +5,7 @@ %endif Name: python-celery -Version: 3.0.12 +Version: 3.0.13 Release: 1%{?dist} Summary: Distributed Task Queue @@ -19,24 +19,34 @@ BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-anyjson Requires: python-dateutil -Requires: python-kombu >= 2.2.5 -BuildRequires: python-kombu >= 2.2.5 +Requires: python-kombu >= 2.5.4 Requires: pyparsing %if ! (0%{?fedora} > 13 || 0%{?rhel} > 6) Requires: python-importlib %endif %if ! (0%{?fedora} > 13 || 0%{?rhel} > 5) -Requires: python-multiprocessing +Requires: python-billiard >= 2.7.3.19 Requires: python-uuid %endif +# for tests +#BuildRequires: python-kombu >= 2.5.4 +#BuildRequires: python-unittest2 +#BuildRequires: python-nose +#BuildRequires: python-nose-cover3 +#BuildRequires: python-mock %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools #BuildRequires: python3-billiard -BuildRequires: python3-dateutil -BuildRequires: python3-pytz -BuildRequires: python3-kombu +#BuildRequires: python3-dateutil +#BuildRequires: python3-pytz +#BuildRequires: python3-kombu + +# tests: +#BuildRequires: python3-nose +#BuildRequires: python3-nose-cover3 +#BuildRequires: python3-mock %endif # if with_python3 @@ -148,6 +158,9 @@ popd %changelog +* Thu Jan 17 2013 Matthias Runge - 3.0.13-1 +- update to upstream version 3.0.13 (rhbz#892923) + * Wed Nov 14 2012 Matthias Runge - 3.0.12-1 - update to upstream version 3.0.12 diff --git a/sources b/sources index 6967f45..e5e2b6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a428b84562f61955d752bdff5e612f80 celery-3.0.12.tar.gz +5ca2ed5f71203240c4e7894f4aa7a77d celery-3.0.13.tar.gz