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 2025-01-14 16:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Telethon (Old)
 and      /work/SRC/openSUSE:Factory/.python-Telethon.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Telethon"

Tue Jan 14 16:23:49 2025 rev:12 rq:1237650 version:1.38.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Telethon/python-Telethon.changes  
2024-11-21 15:19:15.999047499 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Telethon.new.1881/python-Telethon.changes    
    2025-01-14 16:24:35.526838437 +0100
@@ -1,0 +2,6 @@
+Mon Jan 13 19:50:54 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 1.38.1
+  * Fix Python 3.6 compatibility
+
+-------------------------------------------------------------------

Old:
----
  Telethon-1.38.0.tar.gz

New:
----
  Telethon-1.38.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Telethon.spec ++++++
--- /var/tmp/diff_new_pack.dufcsf/_old  2025-01-14 16:24:36.078861471 +0100
+++ /var/tmp/diff_new_pack.dufcsf/_new  2025-01-14 16:24:36.078861471 +0100
@@ -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

++++++ Telethon-1.38.0.tar.gz -> Telethon-1.38.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Telethon-1.38.0/telethon/client/uploads.py 
new/Telethon-1.38.1/telethon/client/uploads.py
--- old/Telethon-1.38.0/telethon/client/uploads.py      2024-11-17 
22:32:16.000000000 +0100
+++ new/Telethon-1.38.1/telethon/client/uploads.py      2024-11-18 
17:04:07.000000000 +0100
@@ -133,7 +133,7 @@
             comment_to: 'typing.Union[int, types.Message]' = None,
             ttl: int = None,
             nosound_video: bool = None,
-            **kwargs) -> list[typing.Any] | typing.Any:
+            **kwargs) -> typing.Union[typing.List[typing.Any], typing.Any]:
         """
         Sends message with the given file to the specified entity.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Telethon-1.38.0/telethon/version.py 
new/Telethon-1.38.1/telethon/version.py
--- old/Telethon-1.38.0/telethon/version.py     2024-11-17 22:32:16.000000000 
+0100
+++ new/Telethon-1.38.1/telethon/version.py     2024-11-18 17:04:07.000000000 
+0100
@@ -1,3 +1,3 @@
 # Versions should comply with PEP440.
 # This line is parsed in setup.py:
-__version__ = '1.38.0'
+__version__ = '1.38.1'

Reply via email to