Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dukpy-kovidgoyal for
openSUSE:Factory checked in at 2021-10-08 00:06:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dukpy-kovidgoyal (Old)
and /work/SRC/openSUSE:Factory/.python-dukpy-kovidgoyal.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dukpy-kovidgoyal"
Fri Oct 8 00:06:20 2021 rev:2 rq:923791 version:0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dukpy-kovidgoyal/python-dukpy-kovidgoyal.changes
2018-08-24 17:02:36.845965356 +0200
+++
/work/SRC/openSUSE:Factory/.python-dukpy-kovidgoyal.new.2443/python-dukpy-kovidgoyal.changes
2021-10-08 00:07:17.625879781 +0200
@@ -1,0 +2,5 @@
+Thu Oct 7 13:16:08 UTC 2021 - [email protected]
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dukpy-kovidgoyal.spec ++++++
--- /var/tmp/diff_new_pack.jz62Ih/_old 2021-10-08 00:07:18.057880513 +0200
+++ /var/tmp/diff_new_pack.jz62Ih/_new 2021-10-08 00:07:18.061880521 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-dukpy-kovidgoyal
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -23,7 +23,7 @@
Summary: JavaScript in Python
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/kovidgoyal/dukpy
+URL: https://github.com/kovidgoyal/dukpy
Source: https://github.com/kovidgoyal/dukpy/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -50,7 +50,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
-%python_exec setup.py test
+%pyunittest_arch discover -v
%files %{python_files}
%doc README.rst