Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ntfy for openSUSE:Factory 
checked in at 2022-02-17 23:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ntfy (Old)
 and      /work/SRC/openSUSE:Factory/.python-ntfy.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ntfy"

Thu Feb 17 23:40:18 2022 rev:7 rq:955593 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ntfy/python-ntfy.changes  2021-06-01 
10:36:20.736699033 +0200
+++ /work/SRC/openSUSE:Factory/.python-ntfy.new.1958/python-ntfy.changes        
2022-02-17 23:41:50.523700261 +0100
@@ -1,0 +2,15 @@
+Thu Feb 17 08:53:36 UTC 2022 - Matthias Bach <ma...@marix.org> - 2.7.0
+
+- Switch test execution to pytest to allow for deselecting tests of
+  optional functionality for which we lack the requiired
+  dependencies.
+- Drop build dependency to the sleekxmpp Python module which got
+  dropped from Factory.
+
+-------------------------------------------------------------------
+Mon Jan 10 19:46:43 UTC 2022 - Matthias Bach <ma...@marix.org>
+
+- Stop using %pyunittest as this seems to cause build failures on
+  Leap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ntfy.spec ++++++
--- /var/tmp/diff_new_pack.njvJTJ/_old  2022-02-17 23:41:51.103700256 +0100
+++ /var/tmp/diff_new_pack.njvJTJ/_new  2022-02-17 23:41:51.111700256 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ntfy
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020 Matthias Bach <ma...@marix.org>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,17 +31,17 @@
 BuildRequires:  %{python_module emoji}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module ruamel.yaml}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module sleekxmpp}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-appdirs
 Requires:       python-requests
 Requires:       python-ruamel.yaml
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Suggests:       python-dnspython3
 Suggests:       python-emoji
 Suggests:       python-instapush
@@ -78,7 +78,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/ntfy*
 
 %check
-%pyunittest discover -v
+%pytest --ignore 'tests/test_xmpp.py' -k 'not test_xmpp'
 
 %post
 %python_install_alternative ntfy

Reply via email to