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
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user