pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-asn1 py-asn1: update to 0.3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa93882bd202
branches:  trunk
changeset: 369553:fa93882bd202
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Sep 30 15:12:30 2017 +0000

description:
py-asn1: update to 0.3.6

Revision 0.3.6:
* End-of-octets encoding optimized at ASN.1 encoders
* The __getitem__/__setitem__ behavior of Set/Sequence and SetOf/SequenceOf objects aligned with the canonical Mapping and Sequence protocols in part
* Fixed crash in ASN.1 encoder when encoding an explicitly tagged component of a Sequence

diffstat:

 security/py-asn1/Makefile |   6 +++---
 security/py-asn1/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r d7a85aaa0ce2 -r fa93882bd202 security/py-asn1/Makefile
--- a/security/py-asn1/Makefile Sat Sep 30 14:35:08 2017 +0000
+++ b/security/py-asn1/Makefile Sat Sep 30 15:12:30 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2017/09/17 10:18:41 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/09/30 15:12:30 adam Exp $
 
-DISTNAME=      pyasn1-0.3.5
+DISTNAME=      pyasn1-0.3.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-CATEGORIES=    security
+CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r d7a85aaa0ce2 -r fa93882bd202 security/py-asn1/distinfo
--- a/security/py-asn1/distinfo Sat Sep 30 14:35:08 2017 +0000
+++ b/security/py-asn1/distinfo Sat Sep 30 15:12:30 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/09/17 10:18:41 adam Exp $
+$NetBSD: distinfo,v 1.13 2017/09/30 15:12:30 adam Exp $
 
-SHA1 (pyasn1-0.3.5.tar.gz) = 5be90ecceffac330c2f94888a5f1cdfc5bbb0caf
-RMD160 (pyasn1-0.3.5.tar.gz) = 654101f050545a90a8a4436e9af7f42c208e2eec
-SHA512 (pyasn1-0.3.5.tar.gz) = 741be92f13451cfb232ccd23392b7cfd22f7ca56fead04c41940b1b3d094da1aef612baf3d2cd8fe63db391b04732745a945e15714e6e8bf488e735c808c99ba
-Size (pyasn1-0.3.5.tar.gz) = 114647 bytes
+SHA1 (pyasn1-0.3.6.tar.gz) = ac8d688b3e1972a9aad71f1c7b931cbeba55ddac
+RMD160 (pyasn1-0.3.6.tar.gz) = 82b4f4fa1c43534f93d696fa9252cfb285accfb5
+SHA512 (pyasn1-0.3.6.tar.gz) = aa0bc0d9f0890403220d4fb2e9e7aef3376310d9a254101d0f810aa27e20577c0c3cdc32640eddfd25e62916b1f6dd836dc7105a94b5d7ecb710bb9e330434b5
+Size (pyasn1-0.3.6.tar.gz) = 115129 bytes



Home | Main Index | Thread Index | Old Index