Hello community,
here is the log from the commit of package python-agate-sql for
openSUSE:Factory checked in at 2020-04-16 23:07:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-sql (Old)
and /work/SRC/openSUSE:Factory/.python-agate-sql.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-sql"
Thu Apr 16 23:07:17 2020 rev:3 rq:794648 version:0.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-sql/python-agate-sql.changes
2019-04-18 13:58:36.727998963 +0200
+++
/work/SRC/openSUSE:Factory/.python-agate-sql.new.2738/python-agate-sql.changes
2020-04-16 23:07:20.071892777 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 18:27:27 UTC 2020 - Matej Cepl <[email protected]>
+
+- Switch from using nosetest runner to pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-agate-sql.spec ++++++
--- /var/tmp/diff_new_pack.1aeLhx/_old 2020-04-16 23:07:21.559894103 +0200
+++ /var/tmp/diff_new_pack.1aeLhx/_new 2020-04-16 23:07:21.563894106 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-agate-sql
#
-# 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: SQL read/write support for agate
License: MIT
Group: Development/Languages/Python
-Url: http://agate-sql.readthedocs.org/
+URL: http://agate-sql.readthedocs.org/
Source:
https://github.com/wireservice/agate-sql/archive/%{version}.tar.gz
# we do not have crate dialect
Patch0: python-agate-sql-no-crate.patch
@@ -34,7 +34,7 @@
# SECTION test requirements
BuildRequires: %{python_module SQLAlchemy >= 1.0.8}
BuildRequires: %{python_module agate >= 1.5.0}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-SQLAlchemy >= 1.0.8
Requires: python-agate >= 1.5.0
@@ -58,7 +58,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
%files %{python_files}
%defattr(-,root,root,-)