15
0
forked from pool/python-chest

- Add patch support-python-310.patch:

* Support Python 3.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chest?expand=0&rev=10
This commit is contained in:
2022-01-31 04:23:07 +00:00
committed by Git OBS Bridge
parent f454f91a2e
commit 34890e8a73
3 changed files with 19 additions and 3 deletions

10
support-python-310.patch Normal file
View File

@@ -0,0 +1,10 @@
Index: chest-0.2.3/chest/core.py
===================================================================
--- chest-0.2.3.orig/chest/core.py
+++ chest-0.2.3/chest/core.py
@@ -1,4 +1,4 @@
-from collections import MutableMapping
+from collections.abc import MutableMapping
from functools import partial
from threading import Lock
from contextlib import contextmanager