Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-asn1crypto py-asn1crypto: updated to 1.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d3c62bcb94a
branches: trunk
changeset: 436197:9d3c62bcb94a
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jul 29 07:25:37 2020 +0000
description:
py-asn1crypto: updated to 1.4.0
1.4.0
- `core.ObjectIdentifier` and all derived classes now obey X.660 §7.6 and
thus restrict the first arc to 0 to 2, and the second arc to less than
40 if the first arc is 0 or 1. This also fixes parsing of OIDs where the
first arc is 2 and the second arc is greater than 39.
- Fixed `keys.PublicKeyInfo.bit_size` to return an int rather than a float
on Python 3 when working with elliptic curve keys
- Fixed the `asn1crypto-tests` sdist on PyPi to work properly to generate a
.whl
diffstat:
security/py-asn1crypto/Makefile | 4 ++--
security/py-asn1crypto/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r e0fe0c7aa69e -r 9d3c62bcb94a security/py-asn1crypto/Makefile
--- a/security/py-asn1crypto/Makefile Wed Jul 29 07:07:38 2020 +0000
+++ b/security/py-asn1crypto/Makefile Wed Jul 29 07:25:37 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/08 11:37:49 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/07/29 07:25:37 adam Exp $
-DISTNAME= asn1crypto-1.3.0
+DISTNAME= asn1crypto-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asn1crypto/}
diff -r e0fe0c7aa69e -r 9d3c62bcb94a security/py-asn1crypto/distinfo
--- a/security/py-asn1crypto/distinfo Wed Jul 29 07:07:38 2020 +0000
+++ b/security/py-asn1crypto/distinfo Wed Jul 29 07:25:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/01/08 11:37:49 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/07/29 07:25:37 adam Exp $
-SHA1 (asn1crypto-1.3.0.tar.gz) = d7aadd7b873e51c389d300aee34947be2c0b7e68
-RMD160 (asn1crypto-1.3.0.tar.gz) = 05487fad97fb125d74ab4d403847a97282335403
-SHA512 (asn1crypto-1.3.0.tar.gz) = 5337e78cdb1ae93bed0ffc8a4a6743a5ae1d418a0f208a45db01ed628d22af3c4be1bdd121638608883e80858629ed13be8290e5e6a38f9bbd92cc178614d7bf
-Size (asn1crypto-1.3.0.tar.gz) = 118481 bytes
+SHA1 (asn1crypto-1.4.0.tar.gz) = dc957cec576a75a7d915b1c01ca0337736d98c1c
+RMD160 (asn1crypto-1.4.0.tar.gz) = 4473f3cedbffcf83d33bb9f23eb5102d58ce47d7
+SHA512 (asn1crypto-1.4.0.tar.gz) = 4dc8d4ae3c632811a8d6008d8f458671e10a12034d9906ec67f1156a92621bf4f46abdb32609b433ef976c0c74ad3f4a082bfab6010c85dce886aa8b7efa2164
+Size (asn1crypto-1.4.0.tar.gz) = 118733 bytes
Home |
Main Index |
Thread Index |
Old Index