Skip to content

Commit

Permalink
Update to latest relese, 1.4.2. Use DIST_SUBDIR, since this is a github
Browse files Browse the repository at this point in the history
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``.
  • Loading branch information
rodent committed Feb 2, 2014
1 parent 3a959d4 commit 2570811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions net/py-amqp/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
HOMEPAGE= http://amqp.readthedocs.org/
Expand Down
8 changes: 4 additions & 4 deletions net/py-amqp/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2570811

Please sign in to comment.