diff --git a/pynacl-1.2.1.tar.gz b/pynacl-1.2.1.tar.gz deleted file mode 100644 index 90684464138581d6e5ef79574b50170525239058..0000000000000000000000000000000000000000 Binary files a/pynacl-1.2.1.tar.gz and /dev/null differ diff --git a/pynacl-1.4.0.tar.gz b/pynacl-1.4.0.tar.gz new file mode 100755 index 0000000000000000000000000000000000000000..c416e24a9d2b43415a7c7922200df4e3ab156f6d Binary files /dev/null and b/pynacl-1.4.0.tar.gz differ diff --git a/python-pynacl.spec b/python-pynacl.spec index f69ab2126995971108931001504eaf448f7bc98a..82f887b5f8f43862331a8f50064bea2669d828fe 100644 --- a/python-pynacl.spec +++ b/python-pynacl.spec @@ -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 - 1.4.0-1 +- update package to 1.4.0 + * Wed Nov 13 2019 Lijin Yang - 1.2.1-4 - init package