pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-ecdsa



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 10 11:16:20 UTC 2024

Modified Files:
        pkgsrc/security/py-ecdsa: Makefile PLIST distinfo

Log Message:
py-ecdsa: updated to 0.19.0

ecdsa 0.19.0

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 aroung 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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-ecdsa/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-ecdsa/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-ecdsa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-ecdsa/Makefile
diff -u pkgsrc/security/py-ecdsa/Makefile:1.15 pkgsrc/security/py-ecdsa/Makefile:1.16
--- pkgsrc/security/py-ecdsa/Makefile:1.15      Wed Aug 10 10:57:45 2022
+++ pkgsrc/security/py-ecdsa/Makefile   Wed Apr 10 11:16:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/08/10 10:57:45 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/10 11:16:20 adam Exp $
 
-DISTNAME=      ecdsa-0.18.0
+DISTNAME=      ecdsa-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/ecdsa/}

Index: pkgsrc/security/py-ecdsa/PLIST
diff -u pkgsrc/security/py-ecdsa/PLIST:1.6 pkgsrc/security/py-ecdsa/PLIST:1.7
--- pkgsrc/security/py-ecdsa/PLIST:1.6  Wed Aug 10 10:57:45 2022
+++ pkgsrc/security/py-ecdsa/PLIST      Wed Apr 10 11:16:20 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/08/10 10:57:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/04/10 11:16:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,9 +10,6 @@ ${PYSITELIB}/ecdsa/__init__.pyo
 ${PYSITELIB}/ecdsa/_compat.py
 ${PYSITELIB}/ecdsa/_compat.pyc
 ${PYSITELIB}/ecdsa/_compat.pyo
-${PYSITELIB}/ecdsa/_rwlock.py
-${PYSITELIB}/ecdsa/_rwlock.pyc
-${PYSITELIB}/ecdsa/_rwlock.pyo
 ${PYSITELIB}/ecdsa/_sha3.py
 ${PYSITELIB}/ecdsa/_sha3.pyc
 ${PYSITELIB}/ecdsa/_sha3.pyo
@@ -49,6 +46,9 @@ ${PYSITELIB}/ecdsa/numbertheory.pyo
 ${PYSITELIB}/ecdsa/rfc6979.py
 ${PYSITELIB}/ecdsa/rfc6979.pyc
 ${PYSITELIB}/ecdsa/rfc6979.pyo
+${PYSITELIB}/ecdsa/ssh.py
+${PYSITELIB}/ecdsa/ssh.pyc
+${PYSITELIB}/ecdsa/ssh.pyo
 ${PYSITELIB}/ecdsa/test_curves.py
 ${PYSITELIB}/ecdsa/test_curves.pyc
 ${PYSITELIB}/ecdsa/test_curves.pyo
@@ -82,9 +82,6 @@ ${PYSITELIB}/ecdsa/test_numbertheory.pyo
 ${PYSITELIB}/ecdsa/test_pyecdsa.py
 ${PYSITELIB}/ecdsa/test_pyecdsa.pyc
 ${PYSITELIB}/ecdsa/test_pyecdsa.pyo
-${PYSITELIB}/ecdsa/test_rw_lock.py
-${PYSITELIB}/ecdsa/test_rw_lock.pyc
-${PYSITELIB}/ecdsa/test_rw_lock.pyo
 ${PYSITELIB}/ecdsa/test_sha3.py
 ${PYSITELIB}/ecdsa/test_sha3.pyc
 ${PYSITELIB}/ecdsa/test_sha3.pyo

Index: pkgsrc/security/py-ecdsa/distinfo
diff -u pkgsrc/security/py-ecdsa/distinfo:1.14 pkgsrc/security/py-ecdsa/distinfo:1.15
--- pkgsrc/security/py-ecdsa/distinfo:1.14      Wed Aug 10 10:57:45 2022
+++ pkgsrc/security/py-ecdsa/distinfo   Wed Apr 10 11:16:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/08/10 10:57:45 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/04/10 11:16:20 adam Exp $
 
-BLAKE2s (ecdsa-0.18.0.tar.gz) = beb708dbd7761d33c350b19a2091c6a4f635e94d20c542cf3c1de3301ec0dc1c
-SHA512 (ecdsa-0.18.0.tar.gz) = f26dbeccd8e6ec832405d419b7244ca97b43a2811513493913a4f2f2fd1d2f453068fe0ba7b90b972f42a0d7b9834212fbd4d4559475cffeb1d80075fa954d78
-Size (ecdsa-0.18.0.tar.gz) = 197938 bytes
+BLAKE2s (ecdsa-0.19.0.tar.gz) = 190160db9b5c96a19c89b3fe0d57bedc9ceea82bf9560e8c62617bbf0401d32f
+SHA512 (ecdsa-0.19.0.tar.gz) = 7fa90c810800f453ffcdf1872f9a8448cb6081478980cc3d7f282284b4e5483c3a86dc7b1ad6c3a4f46102479e9c8493a9d16903c462383ebf09f9021c0f3217
+Size (ecdsa-0.19.0.tar.gz) = 197791 bytes



Home | Main Index | Thread Index | Old Index