pkgsrc-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.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6dc379e76e8d
branches: trunk
changeset: 402791:6dc379e76e8d
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 16 14:38:58 2019 +0000
description:
py-asn1crypto: updated to 1.2.0
1.2.0
- Added `asn1crypto.load_order()`, which returns a `list` of unicode strings
of the names of the fully-qualified module names for all of submodules of
the package. The module names are listed in their dependency load order.
This is primarily intended for the sake of implementing hot reloading.
1.1.0
- Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()`
- Added various EC named curves to `keys.NamedCurve()`
diffstat:
security/py-asn1crypto/Makefile | 4 ++--
security/py-asn1crypto/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 8fe0809270d2 -r 6dc379e76e8d security/py-asn1crypto/Makefile
--- a/security/py-asn1crypto/Makefile Wed Oct 16 14:31:45 2019 +0000
+++ b/security/py-asn1crypto/Makefile Wed Oct 16 14:38:58 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/10/11 16:16:45 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/16 14:38:58 adam Exp $
-DISTNAME= asn1crypto-1.0.1
+DISTNAME= asn1crypto-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asn1crypto/}
diff -r 8fe0809270d2 -r 6dc379e76e8d security/py-asn1crypto/distinfo
--- a/security/py-asn1crypto/distinfo Wed Oct 16 14:31:45 2019 +0000
+++ b/security/py-asn1crypto/distinfo Wed Oct 16 14:38:58 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/10/11 16:16:45 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/10/16 14:38:58 adam Exp $
-SHA1 (asn1crypto-1.0.1.tar.gz) = 66c033d7c8e2e2cd1f5903543c032eaaa8c496cf
-RMD160 (asn1crypto-1.0.1.tar.gz) = 7a38312c55b3ffe33daee80ca3797a1a4b007243
-SHA512 (asn1crypto-1.0.1.tar.gz) = f7bb10b1fafb9f7fc3cba89a76c09b1641a955f221e4dc7742754ec098e3ddfdb09dc25b0660f5c6caf4f1899a2bfe3ed54f2423c6b38f43150614b3d0268e8c
-Size (asn1crypto-1.0.1.tar.gz) = 115877 bytes
+SHA1 (asn1crypto-1.2.0.tar.gz) = 4728437cb22d427346f874474d4cdf54b78ba00e
+RMD160 (asn1crypto-1.2.0.tar.gz) = ce80628746096e1d62e81cf86e3bcb072634fde8
+SHA512 (asn1crypto-1.2.0.tar.gz) = 0b1a6f35a5e87d08d8d09b5c2e3bd894ac51cb196f28968d620ce21a7f3a9a304862d6cfb9ae0723216c7917803ea542c3382856923e3d302e9da706555209d7
+Size (asn1crypto-1.2.0.tar.gz) = 116457 bytes
Home |
Main Index |
Thread Index |
Old Index