!2 update package to 1.4.0

Merge pull request !2 from 季新杰/master
This commit is contained in:
openeuler-ci-bot 2020-07-20 10:59:41 +08:00 committed by Gitee
commit e802ecc38a
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
pynacl-1.4.0.tar.gz Executable file

Binary file not shown.

View File

@ -2,8 +2,8 @@
Name: python-pynacl
Summary: Python binding to the libsodium library
Version: 1.2.1
Release: 4
Version: 1.4.0
Release: 1
License: ASL 2.0
URL: https://github.com/pyca/pynacl
Source0: https://github.com/pyca/pynacl/archive/%{version}/pynacl-%{version}.tar.gz
@ -20,6 +20,7 @@ Summary: Python binding to the libsodium library
BuildRequires: python2-devel python2-setuptools python2-cffi >= 1.4.1
BuildRequires: python2-six python2-pytest >= 3.2.1 python2-hypothesis >= 3.27.0
BuildRequires: python2-wheel
%{?python_provide:%python_provide python2-pynacl}
%description -n python2-pynacl
@ -32,6 +33,7 @@ Summary: Python binding to the libsodium library
BuildRequires: python3-devel python3-setuptools python3-cffi >= 1.4.1
BuildRequires: python3-six python3-pytest >= 3.2.1 python3-hypothesis >= 3.27.0
BuildRequires: python3-wheel
%{?python_provide:%python_provide python3-pynacl}
%description -n python3-pynacl
@ -71,5 +73,8 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v
%{python3_sitearch}/nacl/
%changelog
* Thu Jul 16 2020 jixinjie <jixinjie@huawei.com> - 1.4.0-1
- update package to 1.4.0
* Wed Nov 13 2019 Lijin Yang <yanglijin@huawei.com> - 1.2.1-4
- init package