From bbe84e04192af6cf03f9af68a7a090cce0ab8dd23c4e0779267ca8a4a30c4182 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 13 Jul 2020 19:51:25 +0000 Subject: [PATCH] - update to version 6.1.0: * Remove traceback logging (https://github.com/jasonrbriggs/stomp.py/pull/290) * Add support for \r\n EOL handling (as per [stomp protocol v1.2](http://stomp.github.io/stomp-specification-1.2.html#Augmented_BNF)) * Remove heartbeat loop sleep (issue https://github.com/jasonrbriggs/stomp.py/issues/297, https://github.com/jasonrbriggs/stomp.py/pull/298) * Update version number using the makefile and the poetry version command * Add `original_headers` access to the Frame so that you can get the original value of a header even if a listener modifies it (issue: https://github.com/jasonrbriggs/stomp.py/issues/300, PR https://github.com/jasonrbriggs/stomp.py/pull/309) * Fix for reconnect failures (https://github.com/jasonrbriggs/stomp.py/pull/295) * Fix for double disconnect notifications causing issues with reconnection * Add 'verbose' to stomp.logging (and defaulting the value to False). Log lines which dump the stacktrace now use that variable - except for a couple of cases (set stomp.logging.verbose = True to change back to the previous behaviour) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=18 --- python-stomp.py-6.0.0.tar.gz | 3 --- python-stomp.py-6.1.0.tar.gz | 3 +++ python-stomp.py.changes | 13 +++++++++++++ python-stomp.py.spec | 4 ++-- stomp.py-6.0.0.tar.gz | 3 --- stomp.py-6.1.0.tar.gz | 3 +++ 6 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 python-stomp.py-6.0.0.tar.gz create mode 100644 python-stomp.py-6.1.0.tar.gz delete mode 100644 stomp.py-6.0.0.tar.gz create mode 100644 stomp.py-6.1.0.tar.gz diff --git a/python-stomp.py-6.0.0.tar.gz b/python-stomp.py-6.0.0.tar.gz deleted file mode 100644 index 31402b9..0000000 --- a/python-stomp.py-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a112b3f8bf70584fc94ede0e0b26186c1b2ea904692d95312decad58cd51be7c -size 73329 diff --git a/python-stomp.py-6.1.0.tar.gz b/python-stomp.py-6.1.0.tar.gz new file mode 100644 index 0000000..2ce556d --- /dev/null +++ b/python-stomp.py-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e857bc4601c6cba348818397b7d37501b641a64b743405f65a0bc02d52baa01d +size 74263 diff --git a/python-stomp.py.changes b/python-stomp.py.changes index b32c328..dd277b4 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 13 19:51:13 UTC 2020 - Sebastian Wagner + +- update to version 6.1.0: + * Remove traceback logging (https://github.com/jasonrbriggs/stomp.py/pull/290) + * Add support for \r\n EOL handling (as per [stomp protocol v1.2](http://stomp.github.io/stomp-specification-1.2.html#Augmented_BNF)) + * Remove heartbeat loop sleep (issue https://github.com/jasonrbriggs/stomp.py/issues/297, https://github.com/jasonrbriggs/stomp.py/pull/298) + * Update version number using the makefile and the poetry version command + * Add `original_headers` access to the Frame so that you can get the original value of a header even if a listener modifies it (issue: https://github.com/jasonrbriggs/stomp.py/issues/300, PR https://github.com/jasonrbriggs/stomp.py/pull/309) + * Fix for reconnect failures (https://github.com/jasonrbriggs/stomp.py/pull/295) + * Fix for double disconnect notifications causing issues with reconnection + * Add 'verbose' to stomp.logging (and defaulting the value to False). Log lines which dump the stacktrace now use that variable - except for a couple of cases (set stomp.logging.verbose = True to change back to the previous behaviour) + ------------------------------------------------------------------- Tue May 19 08:03:05 UTC 2020 - Petr Gajdos diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 40b2159..9b3da43 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-stomp.py -Version: 6.0.0 +Version: 6.1.0 Release: 0 Summary: Python STOMP client License: Apache-2.0 @@ -57,7 +57,7 @@ A Python client library for accessing messaging servers (such as ActiveMQ, Apoll %python_uninstall_alternative stomp %files %{python_files} -%doc README CHANGELOG +%doc README CHANGELOG.md %license LICENSE %{python_sitelib}/* %python_alternative %{_bindir}/stomp diff --git a/stomp.py-6.0.0.tar.gz b/stomp.py-6.0.0.tar.gz deleted file mode 100644 index d58677e..0000000 --- a/stomp.py-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b -size 34500 diff --git a/stomp.py-6.1.0.tar.gz b/stomp.py-6.1.0.tar.gz new file mode 100644 index 0000000..05913e4 --- /dev/null +++ b/stomp.py-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6c7e1e5089b1d8a75161e66533cabb9895de5121cc3900cb7e12c41c1bda18 +size 34690