diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-telethon.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /Telethon-1.28.2.tar.gz +/Telethon-1.28.5.tar.gz diff --git a/python-telethon.spec b/python-telethon.spec index 2ff369d..3a8d19e 100644 --- a/python-telethon.spec +++ b/python-telethon.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Telethon -Version: 1.28.2 +Version: 1.28.5 Release: 1 Summary: Full-featured Telegram client library for Python 3 License: MIT URL: https://github.com/LonamiWebs/Telethon -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/b6/f30d6d4d1f6cd78535723e6069817fa10c7215f8b287420f9b2eacfd244d/Telethon-1.28.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/96/65/c2874acb14aa7cd9dcae739a4e862a48dd6de13738b3052ec6acceacd27b/Telethon-1.28.5.tar.gz BuildArch: noarch Requires: python3-pyaes @@ -46,7 +46,7 @@ as a user or through a bot account (bot API alternative). read `Compatibility and Convenience`_ to learn how to migrate. %prep -%autosetup -n Telethon-1.28.2 +%autosetup -n Telethon-1.28.5 %build %py3_build @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.28.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.28.5-1 - Package Spec generated @@ -1 +1 @@ -4c8b30864c5bc8432f6399a86fc9fbad Telethon-1.28.2.tar.gz +91ee3dca9a6a027103598744028b1c8d Telethon-1.28.5.tar.gz |