forked from pool/python-PyJWT
Accepting request 1108939 from home:glaubitz:branches:devel:languages:python
- Update to version 2.8.0 * Update python version test matrix by @auvipy in #895 * Add ``strict_aud`` as an option to ``jwt.decode`` by @woodruffw in #902 * Export PyJWKClientConnectionError class by @daviddavis in #887 * Allows passing of ssl.SSLContext to PyJWKClient by @juur in #891 - Skip test_get_jwt_set_sslcontext_default test in testsuite OBS-URL: https://build.opensuse.org/request/show/1108939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=64
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-PyJWT
|
||||
Version: 2.7.0
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
Summary: JSON Web Token implementation in Python
|
||||
License: MIT
|
||||
@@ -57,7 +57,7 @@ find ./ -type f -name "*.py" -perm 644 -exec sed -i -e '1{\@^#!%{_bindir}/env py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest -k "not test_verify_false_deprecated"
|
||||
%pytest -k "not test_verify_false_deprecated" -k "not test_get_jwt_set_sslcontext_default"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user