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 2022-02-14 22:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stomp.py (Old)
 and      /work/SRC/openSUSE:Factory/.python-stomp.py.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stomp.py"

Mon Feb 14 22:36:00 2022 rev:11 rq:954212 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stomp.py/python-stomp.py.changes  
2021-04-19 21:07:29.220163188 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-stomp.py.new.1956/python-stomp.py.changes    
    2022-02-14 22:36:12.561419661 +0100
@@ -1,0 +2,21 @@
+Mon Feb 14 11:22:18 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- Relieve python dependencies (replace ^ with >=).
+
+-------------------------------------------------------------------
+Sun Feb  6 08:23:36 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- remove need for two source tarballs, use only the github one with pyproject 
macros
+- update to version 8.0.0:
+ * Add support for backwards compatible CONNECT in 1.1 and 1.2 protocols 
(https://github.com/jasonrbriggs/stomp.py/pull/348)
+ * Flip DEFAULT_SSL_VERSION to use ssl.PROTOCOL_TLS rather than 
ssl.PROTOCOL_TLSv1
+ * Check SSL certificate for expiry if PyOpenSSL is installed
+ * Remove deprecated constructor params (use_ssl, and other ssl params)
+ * Minor cleanup (remove debian packaging config, since it didn't work any 
more)
+ * Add log_to_stdout method to force command line logging to stdout (useful 
for testing)
+ * Various updates for docker testing
+ * Add mac keepalive functionality
+ * Minor update to daemon attribute 
(https://github.com/jasonrbriggs/stomp.py/pull/361)
+ * Fix issue with heartbeat listener disconnecting the socket 
(https://github.com/jasonrbriggs/stomp.py/issues/219 - 
https://github.com/jasonrbriggs/stomp.py/pull/369)
+
+-------------------------------------------------------------------

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

New:
----
  python-stomp.py-8.0.0.tar.gz

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

Other differences:
------------------
++++++ python-stomp.py.spec ++++++
--- /var/tmp/diff_new_pack.oMqUbi/_old  2022-02-14 22:36:13.081421016 +0100
+++ /var/tmp/diff_new_pack.oMqUbi/_new  2022-02-14 22:36:13.093421047 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stomp.py
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,21 @@
 
 %define skip_python2 1
 Name:           python-stomp.py
-Version:        7.0.0
+Version:        8.0.0
 Release:        0
 Summary:        Python STOMP client
 License:        Apache-2.0
 URL:            https://github.com/jasonrbriggs/stomp.py
-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}
+Source0:        
https://github.com/jasonrbriggs/stomp.py/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-generators
 BuildRequires:  python-rpm-macros
-Requires:       python-docopt >= 0.6.2
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
+%{?python_enable_dependency_generator}
 BuildArch:      noarch
 %python_subpackages
 
@@ -40,13 +41,13 @@
 
 %prep
 %setup -q -n stomp.py-%{version}
-%setup -q -n stomp.py-%{version} -D -b 1
+sed -i 's/\^/>=/' pyproject.toml
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/stomp
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 

++++++ python-stomp.py-7.0.0.tar.gz -> python-stomp.py-8.0.0.tar.gz ++++++
++++ 2083 lines of diff (skipped)

Reply via email to