14
0
forked from pool/python-amqp

- Update to 1.0.1:

- Connection errors does no longer include AttributeError.
  - Fixed problem with using the SSL transport in a non-blocking
    context.
    Fix contributed by Mher Movsisyan.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=3
This commit is contained in:
Alexandre Rogoski
2012-11-05 15:53:26 +00:00
committed by Git OBS Bridge
parent b345396acf
commit 44087ca2a4
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 5 15:34:26 UTC 2012 - alexandre@exatati.com.br
- Update to 1.0.1:
- Connection errors does no longer include AttributeError.
- Fixed problem with using the SSL transport in a non-blocking
context.
Fix contributed by Mher Movsisyan.
-------------------------------------------------------------------
Fri Sep 21 19:20:37 UTC 2012 - alexandre@exatati.com.br