Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-inflection for
openSUSE:Factory checked in at 2021-06-01 10:37:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-inflection (Old)
and /work/SRC/openSUSE:Factory/.python-inflection.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-inflection"
Tue Jun 1 10:37:36 2021 rev:6 rq:895757 version:0.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-inflection/python-inflection.changes
2020-08-29 20:44:54.821529386 +0200
+++
/work/SRC/openSUSE:Factory/.python-inflection.new.1898/python-inflection.changes
2021-06-01 10:38:50.292953654 +0200
@@ -1,0 +2,5 @@
+Wed May 26 06:52:58 UTC 2021 - [email protected]
+
+- %check: run testsuite with %pytest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-inflection.spec ++++++
--- /var/tmp/diff_new_pack.4wCXBG/_old 2021-06-01 10:38:50.752954438 +0200
+++ /var/tmp/diff_new_pack.4wCXBG/_new 2021-06-01 10:38:50.756954444 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-inflection
#
-# 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
@@ -24,16 +24,16 @@
Summary: A port of Ruby on Rails inflector to Python
License: MIT
Group: Development/Languages/Python
-URL: http://github.com/jpvanhal/inflection
+URL: https://github.com/jpvanhal/inflection
Source:
https://files.pythonhosted.org/packages/source/i/inflection/inflection-%{version}.tar.gz
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
-BuildArch: noarch
-
%python_subpackages
%description
@@ -52,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc README.rst