Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Telethon for openSUSE:Factory
checked in at 2026-05-04 12:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Telethon (Old)
and /work/SRC/openSUSE:Factory/.python-Telethon.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Telethon"
Mon May 4 12:54:33 2026 rev:16 rq:1350578 version:1.43.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Telethon/python-Telethon.changes
2025-07-30 11:47:01.758824548 +0200
+++
/work/SRC/openSUSE:Factory/.python-Telethon.new.30200/python-Telethon.changes
2026-05-04 12:58:06.936835190 +0200
@@ -1,0 +2,15 @@
+Sun May 3 19:55:36 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.43.2:
+ * Fix high CPU usage when connection is closed by remote
+ * Remove duplicate warnings import leading to error
+ * Remove regex implications from USERNAME_INVALID error message
+
+-------------------------------------------------------------------
+Sun Apr 12 21:23:00 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.43.0:
+ *
https://docs.telethon.dev/en/stable/misc/changelog.html#support-for-building-with-hatch-v1-43
+- drop stop-using-event_loop-fixture.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
Telethon-1.40.0.tar.gz
stop-using-event_loop-fixture.patch
New:
----
Telethon-1.43.2-cb.tar.gz
----------(Old B)----------
Old: *
https://docs.telethon.dev/en/stable/misc/changelog.html#support-for-building-with-hatch-v1-43
- drop stop-using-event_loop-fixture.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Telethon.spec ++++++
--- /var/tmp/diff_new_pack.LOdui3/_old 2026-05-04 12:58:07.420855109 +0200
+++ /var/tmp/diff_new_pack.LOdui3/_new 2026-05-04 12:58:07.420855109 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Telethon
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
%define modname Telethon
%{?sle15_python_module_pythons}
Name: python-Telethon
-Version: 1.40.0
+Version: 1.43.2
Release: 0
Summary: Full-featured Telegram client library for Python 3
License: MIT
-URL: https://github.com/LonamiWebs/Telethon
-Source:
https://github.com/LonamiWebs/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#LonamiWebs/Telethon#4670
-Patch0: stop-using-event_loop-fixture.patch
+URL: https://codeberg.org/Lonami/Telethon
+Source:
https://codeberg.org/Lonami/Telethon/archive/v%{version}.tar.gz#/%{modname}-%{version}-cb.tar.gz
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyaes}
BuildRequires: %{python_module pytest-asyncio}
@@ -34,8 +33,6 @@
BuildRequires: %{python_module pytest-trio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rsa}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pyaes
@@ -48,7 +45,7 @@
as a user or through a bot account (bot API alternative).
%prep
-%autosetup -p1 -n Telethon-%{version}
+%autosetup -p1 -n telethon
chmod -x *.rst LICENSE
%build
@@ -60,6 +57,7 @@
%check
# test_all_methods_present needs readthedocs available
+mv telethon _telethon
%pytest -k 'not (test_all_methods_present or test_send_msg_and_file)'
%files %{python_files}