forked from pool/python-pika
Accepting request 293302 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/293302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pika?expand=0&rev=5
This commit is contained in:
@@ -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
3
pika-0.9.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e2be3cb4ebdc267abd8e481c09bc30e95919a24e3a5f3f69744959490ead0e3
|
||||||
|
size 72651
|
@@ -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
|
Wed Dec 4 20:39:50 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pika
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mod_name pika
|
%define mod_name pika
|
||||||
|
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 0.9.13
|
Version: 0.9.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pika.github.com/
|
Url: http://pika.github.com/
|
||||||
Summary: Pika Python AMQP Client Library
|
Summary: Pika Python AMQP Client Library
|
||||||
|
Reference in New Issue
Block a user