Message ID | 20210113142626.27599-5-leon.anavi@konsulko.com |
---|---|
State | Accepted |
Commit | 3ee0d3fad06ee46bae6a15ecd35cc805497340e8 |
Headers | show |
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb rename to meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb index 36bb246fd..819d41e86 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" DEPENDS += "python3-pip python3-pbr" PYPI_PACKAGE = "ecdsa" -SRC_URI[md5sum] = "d593df1ab57da611dca76f7328c47b21" -SRC_URI[sha256sum] = "494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892" +SRC_URI[sha256sum] = "cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff" inherit pypi setuptools3
On 2021-01-13 9:26 a.m., Leon Anavi wrote: > - VerifyingKey.precompute() supports lazy argument to delay > precomputation to the first time the key is used to verify > a signature. > - Documentation for the VerifyingKey.precompute() method. > - 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 (this affects only users of custom curves or > hashes with output larger than 512 bits when used with NIST > P-521 curve). > - Speed up library load time by calculating the generator point > multiplication tables the first time the points are used, not > when they are initialised. > - Include Python 3.9 in CI testing. > - Test coverage for the VerifyingKey.precompute() method. > - Small speed-ups for the test suite. > > Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> > --- > .../{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > rename meta-python/recipes-devtools/python/{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} (69%) > > diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb > similarity index 69% > rename from meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb > rename to meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb > index 36bb246fd..819d41e86 100644 > --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb > +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb > @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" > DEPENDS += "python3-pip python3-pbr" > > PYPI_PACKAGE = "ecdsa" > -SRC_URI[md5sum] = "d593df1ab57da611dca76f7328c47b21" > -SRC_URI[sha256sum] = "494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892" > +SRC_URI[sha256sum] = "cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff" > > inherit pypi setuptools3 > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88771): https://lists.openembedded.org/g/openembedded-devel/message/88771 Mute This Topic: https://lists.openembedded.org/mt/79651510/3617530 Group Owner: openembedded-devel+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [oe-patchwork@oe-patch.openembedded.org] -=-=-=-=-=-=-=-=-=-=-=-
Upgrade to release 0.16.1: - VerifyingKey.precompute() supports lazy argument to delay precomputation to the first time the key is used to verify a signature. - Documentation for the VerifyingKey.precompute() method. - 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 (this affects only users of custom curves or hashes with output larger than 512 bits when used with NIST P-521 curve). - Speed up library load time by calculating the generator point multiplication tables the first time the points are used, not when they are initialised. - Include Python 3.9 in CI testing. - Test coverage for the VerifyingKey.precompute() method. - Small speed-ups for the test suite. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> --- .../{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} (69%)