[python-django-celery] update to 3.1.9 (rhbz#1066896)

Matthias Runge mrunge at fedoraproject.org
Thu Feb 27 08:25:15 UTC 2014


commit a3657f4706e522b9dc23adb424a0ef8799d56f54
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Feb 27 09:25:44 2014 +0100

    update to 3.1.9 (rhbz#1066896)

 .gitignore                |    1 +
 python-django-celery.spec |   14 +++++++++-----
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b967289..dbe1bfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /django-celery-3.0.17.tar.gz
 /django-celery-3.0.23.tar.gz
 /django-celery-3.1.1.tar.gz
+/django-celery-3.1.9.tar.gz
diff --git a/python-django-celery.spec b/python-django-celery.spec
index 45f84e5..74e908b 100644
--- a/python-django-celery.spec
+++ b/python-django-celery.spec
@@ -2,7 +2,7 @@
 %global         obs_ver 3.0.4-1
 
 Name:           python-django-celery
-Version:        3.1.1
+Version:        3.1.9
 Release:        1%{?dist}
 Summary:        Django Celery Integration
 Group:          Development/Languages
@@ -13,13 +13,15 @@ Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%
 BuildArch:      noarch
 BuildRequires:  python-setuptools 
 BuildRequires:  python2-devel
-BuildRequires:  python-celery
+BuildRequires:  python-celery > 3.1.1
 BuildRequires:  python-billiard
 BuildRequires:  python-django
 BuildRequires:  python-django-nose
 BuildRequires:  python-nose-cover3
 BuildRequires:  python-kombu
 BuildRequires:  python-mock
+BuildRequires:  python-memcached
+BuildRequires:  python-unittest2
 BuildRequires:  pytz
 
 Requires:       python-django 
@@ -52,9 +54,8 @@ rm -rf docs/.static*
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-# had to disable the tests for now
-#%check
-#%{__python} setup.py test
+%check
+%{__python} setup.py test
 
 %files 
 %doc LICENSE FAQ README AUTHORS THANKS TODO Changelog docs/
@@ -62,6 +63,9 @@ rm -rf docs/.static*
 %{python_sitelib}/django_celery*.egg-info
 
 %changelog
+* Thu Feb 27 2014 Matthias Runge <mrunge at redhat.com> - 3.1.9-1
+- update to 3.1.9 (rhbz#1966896)
+
 * Wed Jan 08 2014 Matthias Runge <mrunge at redhat.com> - 3.1.1-1
 - update to 3.1.1 (rhbz#1031274), disable tests
 
diff --git a/sources b/sources
index 8a570ca..7be9e6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43c5eb089ee1728528b0747a80224133  django-celery-3.1.1.tar.gz
+8952af0df97cedf33669126c44a5f940  django-celery-3.1.9.tar.gz


More information about the scm-commits mailing list