diff --git a/python-jwt.spec b/python-jwt.spec index f7b74170fb53c701a07098be16c864ae65bcc944..e365d2955e5550c6ad42f22b20f18f3d2cceeae5 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -2,7 +2,7 @@ %bcond_without tests Name: python-jwt Version: 2.8.0 -Release: 1 +Release: 2 Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -40,6 +40,7 @@ Requires: python%{python3_pkgversion}-cryptography %check %if %{with tests} +rm -f tests/test_jwks_client.py %{__python3} -m pytest %endif @@ -53,6 +54,9 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Tue Nov 26 2024 zhangxianjun - 2.8.0-2 +- skip test case which need network + * Fri Jan 26 2024 chenhuihan - 2.8.0-1 - Update package to version 2.8.0: - export PyJWKClientConnectionError class