diff --git a/pycryptodome-3.8.2.tar.gz b/pycryptodome-3.8.2.tar.gz deleted file mode 100644 index 54fc87e..0000000 --- a/pycryptodome-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bc40f8aa7ba8ca7f833ad2477b9d84e1bfd2630b22a46d9bbd221982f8c3ac0 -size 12441359 diff --git a/pycryptodome-3.9.0.tar.gz b/pycryptodome-3.9.0.tar.gz new file mode 100644 index 0000000..aeccf55 --- /dev/null +++ b/pycryptodome-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbeb08ad850056747aa7d5f33273b7ce0b9a77910604a1be7b7a6f2ef076213f +size 11561613 diff --git a/python-pycryptodomex.changes b/python-pycryptodomex.changes index 93c77ed..7734a61 100644 --- a/python-pycryptodomex.changes +++ b/python-pycryptodomex.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 10 12:15:52 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. + ------------------------------------------------------------------- Mon Jun 3 10:23:01 UTC 2019 - Tomáš Chvátal diff --git a/python-pycryptodomex.spec b/python-pycryptodomex.spec index 2d5f533..ee76d06 100644 --- a/python-pycryptodomex.spec +++ b/python-pycryptodomex.spec @@ -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