Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-case for openSUSE:Factory 
checked in at 2021-09-20 23:31:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-case (Old)
 and      /work/SRC/openSUSE:Factory/.python-case.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-case"

Mon Sep 20 23:31:57 2021 rev:5 rq:919029 version:1.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-case/python-case.changes  2020-08-25 
12:36:48.137377804 +0200
+++ /work/SRC/openSUSE:Factory/.python-case.new.1899/python-case.changes        
2021-09-20 23:32:15.967107824 +0200
@@ -1,0 +2,7 @@
+Wed Sep 15 04:38:57 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add remove-nose.patch:
+  * Stop using nose to skip tests.
+- Adjust Requires from python-nose to python-pytest. 
+
+-------------------------------------------------------------------

New:
----
  remove-nose.patch

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

Other differences:
------------------
++++++ python-case.spec ++++++
--- /var/tmp/diff_new_pack.Ayf5X0/_old  2021-09-20 23:32:16.631108644 +0200
+++ /var/tmp/diff_new_pack.Ayf5X0/_new  2021-09-20 23:32:16.631108644 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-case
 #
-# 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
@@ -27,11 +27,12 @@
 Source:         
https://files.pythonhosted.org/packages/source/c/case/case-%{version}.tar.gz
 Patch0:         remove_unittest2.patch
 Patch1:         remove_coverage.patch
+Patch2:         remove-nose.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-mock >= 2.0
-Requires:       python-nose >= 1.3.7
+Requires:       python-pytest
 Requires:       python-setuptools
 Requires:       python-six
 BuildArch:      noarch

++++++ remove-nose.patch ++++++
Index: case-1.5.3/case/skip.py
===================================================================
--- case-1.5.3.orig/case/skip.py
+++ case-1.5.3/case/skip.py
@@ -4,7 +4,7 @@ import importlib
 import os
 import sys
 
-from nose import SkipTest
+from unittest import SkipTest
 
 from .utils import decorator, symbol_by_name
 

Reply via email to