Hello community,
here is the log from the commit of package python-django-celery for
openSUSE:Factory checked in at 2013-09-29 17:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-celery (Old)
and /work/SRC/openSUSE:Factory/.python-django-celery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-celery"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-celery/python-django-celery.changes
2012-10-18 22:02:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes
2013-09-29 17:51:52.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Sep 27 14:09:11 UTC 2013 - [email protected]
+
+- Update to version 3.0.23
+ + Now depends on celery 3.0.23
+ + ``djcelery.contrib.test_runner`` used naive datetimes
+ resulting in ``RuntimeWarning`` (Issue #242).
+ + Cache backend now compatible with Django 1.5.
+ + DatabaseScheduler: Periodic task admin form now validates args and kwargs.
+ + DatabaseScheduler: IntervalSchedule and CrontabSchedule will now be ordered
+ in a more natural way.
+ + Django Admin monitor: Worker and Task now supports ``extra_context`.
+ + Django Admin monitor: Now properly formats task tracebacks.
+- Use source url as source
+- Replace python-distribute with python-setuptools BuildRequires
+
+-------------------------------------------------------------------
Old:
----
django-celery-3.0.11.tar.bz2
New:
----
django-celery-3.0.23.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-celery.spec ++++++
--- /var/tmp/diff_new_pack.hheT0x/_old 2013-09-29 17:51:53.000000000 +0200
+++ /var/tmp/diff_new_pack.hheT0x/_new 2013-09-29 17:51:53.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-celery
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
-%{!?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-django-celery
-Version: 3.0.11
+Version: 3.0.23
Release: 0
Url: http://celeryproject.org
Summary: Django Celery Integration
License: BSD-3-Clause
Group: Development/Languages/Python
-Source: django-celery-%{version}.tar.bz2
+Source:
https://pypi.python.org/packages/source/d/django-celery/django-celery-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-setuptools
#BuildRequires: python-Sphinx
#BuildRequires: python-sphinxcontrib-issuetracker
BuildRequires: python-django
@@ -37,12 +33,11 @@
Requires: python-celerymon
Requires: python-django-picklefield
Requires: python-tz
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%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()")}
+%else
BuildArch: noarch
%endif
-%endif
%description
Django-celery provides Celery integration for Django. Using the Django
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]