diff --git a/python-stomp.py-6.0.0.tar.gz b/python-stomp.py-6.0.0.tar.gz new file mode 100644 index 0000000..31402b9 --- /dev/null +++ b/python-stomp.py-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a112b3f8bf70584fc94ede0e0b26186c1b2ea904692d95312decad58cd51be7c +size 73329 diff --git a/python-stomp.py.changes b/python-stomp.py.changes index f90f512..96d14a9 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 18 20:08:47 UTC 2020 - Sebastian Wagner + +- 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 diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 6d903e0..6b9b35f 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -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 diff --git a/stomp.py-5.0.1.tar.gz b/stomp.py-5.0.1.tar.gz deleted file mode 100644 index c14b59b..0000000 --- a/stomp.py-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5adbc6629da25717f65bfdcb19358e819bbc3c7974e4d59c5bd67389b17f6840 -size 54492 diff --git a/stomp.py-6.0.0.tar.gz b/stomp.py-6.0.0.tar.gz new file mode 100644 index 0000000..d58677e --- /dev/null +++ b/stomp.py-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b +size 34500