From 07e9fa6f1c8d766b18762ef8825863758161cc2e4b579ed3c658218fb403cc88 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 9 Dec 2013 13:43:34 +0000 Subject: [PATCH] - Fixup amqp dependency version check OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=91 --- python-kombu.changes | 5 +++++ python-kombu.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-kombu.changes b/python-kombu.changes index d0fa527..996d47a 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 9 13:43:16 UTC 2013 - speilicke@suse.com + +- Fixup amqp dependency version check + ------------------------------------------------------------------- Sun Dec 1 15:55:53 UTC 2013 - oliver.bengs@opensuse.org diff --git a/python-kombu.spec b/python-kombu.spec index 7d670f7..a430d80 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -72,7 +72,7 @@ provide proven and tested solutions to common messaging problems. # For rpmlint warning: remove shebang from python library: sed -i '/^#!/d' ./kombu/tests/test_serialization.py # NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue: -sed -i -e "s|amqp>=1.0.13,<1.1.0|amqp>=1.0.13|" requirements/default.txt kombu.egg-info/requires.txt +sed -i -e "s|amqp>=1.3.3,<2.0|amqp>=1.3.3|" requirements/default.txt kombu.egg-info/requires.txt # NOTE(saschpe): Testsuite requires mkgpack-python < 0.2.0 because it dropped # Python-2.5 support. This makes no sense for us, thus: #sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt