From 1d082783796a84d9b2705cfdb9a7952c6e11c38528d91d015bc2bdc90546e4aa Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 24 May 2022 06:55:38 +0000 Subject: [PATCH] - 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 --- python-stomp.py-8.0.0.tar.gz | 3 --- python-stomp.py-8.0.1.tar.gz | 3 +++ python-stomp.py.changes | 6 ++++++ python-stomp.py.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 python-stomp.py-8.0.0.tar.gz create mode 100644 python-stomp.py-8.0.1.tar.gz diff --git a/python-stomp.py-8.0.0.tar.gz b/python-stomp.py-8.0.0.tar.gz deleted file mode 100644 index 90891cb..0000000 --- a/python-stomp.py-8.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b52b676c6d1f813848e22390108481f56ecd900cc530886d9fb426b8e38b2ba -size 83729 diff --git a/python-stomp.py-8.0.1.tar.gz b/python-stomp.py-8.0.1.tar.gz new file mode 100644 index 0000000..3710b8c --- /dev/null +++ b/python-stomp.py-8.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fe983f2ad00b11b7992a68ded77b7a31ee24fdfd07afbcb3c46ec90adb1233 +size 83445 diff --git a/python-stomp.py.changes b/python-stomp.py.changes index 91fee78..900bfac 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 24 06:55:07 UTC 2022 - Sebastian Wagner + +- 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 diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 3681b72..5549735 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -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