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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b52b676c6d1f813848e22390108481f56ecd900cc530886d9fb426b8e38b2ba
size 83729

View File

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

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>

View File

@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-stomp.py
Version: 8.0.0
Version: 8.0.1
Release: 0
Summary: Python STOMP client
License: Apache-2.0