diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index c2c4a17..446e8b6 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 10 12:29:30 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index aafef22..22c12b5 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -18,9 +18,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python -%bcond_without test Name: python-pycryptodome -Version: 3.8.2 +Version: 3.9.0 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause @@ -90,10 +89,8 @@ Python. Only the pieces that are extremely critical to performance %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %license LICENSE.rst diff --git a/v3.8.2.tar.gz b/v3.8.2.tar.gz deleted file mode 100644 index adc469a..0000000 --- a/v3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e85058f8b2fab469c9b41b60a9b11b38bff90ed5ff708a2d2e9f7644ceca12c -size 11559337 diff --git a/v3.9.0.tar.gz b/v3.9.0.tar.gz new file mode 100644 index 0000000..f38d214 --- /dev/null +++ b/v3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d92f3c0dd98530bf6e02fa1e31f99cbc8493ee94bd518c6a6838debc06106d9 +size 11590247