Accepting request 1141807 from devel:languages:python
- update to 3.20.0: * Added support for TurboSHAKE128 and TurboSHAKE256. * Added method Crypto.Hash.new() to generate a hash object given a hash name. * Added support for AES-GCM encryption of PBES2 and PKCS#8 containers. * Added support for SHA-2 and SHA-3 algorithms in PBKDF2 when creating PBES2 and PKCS#8 containers. * Export of RSA keys accepts the prot_params dictionary as parameter to control the number of iterations for PBKDF2 and scrypt. * C unit tests also run on non-x86 architectures. * GH#787: Fixed autodetect logic for GCC 14 in combination with LTO. OBS-URL: https://build.opensuse.org/request/show/1141807 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodome?expand=0&rev=30
This commit is contained in:
commit
f36bdb2a6c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abaa39b3a1b31ebf2daec51ce343accfdf3a2444c1af6572c281c6d821b55add
|
||||
size 17158420
|
3
pycryptodome-3.20.0.tar.gz
Normal file
3
pycryptodome-3.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35019dff66c25db80d0c739b9c7b59bb0f61551897681c6dbdbdd0f7198f780f
|
||||
size 17173888
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 21:11:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.20.0:
|
||||
* Added support for TurboSHAKE128 and TurboSHAKE256.
|
||||
* Added method Crypto.Hash.new() to generate a hash object
|
||||
given a hash name.
|
||||
* Added support for AES-GCM encryption of PBES2 and PKCS#8
|
||||
containers.
|
||||
* Added support for SHA-2 and SHA-3 algorithms in PBKDF2 when
|
||||
creating PBES2 and PKCS#8 containers.
|
||||
* Export of RSA keys accepts the prot_params dictionary as
|
||||
parameter to control the number of iterations for PBKDF2 and
|
||||
scrypt.
|
||||
* C unit tests also run on non-x86 architectures.
|
||||
* GH#787: Fixed autodetect logic for GCC 14 in combination with
|
||||
LTO.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 16:53:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pycryptodome
|
||||
Version: 3.19.1
|
||||
Version: 3.20.0
|
||||
Release: 0
|
||||
Summary: Cryptographic library for Python
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user