14
0

Accepting request 780377 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/780377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stomp.py?expand=0&rev=7
This commit is contained in:
2020-03-01 20:27:54 +00:00
committed by Git OBS Bridge
5 changed files with 23 additions and 5 deletions

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 18 20:08:47 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 6.0.0:
* Update to not allow a null (None) listener when calling set_listener (minor code "smell" tidy up)
* Change get_ssl call in connect to be consistent with transport method
* Add a sleep to the heartbeat loop
* Minor change to make quote-use more consistent (replace single with double in most places)
* Change build to use [Python Poetry](https://python-poetry.org/)
* Test coverage improvement
* Threading fix (is_alive) - https://github.com/jasonrbriggs/stomp.py/issues/286
-------------------------------------------------------------------
Sat Jan 18 10:56:54 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -18,12 +18,14 @@
%define skip_python2 1
Name: python-stomp.py
Version: 5.0.1
Version: 6.0.0
Release: 0
Summary: Python STOMP client
License: Apache-2.0
URL: https://github.com/jasonrbriggs/stomp.py
Source: https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-%{version}.tar.gz
# using github archive for docs
Source1: https://github.com/jasonrbriggs/stomp.py/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -36,6 +38,7 @@ A Python client library for accessing messaging servers (such as ActiveMQ, Apoll
%prep
%setup -q -n stomp.py-%{version}
%setup -q -n stomp.py-%{version} -D -b 1
%build
%python_build

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5adbc6629da25717f65bfdcb19358e819bbc3c7974e4d59c5bd67389b17f6840
size 54492

3
stomp.py-6.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b
size 34500