15
0
forked from pool/python-kmatch

- update to 0.5.0:

* Add support for python 3.9
  * Drop support for python 3.5, 3.6
- Remove unneeded BuildRequires on mock.
  * no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kmatch?expand=0&rev=17
This commit is contained in:
2023-12-27 14:25:48 +00:00
committed by Git OBS Bridge
parent 46113bb43f
commit b24ac05dcc
5 changed files with 25 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
Index: kmatch-0.4.0/kmatch/tests/kmatch_tests.py
Index: kmatch-0.5.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
--- kmatch-0.5.0.orig/kmatch/tests/kmatch_tests.py
+++ kmatch-0.5.0/kmatch/tests/kmatch_tests.py
@@ -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
from sys import version
from unittest import TestCase
-from mock import patch
+from unittest.mock import patch
from kmatch import K