Accepting request 789790 from home:mcalabkova:branches:devel:languages:python

- Update to 4.6.8
  * Add support for health_check_interval option in broker_transport_options.
  * Adding retry_on_timeout parameter
  * Support standard values for ssl_cert_reqs query parameter.
  * enabled ssl certificate verification when amqps is used for pyamqp transport

OBS-URL: https://build.opensuse.org/request/show/789790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=155
This commit is contained in:
Tomáš Chvátal 2020-03-30 14:56:07 +00:00 committed by Git OBS Bridge
parent 9dc7db207a
commit f61a3266a7
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67b32ccb6fea030f8799f8fd50dd08e03a4b99464ebc4952d71d8747b1a52ad1
size 395355

3
kombu-4.6.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d1cda774126a044d91a7ff5fa6d09edf99f46924ab332a810760fe6740e9b76
size 406196

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 30 14:13:32 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 4.6.8
* Add support for health_check_interval option in broker_transport_options.
* Adding retry_on_timeout parameter
* Support standard values for ssl_cert_reqs query parameter.
* enabled ssl certificate verification when amqps is used for pyamqp transport
-------------------------------------------------------------------
Thu Mar 12 07:23:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-kombu
Version: 4.6.7
Version: 4.6.8
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause