From 1b72fea97453005056c7352ac43e719dfa2baa9caec30f6786e3bcf7886a4e18 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Oct 2022 20:29:34 +0000 Subject: [PATCH] - Clean up SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=57 --- python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 8c0e878..16562cf 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 28 20:29:18 UTC 2022 - Matej Cepl + +- Clean up SPEC file. + ------------------------------------------------------------------- Thu Oct 27 21:01:10 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-PyJWT.spec b/python-PyJWT.spec index b00b9cc..2d41790 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -54,11 +54,12 @@ find ./ -type f -name "*.py" -perm 644 -exec sed -i -e '1{\@^#!%{_bindir}/env py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -o addopts="" -k "not test_verify_false_deprecated" +%pytest -k "not test_verify_false_deprecated" %files %{python_files} %license LICENSE %doc AUTHORS.rst CHANGELOG.rst README.rst -%{python_sitelib}/* +%{python_sitelib}/jwt +%{python_sitelib}/PyJWT-%{version}*-info %changelog