- 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-pycryptodome?expand=0&rev=31
This commit is contained in:
parent
33c9b81227
commit
6f5d805e43
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 12:29:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 15:03:25 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Thu May 30 15:03:25 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -18,9 +18,8 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%bcond_without test
|
|
||||||
Name: python-pycryptodome
|
Name: python-pycryptodome
|
||||||
Version: 3.8.2
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cryptographic library for Python
|
Summary: Cryptographic library for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -90,10 +89,8 @@ Python. Only the pieces that are extremely critical to performance
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%if %{with test}
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
%endif
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.rst
|
%license LICENSE.rst
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2e85058f8b2fab469c9b41b60a9b11b38bff90ed5ff708a2d2e9f7644ceca12c
|
|
||||||
size 11559337
|
|
3
v3.9.0.tar.gz
Normal file
3
v3.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d92f3c0dd98530bf6e02fa1e31f99cbc8493ee94bd518c6a6838debc06106d9
|
||||||
|
size 11590247
|
Loading…
Reference in New Issue
Block a user