packages: python-django-celery/python-django-celery.spec - up to 2.4.2; cle...
zbyniu
zbyniu at pld-linux.org
Fri Dec 2 22:50:08 CET 2011
Author: zbyniu Date: Fri Dec 2 21:50:08 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 2.4.2; cleanup
---- Files affected:
packages/python-django-celery:
python-django-celery.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/python-django-celery/python-django-celery.spec
diff -u packages/python-django-celery/python-django-celery.spec:1.5 packages/python-django-celery/python-django-celery.spec:1.6
--- packages/python-django-celery/python-django-celery.spec:1.5 Mon Jun 27 12:22:05 2011
+++ packages/python-django-celery/python-django-celery.spec Fri Dec 2 22:50:03 2011
@@ -6,38 +6,31 @@
%define module django-celery
Summary: django-celery provides Celery intergration for Django
Name: python-%module
-Version: 2.2.4
+Version: 2.4.2
Release: 0.9
License: BSD
Group: Development/Languages
URL: http://code.google.com/p/%{module}/
Source0: http://pypi.python.org/packages/source/d/%{module}/%{module}-%{version}.tar.gz
-# Source0-md5: 08ea1ce14af8a09c8eeae7fcfcaefaae
-#BuildRequires: python-coverage
-#BuildRequires: python-devel
-BuildRequires: python-django
-#BuildRequires: python-nose
-#BuildRequires: python-pyflakes
-#BuildRequires: python-setuptools
-#BuildRequires: python-sqlite
+# Source0-md5: ac2e18cf0738b966d5bece53218e6423
+BuildRequires: python-modules
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
BuildRequires: sed >= 4.0
Requires: python-django
-Requires: python-celery >= 2.2.6
+Requires: python-celery >= 2.4.2
Requires: python-django-picklefield
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Provides Celery integration for Django; Using Django ORM and cache backend for
-storing results, autodiscovery of task modules for applications listed in
-INSTALLED_APPS, and more.
-
+Provides Celery integration for Django; Using Django ORM and cache
+backend for storing results, autodiscovery of task modules for
+applications listed in INSTALLED_APPS, and more.
%prep
%setup -q -n %{module}-%{version}
-%{__sed} -i -e 's/^from ez_setup/#from ez_setup/' setup.py
-%{__sed} -i -e 's/^use_setuptools()/#use_setuptools()/' setup.py
%build
%{__python} setup.py build
@@ -72,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2011/12/02 21:50:03 zbyniu
+- up to 2.4.2; cleanup
+
Revision 1.5 2011/06/27 10:22:05 cieciwa
- add R: python-celery >= 2.2.6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-django-celery/python-django-celery.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list