forked from pool/python-kombu
- 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
This commit is contained in:
parent
c8eba28b8f
commit
0428800602
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2
|
|
||||||
size 418051
|
|
3
kombu-4.1.0.tar.gz
Normal file
3
kombu-4.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb
|
||||||
|
size 421875
|
@ -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
|
Wed Jun 28 20:28:50 UTC 2017 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-kombu
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-kombu
|
Name: python-kombu
|
||||||
Version: 4.0.2
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -31,8 +31,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module amqp >= 2.0}
|
BuildRequires: %{python_module amqp >= 2.1.4}
|
||||||
BuildRequires: %{python_module boto}
|
BuildRequires: %{python_module boto3}
|
||||||
BuildRequires: %{python_module case}
|
BuildRequires: %{python_module case}
|
||||||
BuildRequires: %{python_module msgpack-python}
|
BuildRequires: %{python_module msgpack-python}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
Reference in New Issue
Block a user