-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-stomp.py to rev 5 via SR 761142
https://build.opensuse.org/request/show/761142 by user dimstar_suse - dropped Python 2 support, not supported by the package - update to version 5.0.0: * Fix for credentials exposure (jasonrbriggs/stomp.py#244) * Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES`` * Remove python2 backwards compatibility * Update dockerfile for better local testing * Fix docker and travis setup, so there are consistent builds both locally and via CI * Drop deprecated start/stop methods from connection (issue jasonrbriggs/stomp.py#257) * Fix for missing return in get_ssl (jasonrbriggs/stomp.py#258) * Clear heartbeat event after heartbeat loop ends (jasonrbriggs/stomp.py#260) * Update listener to move receive/message_received/
- Loading branch information
1 parent
11c2ae8
commit 2974f4b
Showing
6 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
------------------------------------------------------------------- | ||
Wed Jan 1 10:45:18 UTC 2020 - Sebastian Wagner <[email protected]> | ||
|
||
- dropped Python 2 support, not supported by the package | ||
- update to version 5.0.0: | ||
* Fix for credentials exposure (https://github.com/jasonrbriggs/stomp.py/pull/244) | ||
* Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES`` | ||
* Remove python2 backwards compatibility | ||
* Update dockerfile for better local testing | ||
* Fix docker and travis setup, so there are consistent builds both locally and via CI | ||
* Drop deprecated start/stop methods from connection (issue https://github.com/jasonrbriggs/stomp.py/issues/257) | ||
* Fix for missing return in get_ssl (https://github.com/jasonrbriggs/stomp.py/pull/258) | ||
* Clear heartbeat event after heartbeat loop ends (https://github.com/jasonrbriggs/stomp.py/pull/260) | ||
* Update listener to move receive/message_received/heartbeat_received vars inside the 'with' blocks (https://github.com/jasonrbriggs/stomp.py/pull/252) | ||
* Simplify logging calls | ||
* Tidy up listeners (correct the behaviour of TestListener) | ||
* Fix problem with double-disconnect notification (ihttps://github.com/jasonrbriggs/stomp.py/issues/245) | ||
* Add facility for PrintingListener to write to log rather than print statements | ||
|
||
------------------------------------------------------------------- | ||
Thu Apr 18 16:12:05 UTC 2019 - Marketa Calabkova <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafkreig3u2h4sc623cbj45u6hdswepeeixskwe6xpc7fkdo5b6fk74uneu |