forked from pool/python-stomp.py
- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
457b1ae9f9
commit
2bff021f9d
@@ -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
|
Sun Feb 18 21:03:29 UTC 2018 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@@ -13,21 +13,22 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-stomp.py
|
Name: python-stomp.py
|
||||||
Version: 4.1.20
|
Version: 4.1.21
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
|
||||||
Summary: Python STOMP client
|
Summary: Python STOMP client
|
||||||
Url: https://github.com/jasonrbriggs/stomp.py
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-docopt >= 0.6.2
|
Requires: python-docopt >= 0.6.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54148d6fe4c5277cdc0dfa431bf6ef9d5f99ffe4c7826234f0eea2858d52ce38
|
|
||||||
size 48134
|
|
3
stomp.py-4.1.21.tar.gz
Normal file
3
stomp.py-4.1.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b06828a281ebf288f0b0b4152d29c73d440408161e0265b677e6382ad3aa9e3
|
||||||
|
size 49228
|
Reference in New Issue
Block a user