From f1295c4008938a3feaa74a543500a125722000b1113cdb71397c031b3c54e3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 14 Jan 2025 07:26:10 +0000 Subject: [PATCH] Accepting request 1237555 from home:glaubitz:branches:devel:languages:python - Update to 1.38.1 * Fix Python 3.6 compatibility OBS-URL: https://build.opensuse.org/request/show/1237555 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=28 --- Telethon-1.38.0.tar.gz | 3 --- Telethon-1.38.1.tar.gz | 3 +++ python-Telethon.changes | 6 ++++++ python-Telethon.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 Telethon-1.38.0.tar.gz create mode 100644 Telethon-1.38.1.tar.gz diff --git a/Telethon-1.38.0.tar.gz b/Telethon-1.38.0.tar.gz deleted file mode 100644 index 50485bd..0000000 --- a/Telethon-1.38.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517f50157dcb176096a747ad8945fe5c254f62f29435dedee1ad6b790c4bec65 -size 506719 diff --git a/Telethon-1.38.1.tar.gz b/Telethon-1.38.1.tar.gz new file mode 100644 index 0000000..348c409 --- /dev/null +++ b/Telethon-1.38.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa2afdd1f9ac204530c861b2a9e4651985bdb4681486163668b6230cf857159 +size 506728 diff --git a/python-Telethon.changes b/python-Telethon.changes index facb3d8..278b8a8 100644 --- a/python-Telethon.changes +++ b/python-Telethon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 19:50:54 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.38.1 + * Fix Python 3.6 compatibility + ------------------------------------------------------------------- Thu Nov 21 09:29:35 UTC 2024 - Dirk Müller diff --git a/python-Telethon.spec b/python-Telethon.spec index a499ade..dd042d3 100644 --- a/python-Telethon.spec +++ b/python-Telethon.spec @@ -1,7 +1,7 @@ # # spec file for package python-Telethon # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define modname Telethon %{?sle15_python_module_pythons} Name: python-Telethon -Version: 1.38.0 +Version: 1.38.1 Release: 0 Summary: Full-featured Telegram client library for Python 3 License: MIT