forked from pool/python-kmatch
- 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
13 lines
448 B
Diff
13 lines
448 B
Diff
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
|
|
|