python3-Telethon: update to 1.32.1.

This commit is contained in:
Luciogi 2023-11-18 09:54:11 +05:00 committed by Duncan Overbruck
parent cf426c4e4a
commit d075c63e04

View file

@ -1,8 +1,12 @@
# Template file for 'python3-Telethon' # Template file for 'python3-Telethon'
pkgname=python3-Telethon pkgname=python3-Telethon
version=1.21.1 version=1.32.1
revision=4 revision=1
build_style=python3-module build_style=python3-module
make_check_args="--deselect tests/readthedocs/quick_references/test_client_reference.py::test_all_methods_present
--deselect tests/telethon/test_utils.py::test_private_get_extension
--deselect tests/telethon/extensions/test_html.py::test_entities_together
--deselect tests/telethon/extensions/test_markdown.py::test_entities_together"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-pyaes python3-rsa" depends="python3-pyaes python3-rsa"
checkdepends="$depends python3-pytest python3-pytest-asyncio" checkdepends="$depends python3-pytest python3-pytest-asyncio"
@ -11,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/LonamiWebs/Telethon" homepage="https://github.com/LonamiWebs/Telethon"
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz" distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
checksum=793a98e775f7f4261fb7fa7a4a447f92a663e6697c7a7a5afcf3a54bfd3cf289 checksum=ccf9ff5a8516c2b25cea5f94a677dee8715c10dfccc21b2e7dd5a7717f42d9d3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE