Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fuzzywuzzy for
openSUSE:Factory checked in at 2021-05-17 18:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fuzzywuzzy (Old)
and /work/SRC/openSUSE:Factory/.python-fuzzywuzzy.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fuzzywuzzy"
Mon May 17 18:45:25 2021 rev:2 rq:893711 version:0.18.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fuzzywuzzy/python-fuzzywuzzy.changes
2020-03-10 09:51:21.224023468 +0100
+++
/work/SRC/openSUSE:Factory/.python-fuzzywuzzy.new.2988/python-fuzzywuzzy.changes
2021-05-17 18:45:56.052465905 +0200
@@ -1,0 +2,5 @@
+Mon May 17 10:47:45 UTC 2021 - [email protected]
+
+- use %pytest macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fuzzywuzzy.spec ++++++
--- /var/tmp/diff_new_pack.4mKQyW/_old 2021-05-17 18:45:56.548463801 +0200
+++ /var/tmp/diff_new_pack.4mKQyW/_new 2021-05-17 18:45:56.548463801 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-fuzzywuzzy
#
-# 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
@@ -27,6 +27,7 @@
Source:
https://files.pythonhosted.org/packages/source/f/fuzzywuzzy/fuzzywuzzy-%{version}.tar.gz
BuildRequires: %{python_module Levenshtein}
BuildRequires: %{python_module pycodestyle}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -48,7 +49,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc CHANGES.rst README README.rst