Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hanzidentifier for
openSUSE:Factory checked in at 2021-06-01 10:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hanzidentifier (Old)
and /work/SRC/openSUSE:Factory/.python-hanzidentifier.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hanzidentifier"
Tue Jun 1 10:39:48 2021 rev:2 rq:896450 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-hanzidentifier/python-hanzidentifier.changes
2019-09-02 13:24:54.793317359 +0200
+++
/work/SRC/openSUSE:Factory/.python-hanzidentifier.new.1898/python-hanzidentifier.changes
2021-06-01 10:41:26.573219724 +0200
@@ -1,0 +2,5 @@
+Mon May 31 06:51:49 UTC 2021 - [email protected]
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hanzidentifier.spec ++++++
--- /var/tmp/diff_new_pack.HD8oZC/_old 2021-06-01 10:41:26.957220378 +0200
+++ /var/tmp/diff_new_pack.HD8oZC/_new 2021-06-01 10:41:26.957220378 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-hanzidentifier
#
-# Copyright (c) 2019 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,8 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,11 +22,11 @@
Release: 0
License: MIT
Summary: Python module that identifies Chinese text as Simplified or
Traditional
-Url: https://github.com/tsroten/hanzidentifier
+URL: https://github.com/tsroten/hanzidentifier
Group: Development/Languages/Python
Source:
https://github.com/tsroten/hanzidentifier/archive/v%{version}.tar.gz#/hanzidentifier-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module zhon >= 1.1.3}
# /SECTION
@@ -49,7 +50,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pyunittest discover -v
%files %{python_files}
%doc README.rst