enable check test suite

This commit is contained in:
wangjiang 2022-07-01 09:32:31 +08:00
parent 44c35d06ca
commit eb98d88ac7

View File

@ -3,7 +3,7 @@
Name: python-pycryptodome
Version: 3.11.0
Release: 1
Release: 2
Summary: Cryptographic library for Python
License: BSD 2-Clause and Public Domain and Apache-2.0
URL: https://www.pycryptodome.org
@ -66,6 +66,9 @@ BuildRequires: gcc
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-%{pypi_name}
%doc AUTHORS.rst Changelog.rst README.rst
%license LICENSE.rst
@ -75,6 +78,9 @@ BuildRequires: gcc
%exclude %{python3_sitearch}/Crypto/SelfTest/Publickey/test_vectors/RSA/*.pem
%changelog
* Fri Jul 01 2022 wangjiang <wangjiang37@h-partners.com> - 3.11.0-2
- enable check test suite
* Thu Dec 09 2021 shixuantong<shixuantong@huawei.com> - 3.11.0-1
- update version to 3.11.0