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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074
|
|
||||||
size 77902
|
|
BIN
PyJWT-2.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
PyJWT-2.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 17:36:39 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 19 13:25:05 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
Fri May 19 13:25:05 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-PyJWT
|
Name: python-PyJWT
|
||||||
Version: 2.7.0
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON Web Token implementation in Python
|
Summary: JSON Web Token implementation in Python
|
||||||
License: MIT
|
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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user