summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudnimar@noxmedical.com>2024-04-10 22:51:18 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-14 08:38:40 -0700
commitdd9a78ac91e1a8ebbac24b3d4f65f48ef77af9d9 (patch)
tree8c0968675debdc8e81b7230a44de4750a456e2f5 /meta-python/recipes-devtools
parent6d79be680f622edff36362622062baee2bfe3841 (diff)
downloadmeta-openembedded-dd9a78ac91e1a8ebbac24b3d4f65f48ef77af9d9.tar.gz
python3-ecdsa: upgrade 0.18.0 -> 0.19.0
Changelog: ========== New API: ------------ to_ssh in VerifyingKey and SigningKey, supports Ed25519 keys only (Pablo Mazzini) New features: ------------ Support for twisted Brainpool curves Doc fix: ------------ Fix curve equation in glossary Documentation for signature encoding and signature decoding functions Maintenance: ------------ Dropped official support for 3.3 and 3.4 (because of problems running them in CI, not because it's actually incompatible; support for 2.6 and 2.7 is unaffected) Fixes around hypothesis parameters 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) Deprecations: ------------ int_to_string, string_to_int, and digest_integer from ecdsa.ecdsa module are now considered deprecated, they will be removed in a future release Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb (renamed from meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb
index 12dd51e799..5b4f7eb93f 100644
--- a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
5 5
6PYPI_PACKAGE = "ecdsa" 6PYPI_PACKAGE = "ecdsa"
7SRC_URI[sha256sum] = "190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49" 7SRC_URI[sha256sum] = "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8"
8 8
9inherit pypi setuptools3 python3native 9inherit pypi setuptools3 python3native
10 10