14
0
forked from pool/python-amqp

Accepting request 232651 from Cloud:OpenStack:Master

- update to 1.4.5:
  - Can now deserialize more AMQP types.
  - SSL: Workaround for Python SSL bug.
  - ``Transport.__del_`` now handles errors occurring at late interpreter
  shutdown (Issue #36).
 - SSL transport accidentally disconnected after read timeout.

OBS-URL: https://build.opensuse.org/request/show/232651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2014-05-16 12:46:31 +00:00
committed by Git OBS Bridge
parent 2253d2ecc8
commit 982176d208
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 5 08:07:30 UTC 2014 - dmueller@suse.com
- update to 1.4.5:
- Can now deserialize more AMQP types.
- SSL: Workaround for Python SSL bug.
- ``Transport.__del_`` now handles errors occurring at late interpreter
shutdown (Issue #36).
- SSL transport accidentally disconnected after read timeout.
-------------------------------------------------------------------
Thu Mar 6 14:38:33 UTC 2014 - speilicke@suse.com