Hello community,

here is the log from the commit of package python-django-celery for 
openSUSE:Factory checked in at 2012-03-26 11:04:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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:
--------
New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes
   2012-03-26 11:04:54.000000000 +0200
@@ -0,0 +1,208 @@
+-------------------------------------------------------------------
+Tue Mar 13 13:30:22 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  SPDX format
+
+-------------------------------------------------------------------
+Thu Mar  1 17:48:35 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.5.1:
+  * Now depends on Celery 2.5.1
+  * Fixed problem with recursive imports when USE_I18N was enabled
+    (Issue #109).
+  * The CELERY_DB_REUSE_MAX setting was not honored.
+  * The djcelerymon command no longer runs with DEBUG.
+    To enable debug you can set the DJCELERYMON_DEBUG
+    environment variable.
+  * Fixed eventlet/gevent compatability with Django 1.4's new thread
+    sharing detection.
+  * Now depends on django-picklefield 0.2.0 or greater.
+    Previous versions would not work correctly with Django 1.4.
+
+-------------------------------------------------------------------
+Fri Feb 24 22:18:42 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.5.0:
+  * Now depends on Celery 2.5.
+  * Database schema has been updated.
+  * Auto-discovered task modules now works with the new auto-reloader
+    functionality.
+  * The database periodic task scheduler now tried to recover from
+    operational database errors.
+  * The periodic task schedule entry now accepts both int and
+    timedelta (Issue #100).
+  * 'Connection already closed' errors occurring while closing
+    the database connection are now ignored (Issue #93).
+  * The ``djcelerymon`` command used to start a Django admin monitor
+    instance outside of Django projects now starts without a celery
+    config module.
+  * Should now work with Django 1.4's new timezone support.
+    Contributed by Jannis Leidel and Donald Stufft.
+  * South migrations did not work properly.
+    Fix contributed by Christopher Grebs.
+  * celeryd-multi now preserves django-related arguments,
+    like ``--settings`` (Issue #94).
+  * Migrations now work with Django < 1.3 (Issue #92).
+    Fix contributed by Jude Nagurney.
+* The expiry of the database result backend can now be an int (Issue #84).
+
+-------------------------------------------------------------------
+Mon Nov 14 12:37:25 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.4.2:
+  - Fixed syntax error in South migrations code (Issue #88).
+
+-------------------------------------------------------------------
+Mon Nov  7 23:29:19 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.4.1:
+  * Management commands was missing command line arguments because of recent
+    changes to Celery.
+  * Management commands now supports the --broker|-b option.
+  * South migrations now ignores errors when tables already exist.
+
+-------------------------------------------------------------------
+Fri Nov  4 17:32:58 UTC 2011 - alexan...@exatati.com.br
+
+- Update t0 2.4.0:
+  This release adds South migrations, which well assist users in
+  automatically updating their database schemas with each
+  django-celery release.
+  - Now depends on Celery 2.4.0 or higher.
+  - South migrations have been added.
+  - Test runner now compatible with Django 1.4.
+- Please read Upgrade Instructions:
+  
http://packages.python.org/django-celery/changelog.html#upgrading-for-south-users
+
+-------------------------------------------------------------------
+Mon Aug 22 11:51:27 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.3:
+  - Precedence issue caused database backend tables to not be
+    created (Issue #62).
+
+-------------------------------------------------------------------
+Sat Aug 20 18:18:55 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.2:
+  - Fixes circular import of DatabaseBackend.
+
+-------------------------------------------------------------------
+Thu Aug 11 21:17:47 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.1:
+  - Django database result backend tables were not created.
+
+-------------------------------------------------------------------
+Fri Aug  5 18:26:41 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.0:
+  - Now depends on Celery 2.3.0.
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------
+Fri Jul  1 00:17:42 UTC 2011 - appleon...@opensuse.org
+
+- Changed require from exact version to python-celery >= %{version}.
+
+-------------------------------------------------------------------
+Sun Feb 20 18:47:46 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.2.4:
+  * celerybeat: DatabaseScheduler would not react to changes when using MySQL 
and
+    the default transaction isolation level REPEATABLE-READ (Issue #41).
+    It is still recommended that you use isolation level READ-COMMITTED
+    (see the Celery FAQ).
+
+-------------------------------------------------------------------
+Sat Feb 12 17:08:52 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.2.3:
+  * celerybeat: DatabaseScheduler did not respect the disabled
+    setting after restart.
+  * celeryevcam: Expiring objects now works on PostgreSQL.
+  * Now requires Celery 2.2.3
+
+-------------------------------------------------------------------
+Thu Feb  3 22:35:40 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.2.2:
+  * Now requires Celery 2.2.2
+  * Periodic Task Admin broke if the CELERYBEAT_SCHEDULE setting
+    was not set.
+  * DatabaseScheduler No longer creates duplicate interval models.
+  * The djcelery admin templates were not included in the
+    distribution.
+
+-------------------------------------------------------------------
+Wed Feb  2 17:35:14 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.2.1:
+  * Should now work with Django versions previous to 1.2.
+
+-------------------------------------------------------------------
+Tue Feb  1 11:20:17 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.2.0:
+  * Now depends on Celery v2.2.0
+  * djceleryadm: Adds task actions Kill and Terminate task
+  * celerycam: Django's queryset.delete() fetches everything in
+    memory THEN deletes, so we need to use raw SQL to expire objects.
+  * djcelerymon: Added Command.stdout + Command.stderr  (Issue #23).
+  * Need to close any open database connection after any embedded
+    celerybeat process forks.
+  * Added contrib/requirements/py25.txt
+  * Demoproject now does ``djcelery.setup_loader`` in settings.py.
+
+-------------------------------------------------------------------
+Sat Dec  4 09:23:38 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.1.4:
+  * `djcelerymon`: Optimized the SQL queries used when displaying the task 
list.
+  * `Admin`: Add a warning to the Edit Periodic Task page if the database
+    scheduler is not used (Note: To remove this warning you can't just use
+    the `-S` argument to `celerybeat`, but have to set the
+    `CELERYBEAT_SCHEDULER` setting).
+  * demoproject: Use database backend by default, and call
+    `djcelery.setup_loader` in settings.
+  * `DatabaseScheduler`: Properly handle periodic tasks being removed from
+     the database.
+  * `DatabaseScheduler`: Added `ModelEntry._default_now` to provide the default
+     value for when `last_run_at` is not set.
+
+-------------------------------------------------------------------
+Fri Oct 29 15:49:11 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.1.2.
+
+-------------------------------------------------------------------
+Thu Oct 14 14:33:54 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.1.1.
+
+-------------------------------------------------------------------
+Sat Oct  9 21:03:32 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.1.0.
+
+-------------------------------------------------------------------
+Thu Sep 16 15:17:49 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.0.3.
+
+-------------------------------------------------------------------
+Fri Jul 30 17:44:05 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.0.2.
++++ 11 more lines (skipped)
++++ between /dev/null
++++ and 
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes

New:
----
  django-celery-2.5.1.tar.bz2
  python-django-celery.changes
  python-django-celery.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-celery.spec ++++++
#
# spec file for package python-django-celery
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# 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
Release:        0
Url:            http://celeryproject.org
Summary:        Django Celery Integration
License:        BSD-3-Clause
Group:          Development/Languages/Python
Source:         django-celery-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-celery >= 2.5.1
Requires:       python-django-picklefield
%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
ORM and cache backend for storing results, autodiscovery of task
modules for applications listed in ``INSTALLED_APPS``, and more.

%prep
%setup -q -n django-celery-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%{_bindir}/djcelerymon

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to