From 048252bb8f90d7cefd4cf57d386c2d6c37821b52175beded0f95cfe83f5d1f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 28 Feb 2020 14:35:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=3 --- Telethon-1.11.3.tar.gz | 4 ++-- python-Telethon.spec | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Telethon-1.11.3.tar.gz b/Telethon-1.11.3.tar.gz index 4be088b..c9b4160 100644 --- a/Telethon-1.11.3.tar.gz +++ b/Telethon-1.11.3.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f399c6753789a03f24b3ecad4fb3c3c63515fe2f7fb9658a6cd7b4af14eaaa95 -size 426443 +oid sha256:d065f130ad61b6b0d914fbd1d0ca239df8cd20299d3bdc92ce90f44e30579899 +size 1350796 diff --git a/python-Telethon.spec b/python-Telethon.spec index 5288ec2..3381de0 100644 --- a/python-Telethon.spec +++ b/python-Telethon.spec @@ -51,11 +51,12 @@ find {README.rst,LICENSE} -type f -perm /111 -exec chmod 644 {} \; %install %python_install -%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests +%python_expand rm -r %{buildroot}%{$python_sitelib}/tests %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# test_all_methods_present needs readthedocs available +%pytest -k 'not test_all_methods_present' %files %{python_files} %doc README.rst