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,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 18 16:12:05 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:54:58 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:54:58 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-stomp.py
|
# 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
|
# 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-stomp.py
|
Name: python-stomp.py
|
||||||
Version: 4.1.21
|
Version: 4.1.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python STOMP client
|
Summary: Python STOMP client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b06828a281ebf288f0b0b4152d29c73d440408161e0265b677e6382ad3aa9e3
|
|
||||||
size 49228
|
|
3
stomp.py-4.1.22.tar.gz
Normal file
3
stomp.py-4.1.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d28120d902dcb81274cf78bd269dfbdfe2b20ea5ae5b33d90b56a32e8c18abe2
|
||||||
|
size 50541
|
Reference in New Issue
Block a user