Hello community,
here is the log from the commit of package python-xmltodict for
openSUSE:Factory checked in at 2020-06-02 14:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xmltodict (Old)
and /work/SRC/openSUSE:Factory/.python-xmltodict.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmltodict"
Tue Jun 2 14:36:05 2020 rev:5 rq:810186 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xmltodict/python-xmltodict.changes
2019-04-08 10:40:27.079297112 +0200
+++
/work/SRC/openSUSE:Factory/.python-xmltodict.new.3606/python-xmltodict.changes
2020-06-02 14:36:14.555066544 +0200
@@ -1,0 +2,5 @@
+Fri May 29 10:34:50 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xmltodict.spec ++++++
--- /var/tmp/diff_new_pack.GmDsDw/_old 2020-06-02 14:36:15.571069759 +0200
+++ /var/tmp/diff_new_pack.GmDsDw/_new 2020-06-02 14:36:15.571069759 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-xmltodict
#
-# Copyright (c) 2019 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
@@ -31,7 +31,7 @@
BuildRequires: python-rpm-macros
Requires: python-xml
BuildArch: noarch
-BuildRequires: %{python_module nose >= 1.0}
+BuildRequires: %{python_module pytest}
%python_subpackages
%description
@@ -54,7 +54,7 @@
%check
export LANG=en_US.UTF-8
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
%files %{python_files}
%license LICENSE