From 06e50e473c187ca94ad17f21a0dc51924c2a80d4 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Fri, 1 Jul 2022 09:44:22 +0800 Subject: [PATCH] enable check test suite --- python-pycryptodome.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 556985c..7eb5701 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -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 - 3.11.0-2 +- enable check test suite + * Thu Dec 09 2021 shixuantong - 3.11.0-1 - update version to 3.11.0 -- Gitee