- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=28
This commit is contained in:
2025-09-14 22:38:01 +00:00
committed by Git OBS Bridge
parent cce1e77b36
commit 308fe63786
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Sep 14 22:37:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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á <mmachova@suse.com>