diff --git a/ecdsa-0.19.0.tar.gz b/ecdsa-0.19.0.tar.gz deleted file mode 100644 index e9b67b6..0000000 --- a/ecdsa-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8 -size 197791 diff --git a/ecdsa-0.19.1.tar.gz b/ecdsa-0.19.1.tar.gz new file mode 100644 index 0000000..f598ff1 --- /dev/null +++ b/ecdsa-0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478cba7b62555866fcb3bb3fe985e06decbdb68ef55713c4e5ab98c57d508e61 +size 201793 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index 31b2b1a..752734e 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 3 06:28:02 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.19.1 + * ``der.remove_implitic`` and ``der.encode_implicit`` for decoding and + encoding DER IMPLICIT values with custom tag values and arbitrary + classes + * Minor fixes around arithmetic with curves that have non-prime order + (useful for experimentation, not practical deployments) + * Fix arithmetic to work with curves that have (0, 0) on the curve + * Fix canonicalization of signatures when ``s`` is just slightly + above half of curve order + * Dropped official support for Python 3.5 (again, issues with CI, support + for Python 2.6 and Python 2.7 is unchanged) + * Officialy support Python 3.12 and 3.13 (add them to CI) + * Removal of few more unnecessary `six.b` literals (Alexandre Detiste) + * Fix typos in warning messages + ------------------------------------------------------------------- Fri Apr 12 17:02:34 UTC 2024 - Dirk Müller diff --git a/python-ecdsa.spec b/python-ecdsa.spec index fb9bbb8..f5e9852 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,7 +1,7 @@ # # spec file for package python-ecdsa # -# 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-ecdsa -Version: 0.19.0 +Version: 0.19.1 Release: 0 Summary: ECDSA cryptographic signature library (pure python) License: MIT