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 2023-03-11 18:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stomp.py (Old)
 and      /work/SRC/openSUSE:Factory/.python-stomp.py.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stomp.py"

Sat Mar 11 18:24:14 2023 rev:13 rq:1070844 version:8.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stomp.py/python-stomp.py.changes  
2022-05-31 15:48:52.552047718 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-stomp.py.new.31432/python-stomp.py.changes   
    2023-03-11 18:24:50.875133234 +0100
@@ -1,0 +2,12 @@
+Sat Mar 11 10:22:27 UTC 2023 - Sebastian Wagner <se...@sebix.at>
+
+- Update to version 8.1.0:
+ - Remove ssl expiration check as per PR: #380
+ - Change deprecated PROTOCOL_TLS to PROTOCOL_TLS_CLIENT
+ - Mock dns responses for testing: #383
+ - Support for connection over websocket: #395
+ - Add default arg for try_setsockopt (#391)
+ - Updating log levels (#401)
+ - General tidy up of log messages
+
+-------------------------------------------------------------------

Old:
----
  python-stomp.py-8.0.1.tar.gz

New:
----
  stomp.py-8.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-stomp.py.spec ++++++
--- /var/tmp/diff_new_pack.tvEBvH/_old  2023-03-11 18:24:51.279135340 +0100
+++ /var/tmp/diff_new_pack.tvEBvH/_new  2023-03-11 18:24:51.283135361 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stomp.py
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 %define skip_python2 1
 Name:           python-stomp.py
-Version:        8.0.1
+Version:        8.1.0
 Release:        0
 Summary:        Python STOMP client
 License:        Apache-2.0
 URL:            https://github.com/jasonrbriggs/stomp.py
 # using github archive for docs
-Source0:        
https://github.com/jasonrbriggs/stomp.py/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#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
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry}
 BuildRequires:  fdupes
@@ -58,9 +60,11 @@
 %python_uninstall_alternative stomp
 
 %files %{python_files}
-%doc README CHANGELOG.md
+%doc README.rst
+# CHANGELOG.md
 %license LICENSE
-%{python_sitelib}/*
 %python_alternative %{_bindir}/stomp
+%{python_sitelib}/stomp/
+%{python_sitelib}/stomp_py-%{version}*-info
 
 %changelog

Reply via email to