20
0

Accepting request 1304658 from devel:languages:python

- update to 3.23.0:
  * Added cipher modes Key Wrap (KW, RFC3394) and Key Wrap with
    Padding (KWP, RFC5649). Both are defined also in NIST SP
    800-38F.
  * GH#862: For HashEdDSA and Ed448, sign() and verify() modified
    the state of the XOF.

OBS-URL: https://build.opensuse.org/request/show/1304658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodomex?expand=0&rev=26
This commit is contained in:
2025-09-15 17:52:11 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Sep 14 18:33:13 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.23.0:
* Added cipher modes Key Wrap (KW, RFC3394) and Key Wrap with
Padding (KWP, RFC5649). Both are defined also in NIST SP
800-38F.
* GH#862: For HashEdDSA and Ed448, sign() and verify() modified
the state of the XOF.
-------------------------------------------------------------------
Thu Apr 10 17:36:55 UTC 2025 - Dirk Müller <dmueller@suse.com>
+2 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package python-pycryptodomex
#
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pycryptodomex
Version: 3.22.0
Version: 3.23.0
Release: 0
Summary: Cryptographic library for Python
License: BSD-2-Clause
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.