Hello community,
here is the log from the commit of package python-django-celery for
openSUSE:Factory checked in at 2015-05-07 09:22:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-09-29 17:51:52.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes
2015-05-07 09:22:16.000000000 +0200
@@ -1,0 +2,57 @@
+Sun May 3 16:45:24 UTC 2015 - [email protected]
+
+- update to version 3.1.16:
+ * Fixed a problem with management commands hanging when djcelery
+ is added to INSTALLED_APPS
+- additional changes from version 3.1.15:
+ * Now depends on Celery 3.1.15
+ * Better Python 3 compatibility
+ * Commands now disables model validation when using Django > 1.7
+ (Issue #336)
+ * No longer shadows the new --no-color option in Django 1.7
+ Commands now have .stderr and .stdout attributes for Django 1.7
+ compatibility
+ * WorkerState.is_alive() is now accurate with USE_TZ enabled
+- additional changes from version 3.1.10:
+ * Test suite Django version compatibility fixes
+ * Admin: Model forms now defines fields and exclude attributes
+ (Issue #311)
+ * Models: get_query_set renamed to get_queryset (but alias
+ available) (Issue #308)
+ Admin: Fixed bug in humanize.py
+ * Support for Django 1.8's DiscoverRunner
+ * Snapshot: Fixed time stamp timezone issue
+- additional changes from version 3.1.9:
+ * Now depends on Celery 3.1.9
+ * TestSuiteRunner should now be working again
+ * Database result backend now works with Python 3
+ * The celery worker management command now gives a proper error
+ message when positional arguments are provided
+ * No longer uses manual transaction management to be compatible
+ with Django 1.6
+ * The celery management command now performs validation checks
+ (Issue #253)
+ * Url handlers: Fixed compatibility with Django 1.2
+- additional changes from version 3.1.1:
+ * Fixed Python 3 compatibility problems
+ * Fixed compatibility with Django pre 1.6 (Issue #285)
+ * celerycam: Fixed error when expire function returned None
+ (Issue #210)
+ * DatabaseScheduler: Now automatically disables periodic task if
+ the schedule model it was connected is deleted (Issue #208)
+ * Test runner now sets always eager settings on the app
+ configuration. (Issue #201)
+ * TaskRunnerStoringResults stored results in the wrong table
+ * Celerycam: Fixed problem when USE_TZ not enabled
+ * Celerycam: Fixed timezone problem with expires and eta (Issue
+ #275 + Issue #153)
+ * Autodiscovery now warns instead of propagating import errors
+ (Issue #226)
+- additional changes from version 3.1.0:
+ * Tests passing on Django 1.6
+ * Now works with Celery 3.1
+- increase required version of celery to 3.1.15
+- remove examples and djcelerymon from package:
+ not provided by upstream anymore
+
+-------------------------------------------------------------------
Old:
----
django-celery-3.0.23.tar.gz
New:
----
django-celery-3.1.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-celery.spec ++++++
--- /var/tmp/diff_new_pack.V2Xjli/_old 2015-05-07 09:22:17.000000000 +0200
+++ /var/tmp/diff_new_pack.V2Xjli/_new 2015-05-07 09:22:17.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-celery
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-django-celery
-Version: 3.0.23
+Version: 3.1.16
Release: 0
Url: http://celeryproject.org
Summary: Django Celery Integration
@@ -25,11 +26,11 @@
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-django
BuildRequires: python-setuptools
#BuildRequires: python-Sphinx
#BuildRequires: python-sphinxcontrib-issuetracker
-BuildRequires: python-django
-Requires: python-celery >= 3.0.11
+Requires: python-celery >= 3.1.15
Requires: python-celerymon
Requires: python-django-picklefield
Requires: python-tz
@@ -61,8 +62,7 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README examples
-%{_bindir}/djcelerymon
+%doc AUTHORS LICENSE README
%{python_sitelib}/*
%changelog
++++++ django-celery-3.0.23.tar.gz -> django-celery-3.1.16.tar.gz ++++++
++++ 4536 lines of diff (skipped)