14
0
forked from pool/python-mypy

- Add patch workaround-parenthesized-context-managers.patch:

* Work around parenthesized context managers issue.
- Stop skipping tests that are now fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy?expand=0&rev=13
This commit is contained in:
2024-04-04 04:59:52 +00:00
committed by Git OBS Bridge
parent ca87b07efe
commit 682c3bbd77
3 changed files with 143 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 4 04:58:56 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch workaround-parenthesized-context-managers.patch:
* Work around parenthesized context managers issue.
- Stop skipping tests that are now fixed.
-------------------------------------------------------------------
Wed Mar 27 15:59:56 UTC 2024 - ecsos <ecsos@opensuse.org>