Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-language-check for
openSUSE:Factory checked in at 2021-09-01 21:37:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-language-check (Old)
and /work/SRC/openSUSE:Factory/.python-language-check.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-language-check"
Wed Sep 1 21:37:20 2021 rev:4 rq:915482 version:1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-language-check/python-language-check.changes
2020-05-26 17:23:44.792545742 +0200
+++
/work/SRC/openSUSE:Factory/.python-language-check.new.1899/python-language-check.changes
2021-09-01 21:37:49.608923522 +0200
@@ -1,0 +2,5 @@
+Wed Sep 1 12:02:01 UTC 2021 - [email protected]
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-language-check.spec ++++++
--- /var/tmp/diff_new_pack.zWuxEG/_old 2021-09-01 21:37:50.400924475 +0200
+++ /var/tmp/diff_new_pack.zWuxEG/_new 2021-09-01 21:37:50.404924479 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-language-check
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@
BuildRequires: unzip
Requires: java = 1.8.0
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -77,7 +77,7 @@
%if %{with test}
%check
export LANG=en_US.UTF-8
-%python_exec setup.py test
+%pyunittest discover -v
%endif
%post