14
0

- 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
This commit is contained in:
Sebastian Wagner
2020-07-13 19:51:25 +00:00
committed by Git OBS Bridge
parent 6a81be656a
commit bbe84e0419
6 changed files with 21 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 13 19:51:13 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <pgajdos@suse.com> Tue May 19 08:03:05 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -18,7 +18,7 @@
%define skip_python2 1 %define skip_python2 1
Name: python-stomp.py Name: python-stomp.py
Version: 6.0.0 Version: 6.1.0
Release: 0 Release: 0
Summary: Python STOMP client Summary: Python STOMP client
License: Apache-2.0 License: Apache-2.0
@@ -57,7 +57,7 @@ A Python client library for accessing messaging servers (such as ActiveMQ, Apoll
%python_uninstall_alternative stomp %python_uninstall_alternative stomp
%files %{python_files} %files %{python_files}
%doc README CHANGELOG %doc README CHANGELOG.md
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/*
%python_alternative %{_bindir}/stomp %python_alternative %{_bindir}/stomp

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b
size 34500

3
stomp.py-6.1.0.tar.gz Normal file
View File

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