From 17c4a1573a27b1cc17bae959f53175b6811160522ebb5143f9b0652856f9f8a0 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Thu, 26 Mar 2015 16:18:22 +0000
Subject: [PATCH] Accepting request 293255 from
home:matwey:branches:devel:languages:python
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Update to version 0.9.14
+ Major issue with socket buffer refactor in 0.9.13 (#328) fixes by cooper6581 and Erik Andersson
+ Fix a bug in SelectConnection that did not allow for a IOLoop to be restarted (#337) fix by Ralf Nyrén
+ Fix an issue in BlockingConnection disconnections (#340) fix by Mark Unsworth
+ Add NullHandler to prevent logging warnings when not configured (#339) by Cenk Altı
+ Added Twisted Adapter example (#314) by nolinksoft
OBS-URL: https://build.opensuse.org/request/show/293255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=7
---
pika-0.9.13.tar.gz | 3 ---
pika-0.9.14.tar.gz | 3 +++
python-pika.changes | 10 ++++++++++
python-pika.spec | 7 ++++---
4 files changed, 17 insertions(+), 6 deletions(-)
delete mode 100644 pika-0.9.13.tar.gz
create mode 100644 pika-0.9.14.tar.gz
diff --git a/pika-0.9.13.tar.gz b/pika-0.9.13.tar.gz
deleted file mode 100644
index 5a1b98a..0000000
--- a/pika-0.9.13.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e5c0e3e22e56f1767afdd1ca936711ff4a98a684711a5fb20147debc010f1aa0
-size 63479
diff --git a/pika-0.9.14.tar.gz b/pika-0.9.14.tar.gz
new file mode 100644
index 0000000..3c84f7c
--- /dev/null
+++ b/pika-0.9.14.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e2be3cb4ebdc267abd8e481c09bc30e95919a24e3a5f3f69744959490ead0e3
+size 72651
diff --git a/python-pika.changes b/python-pika.changes
index 2b5a863..bd589e2 100644
--- a/python-pika.changes
+++ b/python-pika.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Mar 25 13:54:36 UTC 2015 - matwey.kornilov@gmail.com
+
+- Update to version 0.9.14
+ + Major issue with socket buffer refactor in 0.9.13 (#328) fixes by cooper6581 and Erik Andersson
+ + Fix a bug in SelectConnection that did not allow for a IOLoop to be restarted (#337) fix by Ralf Nyrén
+ + Fix an issue in BlockingConnection disconnections (#340) fix by Mark Unsworth
+ + Add NullHandler to prevent logging warnings when not configured (#339) by Cenk Altı
+ + Added Twisted Adapter example (#314) by nolinksoft
+
-------------------------------------------------------------------
Wed Dec 4 20:39:50 UTC 2013 - p.drouand@gmail.com
diff --git a/python-pika.spec b/python-pika.spec
index 6bf091f..15a6310 100644
--- a/python-pika.spec
+++ b/python-pika.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-pika
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -11,14 +11,15 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-#
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%define mod_name pika
Name: python-%{mod_name}
-Version: 0.9.13
+Version: 0.9.14
Release: 0
Url: http://pika.github.com/
Summary: Pika Python AMQP Client Library