Hello community,
here is the log from the commit of package python-stomp.py for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-stomp.py (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-stomp.py.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stomp.py"
Mon Mar 2 13:23:32 2020 rev:11 rq:777186 version:5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-stomp.py/python-stomp.py.changes
2020-01-15 15:53:38.835604916 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-stomp.py.new.26092/python-stomp.py.changes
2020-03-02 13:23:33.242421825 +0100
@@ -1,0 +2,52 @@
+Sat Jan 18 10:56:54 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- update to version 5.0.1:
+ * Fix logging simplification code (should not be logging to root appender -
https://github.com/jasonrbriggs/stomp.py/issues/275)
+
+-------------------------------------------------------------------
+Wed Jan 1 10:45:18 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- dropped Python 2 support, not supported by the package
+- update to version 5.0.0:
+ * Fix for credentials exposure
(https://github.com/jasonrbriggs/stomp.py/pull/244)
+ * Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before
extending ``LOCALHOST_NAMES``
+ * Remove python2 backwards compatibility
+ * Update dockerfile for better local testing
+ * Fix docker and travis setup, so there are consistent builds both locally
and via CI
+ * Drop deprecated start/stop methods from connection (issue
https://github.com/jasonrbriggs/stomp.py/issues/257)
+ * Fix for missing return in get_ssl
(https://github.com/jasonrbriggs/stomp.py/pull/258)
+ * Clear heartbeat event after heartbeat loop ends
(https://github.com/jasonrbriggs/stomp.py/pull/260)
+ * Update listener to move receive/message_received/heartbeat_received vars
inside the 'with' blocks (https://github.com/jasonrbriggs/stomp.py/pull/252)
+ * Simplify logging calls
+ * Tidy up listeners (correct the behaviour of TestListener)
+ * Fix problem with double-disconnect notification
(ihttps://github.com/jasonrbriggs/stomp.py/issues/245)
+ * Add facility for PrintingListener to write to log rather than print
statements
+
+-------------------------------------------------------------------
+Thu Apr 18 16:12:05 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 4.1.22
+ * Infinite retry attempts
+ * Terminate heartbeat thread on shutdown
+ * Remove unused wait_on_receipt parameter
+ * Reduce verbosity in logging to not include headers unless debug
+ level is turned on (potential security issue)
+ * Fix for disconnect receipt usage in transport
+ * Add __enter__/__exit__ to Connection so it can be used as a
+ context
+ * Additional ssl options
+
+-------------------------------------------------------------------
+Tue Dec 4 12:54:58 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
+Sat Jul 7 08:59:00 UTC 2018 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------
Old:
----
stomp.py-4.1.20.tar.gz
New:
----
stomp.py-5.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-stomp.py.spec ++++++
--- /var/tmp/diff_new_pack.5sWOAF/_old 2020-03-02 13:23:33.570422477 +0100
+++ /var/tmp/diff_new_pack.5sWOAF/_new 2020-03-02 13:23:33.574422486 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-stomp.py
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-stomp.py
-Version: 4.1.20
+Version: 5.0.1
Release: 0
-License: Apache-2.0
Summary: Python STOMP client
-Url: https://github.com/jasonrbriggs/stomp.py
-Group: Development/Languages/Python
+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
-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
-
%python_subpackages
%description
++++++ stomp.py-4.1.20.tar.gz -> stomp.py-5.0.1.tar.gz ++++++
++++ 4050 lines of diff (skipped)