14
0

- Add 64_handl_embed_excep.patch fixing

gh#agronholm/exceptiongroup#64.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=14
This commit is contained in:
2023-07-04 23:39:40 +00:00
committed by Git OBS Bridge
parent 48c7731673
commit 75be636421
3 changed files with 104 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ Tue Jul 4 22:32:27 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Changed handling of exceptions in exception group handler
callbacks to not wrap a single exception in an exception
group, as per CPython issue gh#python/cpython#103590.
- Add 64_handl_embed_excep.patch fixing
gh#agronholm/exceptiongroup#64.
-------------------------------------------------------------------
Fri Apr 21 12:24:46 UTC 2023 - Dirk Müller <dmueller@suse.com>