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
This commit is contained in:
adam 2020-07-29 07:25:37 +00:00
parent 5b9d892c83
commit 2c2e905625
2 changed files with 7 additions and 7 deletions

View file

@ -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/}

View file

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