Hello community,
here is the log from the commit of package python-agate-dbf for
openSUSE:Factory checked in at 2020-04-16 23:07:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-dbf (Old)
and /work/SRC/openSUSE:Factory/.python-agate-dbf.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-dbf"
Thu Apr 16 23:07:08 2020 rev:3 rq:794646 version:0.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-dbf/python-agate-dbf.changes
2019-04-18 09:56:41.449351342 +0200
+++
/work/SRC/openSUSE:Factory/.python-agate-dbf.new.2738/python-agate-dbf.changes
2020-04-16 23:07:10.759884487 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 17:51:24 UTC 2020 - Matej Cepl <[email protected]>
+
+- Switch from using nosetest runner to pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-agate-dbf.spec ++++++
--- /var/tmp/diff_new_pack.CY5ZmV/_old 2020-04-16 23:07:11.819885431 +0200
+++ /var/tmp/diff_new_pack.CY5ZmV/_new 2020-04-16 23:07:11.823885434 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-agate-dbf
#
-# 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
@@ -23,7 +23,7 @@
Summary: Read support for dbf files for agate
License: MIT
Group: Development/Languages/Python
-Url: http://agate-dbf.readthedocs.org/
+URL: http://agate-dbf.readthedocs.org/
# https://github.com/wireservice/agate-dbf/issues/4
Source:
https://github.com/wireservice/agate-dbf/archive/%{version}.tar.gz
BuildRequires: %{python_module devel}
@@ -33,7 +33,7 @@
# SECTION test requirements
BuildRequires: %{python_module agate >= 1.5.0}
BuildRequires: %{python_module dbfread >= 2.0.5}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-agate >= 1.5.0
Requires: python-dbfread >= 2.0.5
@@ -56,7 +56,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
%files %{python_files}
%defattr(-,root,root,-)