!10 enable check

From: @tong_1001 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2022-06-07 03:14:40 +00:00 committed by Gitee
commit 9f61f956a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <shixuantong@h-partners.com> - 2.3.0-2
- enable check
* Wed Nov 24 2021 liudabo <liudabo1@huawei.com> - 2.3.0-1
- upgrade version to 2.3.0