Hello community,
here is the log from the commit of package python-Flask-Mail for
openSUSE:Factory checked in at 2020-06-11 10:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Mail (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-Mail.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Mail"
Thu Jun 11 10:13:17 2020 rev:2 rq:813386 version:0.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Flask-Mail/python-Flask-Mail.changes
2018-10-25 09:11:59.894302162 +0200
+++
/work/SRC/openSUSE:Factory/.python-Flask-Mail.new.3606/python-Flask-Mail.changes
2020-06-11 10:17:29.749622603 +0200
@@ -1,0 +2,5 @@
+Wed Jun 10 08:35:46 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose (and spec-cleaner)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Mail.spec ++++++
--- /var/tmp/diff_new_pack.wwv3BH/_old 2020-06-11 10:17:31.421627970 +0200
+++ /var/tmp/diff_new_pack.wwv3BH/_new 2020-06-11 10:17:31.425627983 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-Mail
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,31 @@
# 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-%{**}}
Name: python-Flask-Mail
Version: 0.9.1
Release: 0
-License: BSD-3-Clause
Summary: Flask extension for sending email
-Url: https://github.com/rduplain/flask-mail
+License: BSD-3-Clause
Group: Development/Languages/Python
+URL: https://github.com/rduplain/flask-mail
Source:
https://files.pythonhosted.org/packages/source/F/Flask-Mail/Flask-Mail-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
# Test requirements
-BuildRequires: %{python_module mock}
-BuildRequires: %{python_module speaklater}
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module blinker}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module speaklater}
# End of test requirements
-Requires: python-blinker
Requires: python-Flask
+Requires: python-blinker
BuildArch: noarch
-
%python_subpackages
%description
@@ -54,7 +53,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec %{_bindir}/nosetests
+%python_exec -m unittest discover
%files %{python_files}
%doc README.rst