From c2b88c2c32f5b4b13abc72cca3ded6d62c82500a4ac15730376fee9d685c3669 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Dec 2022 21:26:32 +0000 Subject: [PATCH] Accepting request 1040417 from home:yarunachalam:branches:devel:languages:python - Update to version 1.26.0 * Bump to v1.26 and update layer to 149 Sort updates preemptively Closes #3936. There are two changes made to ensure the first update in a channel cannot be lost, first by always sorting updates before applying pts, and second by cautiously initializing the local pts if the client had no pts known beforehand. It might be possible to cleanup the handling of possible gaps now that updates are always sorted, but that requires more thought. OBS-URL: https://build.opensuse.org/request/show/1040417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=22 --- Telethon-1.25.4.tar.gz | 3 --- Telethon-1.26.0.tar.gz | 3 +++ python-Telethon.changes | 14 ++++++++++++++ python-Telethon.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 Telethon-1.25.4.tar.gz create mode 100644 Telethon-1.26.0.tar.gz diff --git a/Telethon-1.25.4.tar.gz b/Telethon-1.25.4.tar.gz deleted file mode 100644 index d5fd139..0000000 --- a/Telethon-1.25.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a575d49679989ea490b203eb5b1fe29795c19f1f03e71a754458262274502d -size 471822 diff --git a/Telethon-1.26.0.tar.gz b/Telethon-1.26.0.tar.gz new file mode 100644 index 0000000..275c700 --- /dev/null +++ b/Telethon-1.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e191f3ee2b1806f8a0a0ca4becdc61a82e07a2f5018799c17b57abb7245e1f +size 475576 diff --git a/python-Telethon.changes b/python-Telethon.changes index 4f25756..34afdf9 100644 --- a/python-Telethon.changes +++ b/python-Telethon.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Dec 5 19:32:14 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.26.0 + * Bump to v1.26 and update layer to 149 + Sort updates preemptively + Closes #3936. + There are two changes made to ensure the first update in a channel + cannot be lost, first by always sorting updates before applying pts, + and second by cautiously initializing the local pts if the client + had no pts known beforehand. + It might be possible to cleanup the handling of possible gaps now + that updates are always sorted, but that requires more thought. + ------------------------------------------------------------------- Thu Oct 27 21:22:55 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Telethon.spec b/python-Telethon.spec index c9ce5bd..6f82ada 100644 --- a/python-Telethon.spec +++ b/python-Telethon.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %define modname Telethon Name: python-Telethon -Version: 1.25.4 +Version: 1.26.0 Release: 0 Summary: Full-featured Telegram client library for Python 3 License: MIT