summaryrefslogtreecommitdiff
path: root/net/py-amqp
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-02-02 13:51:16 +0000
committerrodent <rodent@pkgsrc.org>2014-02-02 13:51:16 +0000
commit51b56e506e637c1bba9b0bb2683c9aaf651c1598 (patch)
tree9c68bffbe17cb69a8c908ca55769d525635bf5d5 /net/py-amqp
parent60ff5106ce5dba5f7f41a05be0b51aec8a5b1b63 (diff)
downloadpkgsrc-51b56e506e637c1bba9b0bb2683c9aaf651c1598.tar.gz
Update to latest relese, 1.4.2. Use DIST_SUBDIR, since this is a github
distfile. From Changelog: 1.4.2 ===== - Heartbeat negotiation would use heartbeat value from server even if heartbeat disabled (Issue #31). 1.4.1 ===== - Fixed error occurring when heartbeats disabled. 1.4.0 ===== - Heartbeat implementation improved (Issue #6). The new heartbeat behavior is the same approach as taken by the RabbitMQ java library. This also means that clients should preferably call the ``heartbeat_tick`` method more frequently (like every second) instead of using the old ``rate`` argument (which is now ignored). - Heartbeat interval is negotiated with the server. - Some delay is allowed if the heartbeat is late. - Monotonic time is used to keep track of the heartbeat instead of relying on the caller to call the checking function at the right time. - NoneType is now supported in tables and arrays. - SSLTransport: Now handles ``ENOENT``.
Diffstat (limited to 'net/py-amqp')
-rw-r--r--net/py-amqp/Makefile5
-rw-r--r--net/py-amqp/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/net/py-amqp/Makefile b/net/py-amqp/Makefile
index 9c48c836311..886085a5dc4 100644
--- a/net/py-amqp/Makefile
+++ b/net/py-amqp/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2014/01/27 18:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/02 13:51:16 rodent Exp $
-DISTNAME= v1.3.3
+DISTNAME= v1.4.2
PKGNAME= ${DISTNAME:S/v/${PYPKGPREFIX}-amqp-/1}
CATEGORIES= net
MASTER_SITES= https://github.com/celery/py-amqp/archive/
+DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://amqp.readthedocs.org/
diff --git a/net/py-amqp/distinfo b/net/py-amqp/distinfo
index 2feeddb17f8..ca91e35597c 100644
--- a/net/py-amqp/distinfo
+++ b/net/py-amqp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/12/31 14:02:07 rodent Exp $
+$NetBSD: distinfo,v 1.2 2014/02/02 13:51:16 rodent Exp $
-SHA1 (v1.3.3.tar.gz) = 56d8ba9929647d3ebc6cf55f529abe69e97656d6
-RMD160 (v1.3.3.tar.gz) = 3724d6a6bc739052dea10b47c81e6c0cc6ac109a
-Size (v1.3.3.tar.gz) = 75487 bytes
+SHA1 (py27-amqp-1.4.2/v1.4.2.tar.gz) = 7a5e33aa5154cb68dddc7ab7be6c36031288c7ef
+RMD160 (py27-amqp-1.4.2/v1.4.2.tar.gz) = c20d661711945a7bee8116e6d4616e0a67aec944
+Size (py27-amqp-1.4.2/v1.4.2.tar.gz) = 76844 bytes