pkgsrc/net/py-kombu/Makefile

23 lines
544 B
Makefile
Raw Normal View History

2017-09-16 21:26:41 +02:00
# $NetBSD: Makefile,v 1.17 2017/09/16 19:27:05 wiz Exp $
4.1.0 - SQS: Added support for long-polling on all supported queries. Fixed bug causing error on parsing responses with no retrieved messages from SQS. - Async hub: Fixed potential infinite loop while performing todo tasks - Qpid: Fixed bug where messages could have duplicate ``delivery_tag`` - MongoDB: Fixed problem with using ``readPreference`` option at pymongo 3.x. - Re-added support for :pypi:``SQLAlchemy`` - SQS: Fixed bug where hostname would default to ``localhost`` if not specified in settings. - Redis: Added support for reading password from transport URL - RabbitMQ: Ensured safer encoding of queue arguments. - Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if :func:``uuid.uuid3`` fails. - Fixed race condition and innacurrate timeouts for :class:``kombu.simple.SimpleBase`` - Zookeeper: Fixed last chroot character trimming - RabbitMQ: Fixed bug causing an exception when attempting to close an already-closed connection - Removed deprecated use of StopIteration in generators and invalid regex escape sequence. - Added Python 3.6 to CI testing. - SQS: Allowed endpoint URL to be specified in the boto3 connection. - SQS: Added support for Python 3.4. - SQS: ``kombu[sqs]`` now depends on :pypi:`boto3` (no longer using :pypi:`boto)`. - Adds support for Python 3.4+ - Adds support for FIFO queues - Avoids issues around a broken endpoints file - Zookeeper: Added support for delaying task with Python 3. - SQS: Fixed bug where :meth:`kombu.transport.SQS.drain_events` did not support callback argument - Fixed bug around modifying dictionary size while iterating over it - etcd: Added handling for :exc:`EtcdException` exception rather than :exc:`EtcdError`.
2017-07-22 08:49:43 +02:00
DISTNAME= kombu-4.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kombu/}
2017-09-16 21:26:41 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kombu.readthedocs.org/
COMMENT= Messaging framework for Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-amqp>=2.1.4:../../net/py-amqp
USE_LANGUAGES= # none
REPLACE_PYTHON+= kombu/tests/test_serialization.py
.include "options.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"