14
0

- Drop patch crypto_kdf_derive.patch, no longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=51
This commit is contained in:
2024-03-01 03:20:39 +00:00
committed by Git OBS Bridge
parent 585cacd1ce
commit 47019ea1a7
2 changed files with 2 additions and 13 deletions

View File

@@ -1,11 +1,12 @@
-------------------------------------------------------------------
Fri Mar 1 03:19:33 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
Fri Mar 1 03:20:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.1.0:
* Added classes to the libnacl.aead module allowing for the use of
XChaCha20-Poly1305-IETF, ChaCha20-Poly1305-IETF, and AES256-GCM.
* Added the libnacl.kx module. This module contains the ExchangeKey class.
- Switch to autosetup and pyproject macros.
- Drop patch crypto_kdf_derive.patch, no longer required.
-------------------------------------------------------------------
Wed Jul 5 08:28:58 UTC 2023 - ecsos <ecsos@opensuse.org>