pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-asn1 Revision 0.3.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79691fcf6484
branches:  trunk
changeset: 366214:79691fcf6484
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 06 19:25:45 2017 +0000

description:
Revision 0.3.2:
- Fixed SequenceOf/SetOf types initialization syntax to remain
  backward compatible with pyasn1 0.2.*
- Rectified thread safety issues by moving lazy, run-time computation
  into object initializer.
- Fixed .isValue property to return True for empty SetOf/SequenceOf
  objects
- Fixed GeneralizedTime/UTCTime CER/DER codecs to actually get invoked
- Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
  nested SEQUENCE/SET with optional fields.
- Fixed crash in SequenceOf/SetOf pretty printing and decoding (in some
  cases)
- Fixed documentation markup issues.

diffstat:

 security/py-asn1/Makefile |   8 +++++---
 security/py-asn1/PLIST    |   5 ++++-
 security/py-asn1/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 763ad4916a5b -r 79691fcf6484 security/py-asn1/Makefile
--- a/security/py-asn1/Makefile Sun Aug 06 19:19:33 2017 +0000
+++ b/security/py-asn1/Makefile Sun Aug 06 19:25:45 2017 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.11 2017/07/27 18:36:10 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/08/06 19:25:45 adam Exp $
 
-DISTNAME=      pyasn1-0.3.1
+DISTNAME=      pyasn1-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://pyasn1.sourceforge.net/
+HOMEPAGE=      https://github.com/etingof/pyasn1
 COMMENT=       ITU Abstract Syntax Notification for Python
 LICENSE=       2-clause-bsd
 
+USE_LANGUAGES=         # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 763ad4916a5b -r 79691fcf6484 security/py-asn1/PLIST
--- a/security/py-asn1/PLIST    Sun Aug 06 19:19:33 2017 +0000
+++ b/security/py-asn1/PLIST    Sun Aug 06 19:25:45 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/07/27 18:36:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/08/06 19:25:45 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -91,6 +91,9 @@
 ${PYSITELIB}/pyasn1/type/error.py
 ${PYSITELIB}/pyasn1/type/error.pyc
 ${PYSITELIB}/pyasn1/type/error.pyo
+${PYSITELIB}/pyasn1/type/forwardref.py
+${PYSITELIB}/pyasn1/type/forwardref.pyc
+${PYSITELIB}/pyasn1/type/forwardref.pyo
 ${PYSITELIB}/pyasn1/type/namedtype.py
 ${PYSITELIB}/pyasn1/type/namedtype.pyc
 ${PYSITELIB}/pyasn1/type/namedtype.pyo
diff -r 763ad4916a5b -r 79691fcf6484 security/py-asn1/distinfo
--- a/security/py-asn1/distinfo Sun Aug 06 19:19:33 2017 +0000
+++ b/security/py-asn1/distinfo Sun Aug 06 19:25:45 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/07/27 18:36:10 adam Exp $
+$NetBSD: distinfo,v 1.9 2017/08/06 19:25:45 adam Exp $
 
-SHA1 (pyasn1-0.3.1.tar.gz) = 41c50f49fa343ee119e2a00f1ced7281dba2760f
-RMD160 (pyasn1-0.3.1.tar.gz) = 2ccf0d96e131ae98fb87f32d184d2dff8915a36f
-SHA512 (pyasn1-0.3.1.tar.gz) = 608c6bb32b2077d3ff21b3c789c451e75e31e9cba514800bcb3d987da91b8331cae5dc855c469d8acf299c550be24adcdaeaae2b2c46f9878597bd6576984868
-Size (pyasn1-0.3.1.tar.gz) = 108718 bytes
+SHA1 (pyasn1-0.3.2.tar.gz) = ca890f47e38dfe1e12c65a1ac2ca4d390201233d
+RMD160 (pyasn1-0.3.2.tar.gz) = 75830fb407f2da1d953bb138c436c46ea3723e33
+SHA512 (pyasn1-0.3.2.tar.gz) = afa1482ccfb00c61d13ba0b66347b546f42e56677e34fdf35a3287dda75224f0611f7c65777be0d86c88e657932ee0456f40eb39ace24d7e04a643365ce289e0
+Size (pyasn1-0.3.2.tar.gz) = 110465 bytes



Home | Main Index | Thread Index | Old Index