Package: python-telethon / 1.42.0-1

Metadata

Package Version Patches format
python-telethon 1.42.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reproducible | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
py314 test sync acontext.patch | (download)

tests/telethon/test_helpers.py | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 fix testsyncifyasynccontext.test_sync_acontext on python 3.14

`asyncio.get_event_loop` fails on Python 3.14 if there is no current
event loop.  For this particular test of sync behaviour, it seems to
make most sense to explicitly create one.