pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-celery 3.1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/197e47c0757a
branches:  trunk
changeset: 641515:197e47c0757a
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Nov 09 20:47:58 2014 +0000

description:
3.1.16
======

- **Worker**: 3.1.15 broke ``-Ofair`` behavior.

    This regression could result in all tasks executing
    in a single child process if ``-Ofair`` was enabled.

- **Canvas**: ``celery.signature`` now properly forwards app argument
  in all cases.
- **Task**: ``.retry()`` did not raise the exception correctly
  when called without a current exception.
- **Worker**: The ``enable_events`` remote control command
  disabled worker-related events by mistake.
- **Django**: Adds support for Django 1.7 class names in INSTALLED_APPS
  when using ``app.autodiscover_tasks()``.
- **Sphinx**: ``celery.contrib.sphinx`` now uses ``getfullargspec``
  on Python 3.

3.1.15
======

- **Django**: Now makes sure ``django.setup()`` is called
  before importing any task modules (Django 1.7 compatibility)
- **Results**: ``result.get()`` was misbehaving by calling
 ``backend.get_task_meta`` in a finally call leading to
 AMQP result backend queues not being properly cleaned up.

3.1.14
======

- **Requirements**
- **Init scripts**: The generic worker init scripts ``status`` command
  now gets an accurate pidfile list.
- **Init scripts**: The generic beat script now implements the ``status``
  command.
- **Commands**: Multi now writes informational output to stdout instead of
  stderr.
- **Worker**: Now ignores not implemented error for ``pool.restart``
- **Task**: Retry no longer raises retry exception when executed in eager mode
- **AMQP Result backend**: Now ensured ``on_interval`` is called at least
  every second for blocking calls to properly propagate parent errors.
- **Django**: Compatibility with Django 1.7 on Windows.
- **Programs**: `--umask` argument can be now specified in both octal (if
  starting

diffstat:

 net/py-celery/Makefile |  6 +++---
 net/py-celery/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 0e1f00b1aecc -r 197e47c0757a net/py-celery/Makefile
--- a/net/py-celery/Makefile    Sun Nov 09 20:40:46 2014 +0000
+++ b/net/py-celery/Makefile    Sun Nov 09 20:47:58 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2014/08/07 02:36:59 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/09 20:47:58 rodent Exp $
 #
 
-DISTNAME=      celery-3.1.13
+DISTNAME=      celery-3.1.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  https://pypi.python.org/packages/source/c/celery/
@@ -13,7 +13,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-anyjson-[0-9]*:../../textproc/py-anyjson
 DEPENDS+=      ${PYPKGPREFIX}-billiard>=3.3.0.18:../../parallel/py-billiard
-DEPENDS+=      ${PYPKGPREFIX}-kombu>=3.0.21:../../net/py-kombu
+DEPENDS+=      ${PYPKGPREFIX}-kombu>=3.0.22:../../net/py-kombu
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
 USE_LANGUAGES= c
diff -r 0e1f00b1aecc -r 197e47c0757a net/py-celery/distinfo
--- a/net/py-celery/distinfo    Sun Nov 09 20:40:46 2014 +0000
+++ b/net/py-celery/distinfo    Sun Nov 09 20:47:58 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/08/07 02:36:59 rodent Exp $
+$NetBSD: distinfo,v 1.3 2014/11/09 20:47:58 rodent Exp $
 
-SHA1 (celery-3.1.13.tar.gz) = d1ea223fc136298bbf1de4854ddd08be846d2afa
-RMD160 (celery-3.1.13.tar.gz) = 50bdaeed87279cfcef5d5c245e50bf3651b8f1a2
-Size (celery-3.1.13.tar.gz) = 1292738 bytes
+SHA1 (celery-3.1.16.tar.gz) = 166ab2114aa4bb1a7c6db503b119037662e19d6c
+RMD160 (celery-3.1.16.tar.gz) = 7519a1f9e8e34154fe249fa580725faa43f3b0d5
+Size (celery-3.1.16.tar.gz) = 1296002 bytes



Home | Main Index | Thread Index | Old Index