diff --git a/python-jwt.spec b/python-jwt.spec index eafc23b55f9a00949e3443ab8bd00137fdc9a717..1636ab3d1832584578c732a0cbae156d8332226e 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -1,8 +1,8 @@ %global srcname jwt -%bcond_with tests +%bcond_without tests Name: python-jwt Version: 2.3.0 -Release: 1 +Release: 2 Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -39,7 +39,7 @@ Requires: python%{python3_pkgversion}-cryptography %check %if %{with tests} -%{__python3} setup.py test +%{__python3} -m pytest %endif %files -n python%{python3_pkgversion}-jwt @@ -52,6 +52,9 @@ Requires: python%{python3_pkgversion}-cryptography %doc README.rst %changelog +* Tue Jun 07 2022 shixuantong - 2.3.0-2 +- enable check + * Wed Nov 24 2021 liudabo - 2.3.0-1 - upgrade version to 2.3.0