From 7a3b4f3ebde5cd2ffd603b65a5e776956feaf2e62578de4bf206afb9a0d44318 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 29 Aug 2012 18:09:16 +0000 Subject: [PATCH] - 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 --- kombu-2.4.3.tar.gz | 3 --- kombu-2.4.4.tar.gz | 3 +++ python-kombu.changes | 8 ++++++++ python-kombu.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.4.3.tar.gz create mode 100644 kombu-2.4.4.tar.gz diff --git a/kombu-2.4.3.tar.gz b/kombu-2.4.3.tar.gz deleted file mode 100644 index 63916a4..0000000 --- a/kombu-2.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dac6b3720e5e31b38b626e7247c07b10c8cc39e2f32aec80559fa643d2db021 -size 290543 diff --git a/kombu-2.4.4.tar.gz b/kombu-2.4.4.tar.gz new file mode 100644 index 0000000..8c5df11 --- /dev/null +++ b/kombu-2.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e31f9c923581b9ba544da60960f10ad588483505fa003871aa3779e82dbb161 +size 290810 diff --git a/python-kombu.changes b/python-kombu.changes index c521cb8..546c161 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -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 diff --git a/python-kombu.spec b/python-kombu.spec index 01850d9..dcd67be 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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