diff --git a/python-pynacl.spec b/python-pynacl.spec index 976a4343196b73ef4d00d4302e2fab9a4a61ad62..c0e612693e35c38f52fc44b7dd0752d9f522d476 100644 --- a/python-pynacl.spec +++ b/python-pynacl.spec @@ -1,9 +1,10 @@ %{?python_enable_dependency_generator} +%bcond_without check Name: python-pynacl Summary: Python binding to the libsodium library Version: 1.4.0 -Release: 2 +Release: 3 License: ASL 2.0 URL: https://github.com/pyca/pynacl Source0: https://github.com/pyca/pynacl/archive/%{version}/pynacl-%{version}.tar.gz @@ -51,6 +52,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v %{python3_sitearch}/nacl/ %changelog +* Mon Apr 11 2022 zhanzhimin - 1.4.0-3 +- enable tests + * Wed Aug 5 2020 yanglongkang - 1.4.0-2 - fix build fail,delete python2 buildrequire