Package: python-openleadr-python / 0.5.34+dfsg.1-3

Metadata

Package Version Patches format
python-openleadr-python 0.5.34+dfsg.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_port_to_python3.14.patch | (download)

test/test_reports.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 port to python 3.14
 In Python 3.14, get_event_loop() no longer create a new event loop
 when there is none. Thus we modify the code to create a new event loop
 if there is RuntimeError.