From bc6a39b3b00057e75e1cfa1f0f0198b2e9fa79d68d2bedf81dec8baf1dcd219a Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 6 Sep 2023 11:01:19 +0000 Subject: [PATCH] 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 --- PyJWT-2.7.0.tar.gz | 3 --- PyJWT-2.8.0.tar.gz | 3 +++ python-PyJWT.changes | 10 ++++++++++ python-PyJWT.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 PyJWT-2.7.0.tar.gz create mode 100644 PyJWT-2.8.0.tar.gz diff --git a/PyJWT-2.7.0.tar.gz b/PyJWT-2.7.0.tar.gz deleted file mode 100644 index 22c5505..0000000 --- a/PyJWT-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074 -size 77902 diff --git a/PyJWT-2.8.0.tar.gz b/PyJWT-2.8.0.tar.gz new file mode 100644 index 0000000..870eab3 --- /dev/null +++ b/PyJWT-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de +size 78313 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 3cfd0a4..814ca08 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 4 17:36:39 UTC 2023 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 87efd95..6789c61 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -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