update package to 1.4.0
This commit is contained in:
parent
2a0cc663c2
commit
daf062a534
Binary file not shown.
BIN
pynacl-1.4.0.tar.gz
Executable file
BIN
pynacl-1.4.0.tar.gz
Executable file
Binary file not shown.
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: python-pynacl
|
Name: python-pynacl
|
||||||
Summary: Python binding to the libsodium library
|
Summary: Python binding to the libsodium library
|
||||||
Version: 1.2.1
|
Version: 1.4.0
|
||||||
Release: 4
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/pyca/pynacl
|
URL: https://github.com/pyca/pynacl
|
||||||
Source0: https://github.com/pyca/pynacl/archive/%{version}/pynacl-%{version}.tar.gz
|
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-devel python2-setuptools python2-cffi >= 1.4.1
|
||||||
BuildRequires: python2-six python2-pytest >= 3.2.1 python2-hypothesis >= 3.27.0
|
BuildRequires: python2-six python2-pytest >= 3.2.1 python2-hypothesis >= 3.27.0
|
||||||
|
BuildRequires: python2-wheel
|
||||||
%{?python_provide:%python_provide python2-pynacl}
|
%{?python_provide:%python_provide python2-pynacl}
|
||||||
|
|
||||||
%description -n 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-devel python3-setuptools python3-cffi >= 1.4.1
|
||||||
BuildRequires: python3-six python3-pytest >= 3.2.1 python3-hypothesis >= 3.27.0
|
BuildRequires: python3-six python3-pytest >= 3.2.1 python3-hypothesis >= 3.27.0
|
||||||
|
BuildRequires: python3-wheel
|
||||||
%{?python_provide:%python_provide python3-pynacl}
|
%{?python_provide:%python_provide python3-pynacl}
|
||||||
|
|
||||||
%description -n python3-pynacl
|
%description -n python3-pynacl
|
||||||
@ -71,5 +73,8 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v
|
|||||||
%{python3_sitearch}/nacl/
|
%{python3_sitearch}/nacl/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 13 2019 Lijin Yang <yanglijin@huawei.com> - 1.2.1-4
|
||||||
- init package
|
- init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user