Hello community,
here is the log from the commit of package python-django-celery for
openSUSE:Factory checked in at 2012-04-20 15:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-celery (Old)
and /work/SRC/openSUSE:Factory/.python-django-celery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-celery", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-celery/python-django-celery.changes
2012-04-02 10:30:40.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes
2012-04-20 15:19:33.000000000 +0200
@@ -1,0 +2,37 @@
+Mon Apr 16 22:49:23 UTC 2012 - [email protected]
+
+- Update to 2.5.4:
+ * Compatibility with celery 2.5.3
+ * Database scheduler now imports exchange, routing_key and queue
+ options from CELERYBEAT_SCHEDULE.
+
+-------------------------------------------------------------------
+Fri Apr 13 22:19:56 UTC 2012 - [email protected]
+
+- Update to 2.5.3:
+ * 2.5.2 release broke installation because of an import in the package.
+ Fixed by not having setup.py import the djcelery module anymore,
+ but rather parsing the package file for metadata.
+
+-------------------------------------------------------------------
+Fri Apr 13 17:11:43 UTC 2012 - [email protected]
+
+- Update to 2.5.2:
+ * PeriodicTask admin now lists the enabled field in the list view
+ Contributed by Gabe Jackson.
+ * Fixed a compatibility issue with Django < 1.3
+ Fix contributed by Roman Barczyski
+ * Admin monitor now properly escapes args and kwargs.
+ Fix contributed by Serj Zavadsky
+ * PeriodicTask admin now gives error if no schedule set (or both set)
+ (Issue #126).
+ * examples/demoproject has been updated to use the Django 1.4 template.
+ * Database connection is no longer closed for eager tasks (Issue #116).
+ Fix contributed by Mark Lavin.
+ * The first-steps document for django-celery has been moved to the main
+ Celery documentation.
+ * djcelerymon command no longer worked properly, this has now been fixed
+ (Issue #123).
+- Now it requires python-celery to build.
+
+-------------------------------------------------------------------
Old:
----
django-celery-2.5.1.tar.bz2
New:
----
django-celery-2.5.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-celery.spec ++++++
--- /var/tmp/diff_new_pack.zUfpd5/_old 2012-04-20 15:19:34.000000000 +0200
+++ /var/tmp/diff_new_pack.zUfpd5/_new 2012-04-20 15:19:34.000000000 +0200
@@ -15,8 +15,12 @@
# 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: 2.5.1
+Version: 2.5.4
Release: 0
Url: http://celeryproject.org
Summary: Django Celery Integration
@@ -32,11 +36,12 @@
Requires: python-celery >= 2.5.1
Requires: python-celerymon
Requires: python-django-picklefield
-%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
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
+%endif
%description
Django-celery provides Celery integration for Django. Using the Django
++++++ django-celery-2.5.1.tar.bz2 -> django-celery-2.5.4.tar.bz2 ++++++
++++ 2195 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]