From 2f5bf9c4dd26a0e3ba9fdaa79d57fb0f303d45066563216930d266e866ae7d4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 11 Dec 2021 13:50:27 +0000 Subject: [PATCH] - update to 3.12.0: * ECC keys in the SEC1 format can be exported and imported. * Add support for KMAC128, KMAC256, TupleHash128, and TupleHash256 (NIST SP-800 185). * Add support for KangarooTwelve. * GH#563: An asymmetric key could not be imported as a ``memoryview``. * GH#566: cSHAKE128/256 generated a wrong output for customization strings * GH#582: CBC decryption generated the wrong plaintext when the input and the output were the same buffer. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=44 --- python-pycryptodome.changes | 11 +++++++++++ python-pycryptodome.spec | 2 +- v3.11.0.tar.gz | 3 --- v3.12.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 v3.11.0.tar.gz create mode 100644 v3.12.0.tar.gz diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 4566c1f..17eefea 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Dec 11 13:19:30 UTC 2021 - Dirk Müller + +- update to 3.12.0: + * ECC keys in the SEC1 format can be exported and imported. + * Add support for KMAC128, KMAC256, TupleHash128, and TupleHash256 (NIST SP-800 185). + * Add support for KangarooTwelve. + * GH#563: An asymmetric key could not be imported as a ``memoryview``. + * GH#566: cSHAKE128/256 generated a wrong output for customization strings + * GH#582: CBC decryption generated the wrong plaintext when the input and the output were the same buffer. + ------------------------------------------------------------------- Sat Oct 16 22:36:27 UTC 2021 - Dirk Müller diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 4fd40a7..d392e32 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pycryptodome -Version: 3.11.0 +Version: 3.12.0 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause diff --git a/v3.11.0.tar.gz b/v3.11.0.tar.gz deleted file mode 100644 index 3eb9c8e..0000000 --- a/v3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401b147d44eb9cfe075883ea8748bbb5e9cdfcb936a03f4dcbdef6d095f17073 -size 15555515 diff --git a/v3.12.0.tar.gz b/v3.12.0.tar.gz new file mode 100644 index 0000000..c43d882 --- /dev/null +++ b/v3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08b9799b6c5b9c99219b775066234d73f3007f5dab4189e33a7c3581507ee57 +size 15130980