From e75f2f676bfefaa62ab294ddd7200d938a5c6751c52e224fbfbbc3d17629c1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Apr 2019 08:46:34 +0000 Subject: [PATCH] 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 --- python-stomp.py.changes | 14 ++++++++++++++ python-stomp.py.spec | 4 ++-- stomp.py-4.1.21.tar.gz | 3 --- stomp.py-4.1.22.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 stomp.py-4.1.21.tar.gz create mode 100644 stomp.py-4.1.22.tar.gz diff --git a/python-stomp.py.changes b/python-stomp.py.changes index 15f4d2a..1f9d714 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Apr 18 16:12:05 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 83cb3eb..c0224f2 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -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 diff --git a/stomp.py-4.1.21.tar.gz b/stomp.py-4.1.21.tar.gz deleted file mode 100644 index 9a1c005..0000000 --- a/stomp.py-4.1.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b06828a281ebf288f0b0b4152d29c73d440408161e0265b677e6382ad3aa9e3 -size 49228 diff --git a/stomp.py-4.1.22.tar.gz b/stomp.py-4.1.22.tar.gz new file mode 100644 index 0000000..72ec22f --- /dev/null +++ b/stomp.py-4.1.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28120d902dcb81274cf78bd269dfbdfe2b20ea5ae5b33d90b56a32e8c18abe2 +size 50541