Path to this page:
Subject: CVS commit: pkgsrc/net/py-amqp
From: Adam Ciarcinski
Date: 2019-02-13 17:20:01
Message id: 20190213162001.69413FB16@cvs.NetBSD.org
Log Message:
py-amqp: updated to 2.4.1
2.4.1:
- To avoid breaking the API basic_consume() now returns the consumer tag
instead of a tuple when nowait is True.
- Fix crash in basic_publish when broker does not support connection.blocked
capability.
- read_frame() is now Python 3 compatible for large payloads.
- Support float read_timeout/write_timeout.
- Always treat SSLError timeouts as socket timeouts.
- Treat EWOULDBLOCK as timeout.
This fixes a regression on Windows from 2.4.0.
Files: