Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Flask-Gravatar for
openSUSE:Factory checked in at 2021-10-13 18:06:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Gravatar (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-Gravatar.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Gravatar"
Wed Oct 13 18:06:23 2021 rev:3 rq:925051 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-Gravatar/python-Flask-Gravatar.changes
2019-02-26 22:22:57.970054125 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-Gravatar.new.2443/python-Flask-Gravatar.changes
2021-10-13 18:10:48.887719280 +0200
@@ -1,0 +2,5 @@
+Tue Sep 14 12:04:12 UTC 2021 - [email protected]
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Gravatar.spec ++++++
--- /var/tmp/diff_new_pack.A68IKu/_old 2021-10-13 18:10:49.275719888 +0200
+++ /var/tmp/diff_new_pack.A68IKu/_new 2021-10-13 18:10:49.275719888 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-Gravatar
#
-# 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
@@ -23,7 +23,7 @@
Summary: Small extension for Flask to make usage of Gravatar service
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/zzzsochi/Flask-Gravatar/
+URL: https://github.com/zzzsochi/Flask-Gravatar/
Source:
https://files.pythonhosted.org/packages/source/F/Flask-Gravatar/Flask-Gravatar-%{version}.tar.gz
Patch0: fix-requirements.patch
BuildRequires: %{python_module setuptools}
@@ -63,7 +63,7 @@
%check
export LC_CTYPE=en_US@UTF-8
-%python_exec setup.py test
+%pyunittest discover -v tests
%files %{python_files}
%doc AUTHORS CHANGES.rst README.rst