From 042880060245d95140c509930d6d8ce507b6ce387043b39df88b20b01cc5eef3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2018 13:39:07 +0000 Subject: [PATCH] - update to 4.1.0: - RabbitMQ: Ensured safer encoding of queue arguments. - Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if - Added Python 3.6 to CI testing - Fixed bug around modifying dictionary size while iterating over it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=121 --- kombu-4.0.2.tar.gz | 3 --- kombu-4.1.0.tar.gz | 3 +++ python-kombu.changes | 9 +++++++++ python-kombu.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 kombu-4.0.2.tar.gz create mode 100644 kombu-4.1.0.tar.gz diff --git a/kombu-4.0.2.tar.gz b/kombu-4.0.2.tar.gz deleted file mode 100644 index 3c60fd1..0000000 --- a/kombu-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2 -size 418051 diff --git a/kombu-4.1.0.tar.gz b/kombu-4.1.0.tar.gz new file mode 100644 index 0000000..4646738 --- /dev/null +++ b/kombu-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb +size 421875 diff --git a/python-kombu.changes b/python-kombu.changes index f40484c..a87fcf1 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 30 13:33:59 UTC 2018 - dmueller@suse.com + +- update to 4.1.0: + - RabbitMQ: Ensured safer encoding of queue arguments. + - Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if + - Added Python 3.6 to CI testing + - Fixed bug around modifying dictionary size while iterating over it + ------------------------------------------------------------------- Wed Jun 28 20:28:50 UTC 2017 - benoit.monin@gmx.fr diff --git a/python-kombu.spec b/python-kombu.spec index 9026105..35938d3 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kombu -Version: 4.0.2 +Version: 4.1.0 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -31,8 +31,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # Test requirements: BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module amqp >= 2.0} -BuildRequires: %{python_module boto} +BuildRequires: %{python_module amqp >= 2.1.4} +BuildRequires: %{python_module boto3} BuildRequires: %{python_module case} BuildRequires: %{python_module msgpack-python} BuildRequires: %{python_module pytest}