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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5b48ac6aa906134ed7494243d70ba7ab684d64090830182bc553ee85e886b51
size 59351

3
amqp-1.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfd932ba9b0883eb326608ceb1e73fe1e823829f1765c9ec75482313e3ed5d36
size 59704

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

View File

@@ -16,7 +16,7 @@
Name: python-amqp
Version: 0.9.4
Version: 1.0.1
Release: 0
License: LGPL-2.1
Summary: Low-level AMQP client for Python (fork of amqplib)