pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 19:25:45 UTC 2017

Modified Files:
        pkgsrc/security/py-asn1: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-asn1/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-asn1/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-asn1/Makefile
diff -u pkgsrc/security/py-asn1/Makefile:1.11 pkgsrc/security/py-asn1/Makefile:1.12
--- pkgsrc/security/py-asn1/Makefile:1.11       Thu Jul 27 18:36:10 2017
+++ pkgsrc/security/py-asn1/Makefile    Sun Aug  6 19:25:45 2017
@@ -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"

Index: pkgsrc/security/py-asn1/PLIST
diff -u pkgsrc/security/py-asn1/PLIST:1.9 pkgsrc/security/py-asn1/PLIST:1.10
--- pkgsrc/security/py-asn1/PLIST:1.9   Thu Jul 27 18:36:10 2017
+++ pkgsrc/security/py-asn1/PLIST       Sun Aug  6 19:25:45 2017
@@ -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/constraint.pyo
 ${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

Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.8 pkgsrc/security/py-asn1/distinfo:1.9
--- pkgsrc/security/py-asn1/distinfo:1.8        Thu Jul 27 18:36:10 2017
+++ pkgsrc/security/py-asn1/distinfo    Sun Aug  6 19:25:45 2017
@@ -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