Hello community,
here is the log from the commit of package python-wikipedia for
openSUSE:Factory checked in at 2020-06-02 14:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wikipedia (Old)
and /work/SRC/openSUSE:Factory/.python-wikipedia.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wikipedia"
Tue Jun 2 14:41:56 2020 rev:4 rq:810736 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wikipedia/python-wikipedia.changes
2018-12-13 19:44:59.872969350 +0100
+++
/work/SRC/openSUSE:Factory/.python-wikipedia.new.3606/python-wikipedia.changes
2020-06-02 14:42:44.700300135 +0200
@@ -1,0 +2,5 @@
+Fri May 29 10:59:02 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wikipedia.spec ++++++
--- /var/tmp/diff_new_pack.3k1aGv/_old 2020-06-02 14:42:45.528302752 +0200
+++ /var/tmp/diff_new_pack.3k1aGv/_new 2020-06-02 14:42:45.528302752 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-wikipedia
#
-# 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
@@ -26,7 +26,7 @@
URL: https://github.com/goldsmith/Wikipedia
Source:
https://files.pythonhosted.org/packages/source/w/wikipedia/wikipedia-%{version}.tar.gz
BuildRequires: %{python_module beautifulsoup4}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -55,7 +55,7 @@
%check
ln -s tests/request_mock_data.py .
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
%files %{python_files}
%license LICENSE