From 9bbed50f3a4de064a18ea22688ee3829ab49409f91e9530cdbc870d4177be144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 Mar 2019 10:11:04 +0000 Subject: [PATCH] Accepting request 684646 from home:frispete:python - Build require a more current msgpack version OBS-URL: https://build.opensuse.org/request/show/684646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=133 --- 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 a3c097d..8487b18 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 13 10:00:40 UTC 2019 - Hans-Peter Jansen + +- Build require a more current msgpack version + ------------------------------------------------------------------- Fri Feb 15 09:54:34 UTC 2019 - John Vandenberg diff --git a/python-kombu.spec b/python-kombu.spec index a9d364c..9be64a9 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -31,7 +31,7 @@ BuildRequires: %{python_module Pyro4} BuildRequires: %{python_module amqp >= 2.4.0} BuildRequires: %{python_module boto3} BuildRequires: %{python_module case >= 1.5.2} -BuildRequires: %{python_module msgpack-python > 0.2.0} +BuildRequires: %{python_module msgpack > 0.5.2} BuildRequires: %{python_module pytest-sugar} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz}