Hello community,
here is the log from the commit of package python-maxminddb for
openSUSE:Factory checked in at 2020-08-25 12:37:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-maxminddb (Old)
and /work/SRC/openSUSE:Factory/.python-maxminddb.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-maxminddb"
Tue Aug 25 12:37:02 2020 rev:9 rq:827063 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-maxminddb/python-maxminddb.changes
2020-08-04 20:17:46.128912653 +0200
+++
/work/SRC/openSUSE:Factory/.python-maxminddb.new.3399/python-maxminddb.changes
2020-08-25 12:37:03.421385339 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 14:12:17 UTC 2020 - John Vandenberg <[email protected]>
+
+- Replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-maxminddb.spec ++++++
--- /var/tmp/diff_new_pack.PK0mGl/_old 2020-08-25 12:37:05.377386302 +0200
+++ /var/tmp/diff_new_pack.PK0mGl/_new 2020-08-25 12:37:05.381386304 +0200
@@ -35,7 +35,7 @@
%endif
# SECTION test requirements
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -48,6 +48,7 @@
%prep
%setup -q -n maxminddb-%{version}
+sed -i '/nose/d' setup.py
%build
export CFLAGS="%{optflags}"
@@ -58,7 +59,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
-%python_exec setup.py test
+%pytest_arch
%files %{python_files}
%license LICENSE