14
0

- update to version 8.0.1:

* Change code to use cryptography lib rather than PyOpenSSL (which is not recommended for use any more - discussed here: https://github.com/jasonrbriggs/stomp.py/issues/378)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=25
This commit is contained in:
Sebastian Wagner
2022-05-24 06:55:38 +00:00
committed by Git OBS Bridge
parent ca19f7f6ff
commit 1d08278379
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 24 06:55:07 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 8.0.1:
* Change code to use cryptography lib rather than PyOpenSSL (which is not recommended for use any more - discussed here: https://github.com/jasonrbriggs/stomp.py/issues/378)
-------------------------------------------------------------------
Mon Feb 14 11:22:18 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>