From b9af9d1e2e27ad3d9b700e6e8412e1fc9b1767ce932519bed0b69f850e979abd Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 30 Aug 2012 17:05:23 +0000 Subject: [PATCH] - Update to 2.4.5: - Last version broke installtion on PyPy and Jython due to test requirements clean-up. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=53 --- kombu-2.4.4.tar.gz | 3 --- kombu-2.4.5.tar.gz | 3 +++ python-kombu.changes | 7 +++++++ python-kombu.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.4.4.tar.gz create mode 100644 kombu-2.4.5.tar.gz diff --git a/kombu-2.4.4.tar.gz b/kombu-2.4.4.tar.gz deleted file mode 100644 index 8c5df11..0000000 --- a/kombu-2.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e31f9c923581b9ba544da60960f10ad588483505fa003871aa3779e82dbb161 -size 290810 diff --git a/kombu-2.4.5.tar.gz b/kombu-2.4.5.tar.gz new file mode 100644 index 0000000..4186ad8 --- /dev/null +++ b/kombu-2.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909b101c521eca3a3c7d25b52f845b8fa347e602c8db40d5046e3f23039a931f +size 290869 diff --git a/python-kombu.changes b/python-kombu.changes index 546c161..726f168 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 30 17:02:05 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.5: + - Last version broke installtion on PyPy and Jython due to test + requirements clean-up. + ------------------------------------------------------------------- Wed Aug 29 18:05:01 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index dcd67be..9a13f9d 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.4.4 +Version: 2.4.5 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python