15
0

- syntaxerror_failing_test.patch (from

fdd4ad9..4d33cc6).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=22
This commit is contained in:
2022-02-02 22:02:33 +00:00
committed by Git OBS Bridge
parent bee9ade68e
commit 5104e34cdf
3 changed files with 63 additions and 16 deletions

View File

@@ -4,8 +4,8 @@ Wed Feb 2 20:04:24 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix failing tests:
- typing_extensions.patch (post Python 3.8 we don't need
typing_extensions package at all)
- syntaxerror_failing_test.patch (This is actually fixed in the
post-0.22.1 development, but waiting on it.)
- syntaxerror_failing_test.patch (from
https://github.com/bpython/bpython/compare/fdd4ad9..4d33cc6).
-------------------------------------------------------------------
Sun Jan 23 17:31:17 UTC 2022 - Arun Persaud <arun@gmx.de>