forked from pool/python-stomp.py
Accepting request 696990 from home:mcalabkova:branches:devel:languages:python
- update to version 4.1.22 * Infinite retry attempts * Terminate heartbeat thread on shutdown * Remove unused wait_on_receipt parameter * Reduce verbosity in logging to not include headers unless debug level is turned on (potential security issue) * Fix for disconnect receipt usage in transport * Add __enter__/__exit__ to Connection so it can be used as a context * Additional ssl options - enjoy :) now without remark of tests OBS-URL: https://build.opensuse.org/request/show/696990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
96fa94d111
commit
e75f2f676b
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-stomp.py
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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-stomp.py
|
||||
Version: 4.1.21
|
||||
Version: 4.1.22
|
||||
Release: 0
|
||||
Summary: Python STOMP client
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user