- Update to 2.4.0:

- New experimental ZeroMQ transport.
    Contributed by John Watson.
  - Redis: Ack timed-out messages were not restored when using the eventloop.
  - Now uses pickle protocol 2 by default to be cross-compatible with Python 3.
    The protocol can also now be changed using the PICKLE_PROTOCOL
    environment variable.
  - Adds Transport.supports_ev attribute.
  - Pika: Queue purge was not working properly.
    Fix contributed by Steeve Morin.
  - Pika backend was no longer working since Kombu 2.3
    Fix contributed by Steeve Morin.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=49
This commit is contained in:
Alexandre Rogoski 2012-08-17 20:36:07 +00:00 committed by Git OBS Bridge
parent 980de3e33f
commit e5dd14f468
4 changed files with 20 additions and 4 deletions

View File

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

3
kombu-2.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Aug 17 20:24:04 UTC 2012 - alexandre@exatati.com.br
- Update to 2.4.0:
- New experimental ZeroMQ transport.
Contributed by John Watson.
- Redis: Ack timed-out messages were not restored when using the eventloop.
- Now uses pickle protocol 2 by default to be cross-compatible with Python 3.
The protocol can also now be changed using the PICKLE_PROTOCOL
environment variable.
- Adds Transport.supports_ev attribute.
- Pika: Queue purge was not working properly.
Fix contributed by Steeve Morin.
- Pika backend was no longer working since Kombu 2.3
Fix contributed by Steeve Morin.
-------------------------------------------------------------------
Wed Aug 1 18:57:38 UTC 2012 - alexandre@exatati.com.br

View File

@ -16,7 +16,7 @@
#
Name: python-kombu
Version: 2.3.2
Version: 2.4.0
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python