diff --git a/python-pycryptodomex.changes b/python-pycryptodomex.changes index 92af38a..20f8b16 100644 --- a/python-pycryptodomex.changes +++ b/python-pycryptodomex.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 10 17:36:55 UTC 2025 - Dirk Müller + +- update to 3.22.0: + * Added support for HPKE (RFC 9180). + * GH#812: CCM ciphers will now fail before encrypting (or decrypting) + data beyond the limit imposed by the nonce length. + * GH#846: fix infinite loop with RC4 for data larger than 4GB. + * GH#852: handle correctly invalid PEM files with less than 3 + lines. + ------------------------------------------------------------------- Fri Oct 18 08:53:02 UTC 2024 - Dirk Müller diff --git a/python-pycryptodomex.spec b/python-pycryptodomex.spec index 018f871..06f8bc1 100644 --- a/python-pycryptodomex.spec +++ b/python-pycryptodomex.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycryptodomex # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pycryptodomex -Version: 3.21.0 +Version: 3.22.0 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause diff --git a/v3.21.0.tar.gz b/v3.21.0.tar.gz deleted file mode 100644 index 91329a7..0000000 --- a/v3.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:195e5cdfbb550b03f83f2af2aa4652c14b64783574d835fe61bb06c8fc06ba21 -size 17464067 diff --git a/v3.22.0.tar.gz b/v3.22.0.tar.gz new file mode 100644 index 0000000..8fb19e6 --- /dev/null +++ b/v3.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1499d50dfe0628fe45157956e9c522011f37043a2d3f2457631c97e56f9e6c1 +size 19700949