forked from pool/python-stomp.py
- 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:
committed by
Git OBS Bridge
parent
6a81be656a
commit
bbe84e0419
@@ -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
|
||||
|
Reference in New Issue
Block a user