diff --git a/PyNaCl-1.5.0.tar.gz b/PyNaCl-1.5.0.tar.gz deleted file mode 100644 index ee28554..0000000 --- a/PyNaCl-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba -size 3392854 diff --git a/pynacl-1.6.0.tar.gz b/pynacl-1.6.0.tar.gz new file mode 100644 index 0000000..df6b8a8 --- /dev/null +++ b/pynacl-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb36deafe6e2bce3b286e5d1f3e1c246e0ccdb8808ddb4550bb2792f2df298f2 +size 3505641 diff --git a/python-PyNaCl.changes b/python-PyNaCl.changes index 419f17e..7517d65 100644 --- a/python-PyNaCl.changes +++ b/python-PyNaCl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Sep 14 22:37:41 UTC 2025 - Dirk Müller + +- update to 1.6.0: + * BACKWARDS INCOMPATIBLE: Removed support for Python 3.6 and + 3.7. + * Added support for the low level AEAD AES bindings. + * Added support for crypto_core_ed25519_from_uniform. + * Update libsodium to 1.0.20-stable (2025-08-27 build). + * Added support for free-threaded Python 3.14. + * Added support for Windows on ARM wheels. + ------------------------------------------------------------------- Tue May 6 13:45:01 UTC 2025 - Markéta Machová diff --git a/python-PyNaCl.spec b/python-PyNaCl.spec index 666b00e..140bbe7 100644 --- a/python-PyNaCl.spec +++ b/python-PyNaCl.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyNaCl # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-PyNaCl -Version: 1.5.0 +Version: 1.6.0 Release: 0 Summary: Python binding to the Networking and Cryptography (NaCl) library License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/pyca/pynacl/ -Source: https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.gz -# https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7 +Source: https://pypi.org/packages/source/P/PyNaCl/pynacl-%{version}.tar.gz BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} @@ -51,7 +48,7 @@ a crypto library with the stated goal of improving usability, security and speed. %prep -%setup -q -n PyNaCl-%{version} +%setup -q -n pynacl-%{version} rm -Rf src/libsodium %build