14
0
forked from pool/python-pika

Accepting request 293255 from home:matwey:branches:devel:languages:python

- 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
This commit is contained in:
Denisart Benjamin
2015-03-26 16:18:22 +00:00
committed by Git OBS Bridge
parent a7e37b66d4
commit 17c4a1573a
4 changed files with 17 additions and 6 deletions

View File

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

3
pika-0.9.14.tar.gz Normal file
View File

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

View File

@@ -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

View File

@@ -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