Received: by mail.netbsd.org (Postfix, from userid 605) id A84D484DF2; Wed, 16 Oct 2019 14:38:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C3C484D94 for ; Wed, 16 Oct 2019 14:38:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AxfhTfk_C-V9 for ; Wed, 16 Oct 2019 14:38:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A42B284CEE for ; Wed, 16 Oct 2019 14:38:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9DF1AFBF4; Wed, 16 Oct 2019 14:38:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157123673812530" MIME-Version: 1.0 Date: Wed, 16 Oct 2019 14:38:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-asn1crypto To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191016143858.9DF1AFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157123673812530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_157123673812530 Content-Disposition: inline Content-Length: 1742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_157123673812530--