From 44087ca2a4f1a95eb9ded985599cfe32344ac4d2f417c9f44a16687651706163 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 5 Nov 2012 15:53:26 +0000 Subject: [PATCH] - 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 --- amqp-0.9.4.tar.gz | 3 --- amqp-1.0.1.tar.gz | 3 +++ python-amqp.changes | 9 +++++++++ python-amqp.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 amqp-0.9.4.tar.gz create mode 100644 amqp-1.0.1.tar.gz diff --git a/amqp-0.9.4.tar.gz b/amqp-0.9.4.tar.gz deleted file mode 100644 index cfd95ac..0000000 --- a/amqp-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b48ac6aa906134ed7494243d70ba7ab684d64090830182bc553ee85e886b51 -size 59351 diff --git a/amqp-1.0.1.tar.gz b/amqp-1.0.1.tar.gz new file mode 100644 index 0000000..e371911 --- /dev/null +++ b/amqp-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd932ba9b0883eb326608ceb1e73fe1e823829f1765c9ec75482313e3ed5d36 +size 59704 diff --git a/python-amqp.changes b/python-amqp.changes index 2e9b090..2462eda 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -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 diff --git a/python-amqp.spec b/python-amqp.spec index 30e5543..61870cb 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -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)