diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 17eefea..f0eb354 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 15 08:52:41 UTC 2022 - Dirk Müller + +- update to 3.14.1: + * GH#595: Fixed memory leak for GMP integers. + * Add support for curve NIST P-192. + * Add support for curve NIST P-224. + * GH#590: Fixed typing info for ``Crypto.PublicKey.ECC``. + * Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or + * SHA-3 hash. ``sign()`` and ``verify()`` will be performed even if the hash is stronger + than the ECC key. + ------------------------------------------------------------------- Sat Dec 11 13:19:30 UTC 2021 - Dirk Müller diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index d392e32..bf7c8be 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycryptodome # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pycryptodome -Version: 3.12.0 +Version: 3.14.1 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause diff --git a/v3.12.0.tar.gz b/v3.12.0.tar.gz deleted file mode 100644 index c43d882..0000000 --- a/v3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08b9799b6c5b9c99219b775066234d73f3007f5dab4189e33a7c3581507ee57 -size 15130980 diff --git a/v3.14.1.tar.gz b/v3.14.1.tar.gz new file mode 100644 index 0000000..957d463 --- /dev/null +++ b/v3.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da3d5c2ecd3c3b73946ef00dc585d590e869deacdfe464cefba96f50d13682f +size 15339859