Path to this page:
Subject: CVS commit: pkgsrc/net/py-amqp
From: Blue Rats
Date: 2014-04-17 03:53:07
Message id: 20140417015307.68FD896@cvs.netbsd.org
Log Message:
Update to 1.4.5. From Changelog:
- Can now deserialize more AMQP types.
Now handles types ``short string``, ``short short int``,
``short short unsigned int``, ``short int``, ``short unsigned int``,
``long unsigned int``, ``long long int``, ``long long unsigned int``
and ``float`` which for some reason was missing, even in the original
amqplib module.
- SSL: Workaround for Python SSL bug.
A bug in the python socket library causes ``ssl.read/write()``
on a closed socket to raise :exc:`AttributeError` instead of
:exc:`IOError`.
Fix contributed by Craig Jellick.
- ``Transport.__del_`` now handles errors occurring at late interpreter
shutdown (Issue #36).
Files: