Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package i18nspector for openSUSE:Factory 
checked in at 2021-11-23 22:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/i18nspector (Old)
 and      /work/SRC/openSUSE:Factory/.i18nspector.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i18nspector"

Tue Nov 23 22:10:31 2021 rev:32 rq:933174 version:0.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes  2020-12-01 
14:23:08.333616184 +0100
+++ /work/SRC/openSUSE:Factory/.i18nspector.new.1895/i18nspector.changes        
2021-11-23 22:12:45.090445117 +0100
@@ -1,0 +2,6 @@
+Mon Nov 22 05:39:58 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Add patch switch-to-pytest.patch:
+  * Use pytest to run tests, rather than nose. 
+
+-------------------------------------------------------------------

New:
----
  switch-to-pytest.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ i18nspector.spec ++++++
--- /var/tmp/diff_new_pack.e7WxEW/_old  2021-11-23 22:12:45.634443317 +0100
+++ /var/tmp/diff_new_pack.e7WxEW/_new  2021-11-23 22:12:45.634443317 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package i18nspector
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,13 @@
 Source0:        
https://github.com/jwilk/i18nspector/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:        
https://github.com/jwilk/i18nspector/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
+# PATCH-FIX-UPSTREAM Adapted from gh#jwilk/i18nspector/pull/8
+Patch0:         switch-to-pytest.patch
 BuildRequires:  python3-devel >= 3.4
 # Requires for tests.
 BuildRequires:  python3-curses
-BuildRequires:  python3-nose
 BuildRequires:  python3-polib
+BuildRequires:  python3-pytest
 BuildRequires:  python3-rply
 #
 Requires:       python3-polib
@@ -51,6 +53,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 
@@ -62,7 +65,7 @@
 %py3_compile .
 
 %check
-%make_build test
+pytest -v
 
 %files
 %license doc/LICENSE


++++++ switch-to-pytest.patch ++++++
++++ 4672 lines (skipped)

Reply via email to