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