diff --git a/ecdsa-0.18.0.tar.gz b/ecdsa-0.18.0.tar.gz deleted file mode 100644 index f3238a2..0000000 --- a/ecdsa-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49 -size 197938 diff --git a/ecdsa-0.19.0.tar.gz b/ecdsa-0.19.0.tar.gz new file mode 100644 index 0000000..e9b67b6 --- /dev/null +++ b/ecdsa-0.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8 +size 197791 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index f476a7f..31b2b1a 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 12 17:02:34 UTC 2024 - Dirk Müller + +- update to 0.19.0: + * `to_ssh` in `VerifyingKey` and `SigningKey`, supports Ed25519 + keys only + * Support for twisted Brainpool curves + * Fix curve equation in glossary + * Documentation for signature encoding and signature decoding + functions + * Officially support Python 3.11 and 3.12 + * Small updates to test suite to make it work with 3.11 and + 3.12 and new releases of test dependencies + * Dropped the internal `_rwlock` module as it's unused + * Added mutation testing to CI, lots of speed-ups to the test + suite to make it happen + * Removal of unnecessary `six.b` literals (Alexandre Detiste) + ------------------------------------------------------------------- Fri Apr 21 12:24:30 UTC 2023 - Dirk Müller @@ -96,7 +114,7 @@ Sun Dec 20 09:21:59 UTC 2020 - Dirk Müller * `VerifyingKey.precompute()` supports `lazy` argument to delay precomputation to the first time the key is used to verify a signature. * Make created signatures correct when the hash used is bigger than the curve - order bit size and the curve order is not a multiple of 8 + order bit size and the curve order is not a multiple of 8 * Speed up library load time by calculating the generator point multiplication tables the first time the points are used, not when they are initialised. diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 0172a4a..fb9bbb8 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,7 +1,7 @@ # # spec file for package python-ecdsa # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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-ecdsa -Version: 0.18.0 +Version: 0.19.0 Release: 0 Summary: ECDSA cryptographic signature library (pure python) License: MIT