14
0

- update to version 6.0.0:

* Update to not allow a null (None) listener when calling set_listener (minor code "smell" tidy up)
 * Change get_ssl call in connect to be consistent with transport method
 * Add a sleep to the heartbeat loop
 * Minor change to make quote-use more consistent (replace single with double in most places)
 * Change build to use [Python Poetry](https://python-poetry.org/)
 * Test coverage improvement
 * Threading fix (is_alive) - https://github.com/jasonrbriggs/stomp.py/issues/286

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=14
This commit is contained in:
Sebastian Wagner
2020-02-21 20:18:23 +00:00
committed by Git OBS Bridge
parent c42f1ac269
commit 6cf1a28960
5 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 18 20:08:47 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 6.0.0:
* Update to not allow a null (None) listener when calling set_listener (minor code "smell" tidy up)
* Change get_ssl call in connect to be consistent with transport method
* Add a sleep to the heartbeat loop
* Minor change to make quote-use more consistent (replace single with double in most places)
* Change build to use [Python Poetry](https://python-poetry.org/)
* Test coverage improvement
* Threading fix (is_alive) - https://github.com/jasonrbriggs/stomp.py/issues/286
-------------------------------------------------------------------
Sat Jan 18 10:56:54 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>