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