diff --git a/PyNaCl-1.4.0.tar.gz b/PyNaCl-1.4.0.tar.gz deleted file mode 100644 index 1ba0cd5..0000000 --- a/PyNaCl-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505 -size 3416950 diff --git a/PyNaCl-1.5.0.tar.gz b/PyNaCl-1.5.0.tar.gz new file mode 100644 index 0000000..ee28554 --- /dev/null +++ b/PyNaCl-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba +size 3392854 diff --git a/python-PyNaCl.changes b/python-PyNaCl.changes index 89bbeaa..9dea630 100644 --- a/python-PyNaCl.changes +++ b/python-PyNaCl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 9 18:54:14 UTC 2022 - Michael Ströder + +- Update to 1.5.0 + * Removed support for Python 2.7 and Python 3.5. + * Changes of binary wheel distributions. + * Update libsodium to 1.0.18-stable (July 25, 2021 release). + * Add inline type hints. + ------------------------------------------------------------------- Mon Nov 8 10:39:20 UTC 2021 - Dirk Müller diff --git a/python-PyNaCl.spec b/python-PyNaCl.spec index 12e1914..75a1464 100644 --- a/python-PyNaCl.spec +++ b/python-PyNaCl.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyNaCl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-PyNaCl -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Python binding to the Networking and Cryptography (NaCl) library License: Apache-2.0 @@ -35,7 +36,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(libsodium) +BuildRequires: pkgconfig(libsodium) >= 1.0.18 Requires: python-cffi Requires: python-six # SECTION test requirements