Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7F105A6482 for ; Sun, 2 Feb 2014 13:58:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A86C914A2DD; Sun, 2 Feb 2014 13:58:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D5BE614A2B3 for ; Sun, 2 Feb 2014 13:58:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hoeZw3RAi52w for ; Sun, 2 Feb 2014 13:58:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2F2A914A1C6 for ; Sun, 2 Feb 2014 13:58:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1F73896; Sun, 2 Feb 2014 13:58:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 2 Feb 2014 13:58:34 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/net/py-kombu To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20140202135834.1F73896@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Sun Feb 2 13:58:34 UTC 2014 Modified Files: pkgsrc/net/py-kombu: Makefile distinfo Log Message: Updated to latest release, 3.0.10. Now depends on net/py-amqp>=1.4.1. From Changelog: 3.0.10 ====== - Now depends on :mod:`amqp` 1.4.1. - ``maybe_declare`` now raises a "recoverable connection error" if the channel is disconnected instead of a :exc:`ChannelError` so that the operation can be retried. - Redis: ``Consumer.cancel()`` is now thread safe. This fixes an issue when using gevent/eventlet and a message is handled after the consumer is cancelled resulting in a "message for queue without consumers" error. - Retry operations would not always respect the interval_start value when calculating the time to sleep for (Issue #303). - Timer: Fixed "unhashable type" error on Python 3. - Hub: Do not attempt to unregister operations on an already closed poller instance. 3.0.9 ===== - Now depends on :mod:`amqp` 1.4.0. - Redis: Basic cancel for fanout based queues now sends a corresponding ``UNSUBSCRIBE`` command to the server. This fixes an issue with pidbox where reply messages could be received after the consumer was cancelled, giving the ``"message to queue without consumers"`` error. - MongoDB: Improved connection string and options handling (Issue #266 + Issue #120). - SQS: Limit the number of messages when receiving in batch to 10. This is a hard limit enforced by Amazon so the sqs transport must not exceeed this value. - ConsumerMixin: ``consume`` now checks heartbeat every time the socket times out. - Retry Policy: A max retries of 0 did not retry forever. - Simple: If passing a Queue object the simple utils will now take default routing key from that queue. - ``repr(producer)`` no longer evaluates the underlying channnel. - Redis: The map of Redis error classes are now exposed at the module level using the :func:`kombu.transport.redis.get_redis_error_classes` function. - Async: ``Hub.close`` now sets ``.poller`` to None. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-kombu/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-kombu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.