14
0
forked from pool/python-PyJWT
2022-10-28 20:29:34 +00:00
committed by Git OBS Bridge
parent 8d0b5e0cde
commit 1b72fea974
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 28 20:29:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 27 21:01:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Thu Oct 27 21:01:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -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} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %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} %files %{python_files}
%license LICENSE %license LICENSE
%doc AUTHORS.rst CHANGELOG.rst README.rst %doc AUTHORS.rst CHANGELOG.rst README.rst
%{python_sitelib}/* %{python_sitelib}/jwt
%{python_sitelib}/PyJWT-%{version}*-info
%changelog %changelog