summaryrefslogtreecommitdiff
path: root/net/py-celery
diff options
context:
space:
mode:
authorrodent <rodent>2014-11-09 20:47:58 +0000
committerrodent <rodent>2014-11-09 20:47:58 +0000
commita80ffb22f8bc7ae3022136a9d5b828adc58c7ef3 (patch)
tree5c004556ef06d550fe53e1037b312826f3bc3e79 /net/py-celery
parent30fba6d9a8d9a66b8521b8eee753c33425fde937 (diff)
downloadpkgsrc-a80ffb22f8bc7ae3022136a9d5b828adc58c7ef3.tar.gz
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 (limited to 'net/py-celery')
-rw-r--r--net/py-celery/Makefile6
-rw-r--r--net/py-celery/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-celery/Makefile b/net/py-celery/Makefile
index 5ba85944b07..f9ec28b6e86 100644
--- a/net/py-celery/Makefile
+++ b/net/py-celery/Makefile
@@ -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 @@ LICENSE= modified-bsd AND cc-by-nc-sa-v3.0-license
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 --git a/net/py-celery/distinfo b/net/py-celery/distinfo
index 49f5a89c0a7..909ff2ad95b 100644
--- a/net/py-celery/distinfo
+++ b/net/py-celery/distinfo
@@ -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