From 7313a0da723a5addfc5b8b8b7f6116ff5d74079d33a6eef80f507e2a4aa24d39 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Aug 2020 14:44:53 +0000 Subject: [PATCH] - update to 3.9.8: * GH#426: The Shamir's secret sharing implementation is not actually compatible with ``ssss``. Added an optional parameter to enable interoperability. * GH#427: Skip altogether loading of ``gmp.dll`` on Windows. * GH#420: Fix incorrect CFB decryption when the input and the output are the same buffer. * Speed up Shamir's secret sharing routines. Thanks to ncarve. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=37 --- python-pycryptodome.changes | 10 ++++++++++ python-pycryptodome.spec | 2 +- v3.9.7.tar.gz | 3 --- v3.9.8.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 v3.9.7.tar.gz create mode 100644 v3.9.8.tar.gz diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 6f8dbd4..8a20f50 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 4 14:36:10 UTC 2020 - Dirk Mueller + +- update to 3.9.8: + * GH#426: The Shamir's secret sharing implementation is not actually compatible with ``ssss``. + Added an optional parameter to enable interoperability. + * GH#427: Skip altogether loading of ``gmp.dll`` on Windows. + * GH#420: Fix incorrect CFB decryption when the input and the output are the same buffer. + * Speed up Shamir's secret sharing routines. Thanks to ncarve. + ------------------------------------------------------------------- Thu Mar 19 13:12:39 UTC 2020 - Marketa Calabkova diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 6677787..93c3114 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.9.7 +Version: 3.9.8 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause diff --git a/v3.9.7.tar.gz b/v3.9.7.tar.gz deleted file mode 100644 index 0b8a7fe..0000000 --- a/v3.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d44ceeace26b74eab324809862a3ee3ba3fc8166aa79f79cc22b0d7574c0171b -size 15546956 diff --git a/v3.9.8.tar.gz b/v3.9.8.tar.gz new file mode 100644 index 0000000..ca8f786 --- /dev/null +++ b/v3.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20cf8a4355a21e8dfd33372e7fab22af91d81cbcb48f413b4052820a631e2dd +size 15553146