Hello community,
here is the log from the commit of package python-stomp.py for openSUSE:Factory
checked in at 2020-03-01 21:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stomp.py (Old)
and /work/SRC/openSUSE:Factory/.python-stomp.py.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stomp.py"
Sun Mar 1 21:27:54 2020 rev:7 rq:780377 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stomp.py/python-stomp.py.changes
2020-01-25 13:25:44.140077982 +0100
+++
/work/SRC/openSUSE:Factory/.python-stomp.py.new.26092/python-stomp.py.changes
2020-03-01 21:28:19.344594064 +0100
@@ -1,0 +2,12 @@
+Tue Feb 18 20:08:47 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
stomp.py-5.0.1.tar.gz
New:
----
python-stomp.py-6.0.0.tar.gz
stomp.py-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-stomp.py.spec ++++++
--- /var/tmp/diff_new_pack.BFyuX5/_old 2020-03-01 21:28:19.744594877 +0100
+++ /var/tmp/diff_new_pack.BFyuX5/_new 2020-03-01 21:28:19.744594877 +0100
@@ -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 @@
%prep
%setup -q -n stomp.py-%{version}
+%setup -q -n stomp.py-%{version} -D -b 1
%build
%python_build
++++++ stomp.py-5.0.1.tar.gz -> stomp.py-6.0.0.tar.gz ++++++
++++ 5071 lines of diff (skipped)