Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-stomp.py for openSUSE:Factory
checked in at 2025-12-01 11:13:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stomp.py (Old)
and /work/SRC/openSUSE:Factory/.python-stomp.py.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stomp.py"
Mon Dec 1 11:13:57 2025 rev:14 rq:1320607 version:8.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stomp.py/python-stomp.py.changes
2023-03-11 18:24:50.875133234 +0100
+++
/work/SRC/openSUSE:Factory/.python-stomp.py.new.14147/python-stomp.py.changes
2025-12-01 11:14:37.737827584 +0100
@@ -1,0 +2,24 @@
+Fri Nov 28 13:30:13 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 8.2.0
+ * New binary_mode param on WS connections (#419)
+ * Correct WSTransport.receive output (#422)
+ * Change version from tuple to string, add tuple version
+ function to get back to the old value
+ * Docker file updates to fix vulnerabilities
+ * Exception handling fix for websocket connections
+ * Fix to use the defined timeout during the websocket connection
+ * Update exception to report when file doesn't exist (#438)
+ * Make the receiver thread part of the transport class (#435)
+ * Use heartbeat_terminate_event as heartbeat loop exit condition
+ to avoid a race condition (#433)
+- from version 8.1.2
+ * Yanked because there are more than just bug fixes in this release
+ so the version number was wrong. Replaced with 8.2.0.
+- from version 8.1.1
+ * Yanked because there are more than just bug fixes in this release
+ so the version number was wrong. Replaced with 8.2.0.
+- Adjust upstream source name in spec file
+- Use Python 3.11 on SLE-15 by default
+
+-------------------------------------------------------------------
Old:
----
stomp.py-8.1.0.tar.gz
New:
----
stomp_py-8.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-stomp.py.spec ++++++
--- /var/tmp/diff_new_pack.MwaGT8/_old 2025-12-01 11:14:39.737912250 +0100
+++ /var/tmp/diff_new_pack.MwaGT8/_new 2025-12-01 11:14:39.753912927 +0100
@@ -17,8 +17,9 @@
%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-stomp.py
-Version: 8.1.0
+Version: 8.2.0
Release: 0
Summary: Python STOMP client
License: Apache-2.0
@@ -26,7 +27,7 @@
# using github archive for docs
#Source0:
https://github.com/jasonrbriggs/stomp.py/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
#github is missing the tag: https://github.com/jasonrbriggs/stomp.py/issues/415
-Source0:
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
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: fdupes
@@ -42,7 +43,7 @@
A Python client library for accessing messaging servers (such as ActiveMQ,
Apollo or RabbitMQ) using the STOMP protocol versions 1.0, 1.1 and 1.2. It can
also be run as a standalone, command-line client for testing.
%prep
-%setup -q -n stomp.py-%{version}
+%setup -q -n stomp_py-%{version}
sed -i 's/\^/>=/' pyproject.toml
%build