forked from pool/python-kmatch
Accepting request 964273 from home:pgajdos:python
- version update to 0.4.0 * no upstream changelog - added patches fix https://github.com/ambitioninc/kmatch/issues/42 + python-kmatch-no-mock.patch OBS-URL: https://build.opensuse.org/request/show/964273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kmatch?expand=0&rev=13
This commit is contained in:
12
python-kmatch-no-mock.patch
Normal file
12
python-kmatch-no-mock.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: kmatch-0.4.0/kmatch/tests/kmatch_tests.py
|
||||
===================================================================
|
||||
--- kmatch-0.4.0.orig/kmatch/tests/kmatch_tests.py 2020-12-22 22:27:55.000000000 +0100
|
||||
+++ kmatch-0.4.0/kmatch/tests/kmatch_tests.py 2022-03-23 12:33:03.395890702 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
from sys import version
|
||||
from unittest import TestCase
|
||||
-from mock import patch
|
||||
+from unittest.mock import patch
|
||||
|
||||
from kmatch import K
|
||||
|
||||
Reference in New Issue
Block a user