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: updated to 0.4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89c155d1d0aa
branches:  trunk
changeset: 327375:89c155d1d0aa
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 31 11:22:15 2018 +0000

description:
py-asn1: updated to 0.4.5

Revision 0.4.5:
- Debug logging refactored for more efficiency when disabled and
  for more functionality when in use. Specifically, the global
  LOG object can easily be used from any function/method, not just
  from codec main loop as it used to be.
- More debug logging added to BER family of codecs to ease encoding
  problems troubleshooting.
- Copyright notice extended to the year 2019
- Fixed defaulted constructed SEQUENCE component initialization.

diffstat:

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

diffs (27 lines):

diff -r ea32b2b52f69 -r 89c155d1d0aa security/py-asn1/Makefile
--- a/security/py-asn1/Makefile Mon Dec 31 11:19:16 2018 +0000
+++ b/security/py-asn1/Makefile Mon Dec 31 11:22:15 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/08/06 19:21:51 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/12/31 11:22:15 adam Exp $
 
-DISTNAME=      pyasn1-0.4.4
+DISTNAME=      pyasn1-0.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
diff -r ea32b2b52f69 -r 89c155d1d0aa security/py-asn1/distinfo
--- a/security/py-asn1/distinfo Mon Dec 31 11:19:16 2018 +0000
+++ b/security/py-asn1/distinfo Mon Dec 31 11:22:15 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/08/06 19:21:51 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/12/31 11:22:15 adam Exp $
 
-SHA1 (pyasn1-0.4.4.tar.gz) = 10f67e61e30c064301c826c6e5e461ff7bf5827d
-RMD160 (pyasn1-0.4.4.tar.gz) = 65310b5aa88c94e086c59cc817d9c57d16e0e470
-SHA512 (pyasn1-0.4.4.tar.gz) = ea2b73586a356aa9ea8cc9694328c2658da0f04cafceb0d13e278facf0870258391d595181932d294b6242cfedf2e82aea225580c4055ea3b1f47b930ba921d4
-Size (pyasn1-0.4.4.tar.gz) = 118725 bytes
+SHA1 (pyasn1-0.4.5.tar.gz) = 5615b3f0e1d2c0d4aa87e318e93665542434dc41
+RMD160 (pyasn1-0.4.5.tar.gz) = adad25c0e86390a7ba60a4a4e15e9179af1d0fe0
+SHA512 (pyasn1-0.4.5.tar.gz) = 8bacd1245a732b005f3a937f486920a348a9bd7d9af7828eb41d69712769f93fd09799e9cea1ad563f4b45c793246b8aecb96855d9deb223a8f2fb631f89dd8e
+Size (pyasn1-0.4.5.tar.gz) = 119741 bytes



Home | Main Index | Thread Index | Old Index