SHA256
1
0
forked from pool/python-kombu

- Update to 2.4.4:

- amqplib: Fixed a bug with asynchronously reading large messages.
  - pyamqp: Now requires amqp 0.9.3
  - Cleaned up test requirements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=52
This commit is contained in:
Alexandre Rogoski 2012-08-29 18:09:16 +00:00 committed by Git OBS Bridge
parent 251e840d67
commit 7a3b4f3ebd
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 29 18:05:01 UTC 2012 - alexandre@exatati.com.br
- Update to 2.4.4:
- amqplib: Fixed a bug with asynchronously reading large messages.
- pyamqp: Now requires amqp 0.9.3
- Cleaned up test requirements.
-------------------------------------------------------------------
Mon Aug 27 14:24:17 UTC 2012 - alexandre@exatati.com.br

View File

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