pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-asn1crypto
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 16 14:38:58 UTC 2019
Modified Files:
pkgsrc/security/py-asn1crypto: Makefile distinfo
Log Message:
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()`
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-asn1crypto/Makefile \
pkgsrc/security/py-asn1crypto/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-asn1crypto/Makefile
diff -u pkgsrc/security/py-asn1crypto/Makefile:1.5 pkgsrc/security/py-asn1crypto/Makefile:1.6
--- pkgsrc/security/py-asn1crypto/Makefile:1.5 Fri Oct 11 16:16:45 2019
+++ pkgsrc/security/py-asn1crypto/Makefile Wed Oct 16 14:38:58 2019
@@ -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/}
Index: pkgsrc/security/py-asn1crypto/distinfo
diff -u pkgsrc/security/py-asn1crypto/distinfo:1.5 pkgsrc/security/py-asn1crypto/distinfo:1.6
--- pkgsrc/security/py-asn1crypto/distinfo:1.5 Fri Oct 11 16:16:45 2019
+++ pkgsrc/security/py-asn1crypto/distinfo Wed Oct 16 14:38:58 2019
@@ -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