diff --git a/python-stomp.py.changes b/python-stomp.py.changes index efed863..f77f90a 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jul 7 08:59:00 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 4.1.20: + * Fix for deadlock issue (https://github.com/jasonrbriggs/stomp.py/issues/197) + * Fix for encoding issue (https://github.com/jasonrbriggs/stomp.py/issues/195) + * Fix for reconnect issue (https://github.com/jasonrbriggs/stomp.py/issues/202) + ------------------------------------------------------------------- Sun Feb 18 21:03:29 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 607272b..1887d6d 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-stomp.py -Version: 4.1.20 +Version: 4.1.21 Release: 0 -License: Apache-2.0 Summary: Python STOMP client -Url: https://github.com/jasonrbriggs/stomp.py +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/jasonrbriggs/stomp.py Source: https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-docopt >= 0.6.2 BuildArch: noarch diff --git a/stomp.py-4.1.20.tar.gz b/stomp.py-4.1.20.tar.gz deleted file mode 100644 index 62835c8..0000000 --- a/stomp.py-4.1.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54148d6fe4c5277cdc0dfa431bf6ef9d5f99ffe4c7826234f0eea2858d52ce38 -size 48134 diff --git a/stomp.py-4.1.21.tar.gz b/stomp.py-4.1.21.tar.gz new file mode 100644 index 0000000..9a1c005 --- /dev/null +++ b/stomp.py-4.1.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b06828a281ebf288f0b0b4152d29c73d440408161e0265b677e6382ad3aa9e3 +size 49228