14
0

- Update to 3.9.0:

* Add support for loading PEM files encrypted with AES256-CBC.
  * Add support for XChaCha20 and XChaCha20-Poly1305 ciphers.
  * Add support for bcrypt key derivation function (Crypto.Protocol.KDF.bcrypt).
  * Add support for left multiplication of an EC point by a scalar.
  * Add support for importing ECC and RSA keys in the new OpenSSH format.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-09-10 12:28:04 +00:00
committed by Git OBS Bridge
parent cafd228f5e
commit ae3f344e87
4 changed files with 14 additions and 7 deletions

View File

@@ -18,9 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%bcond_without test
Name: python-pycryptodomex
Version: 3.8.2
Version: 3.9.0
Release: 0
Summary: Cryptographic library for Python
License: BSD-2-Clause
@@ -85,10 +84,8 @@ export CFLAGS="%{optflags}"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%if %{with test}
%check
%python_exec setup.py test
%endif
%files %{python_files}
%license LICENSE.rst