Revision 0.0.8
- Wheel distribution format now supported - Fix to misspelled rfc2459.id_at_sutname variable - Fix to misspelled rfc2459.NameConstraints component tag ID - Fix to misspelled rfc2459.GeneralSubtree component default status
This commit is contained in:
parent
a9ac349ba8
commit
0267f2ef12
3 changed files with 16 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/07/01 13:55:20 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2017/04/08 21:25:26 adam Exp $
|
||||
|
||||
DISTNAME= pyasn1-modules-0.0.6
|
||||
DISTNAME= pyasn1-modules-0.0.8
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyasn1/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/11/24 14:21:01 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2017/04/08 21:25:26 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -11,9 +11,6 @@ ${PYSITELIB}/pyasn1_modules/__init__.pyo
|
|||
${PYSITELIB}/pyasn1_modules/pem.py
|
||||
${PYSITELIB}/pyasn1_modules/pem.pyc
|
||||
${PYSITELIB}/pyasn1_modules/pem.pyo
|
||||
${PYSITELIB}/pyasn1_modules/pkcs12.py
|
||||
${PYSITELIB}/pyasn1_modules/pkcs12.pyc
|
||||
${PYSITELIB}/pyasn1_modules/pkcs12.pyo
|
||||
${PYSITELIB}/pyasn1_modules/rfc1155.py
|
||||
${PYSITELIB}/pyasn1_modules/rfc1155.pyc
|
||||
${PYSITELIB}/pyasn1_modules/rfc1155.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/04 01:18:03 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2017/04/08 21:25:26 adam Exp $
|
||||
|
||||
SHA1 (pyasn1-modules-0.0.6.tar.gz) = bfb58eb863001892df4061130202c8ac965f0e32
|
||||
RMD160 (pyasn1-modules-0.0.6.tar.gz) = cebb7ff9a60bb2c7820df8ae31607f57e42770f5
|
||||
SHA512 (pyasn1-modules-0.0.6.tar.gz) = 1ae7d641647d239737daa20f8519f92b0727381bf44de2b65130a7626233b1b430cd8fad04fdc856387d7ba9ad226960a87f6f58d64d4ba09c3e6316130c5855
|
||||
Size (pyasn1-modules-0.0.6.tar.gz) = 38940 bytes
|
||||
SHA1 (pyasn1-modules-0.0.8.tar.gz) = 0ee39382b5b97c8694a3373706edc1baea2e0e71
|
||||
RMD160 (pyasn1-modules-0.0.8.tar.gz) = a27701d135373556f850be94272d970a4f5ebcd8
|
||||
SHA512 (pyasn1-modules-0.0.8.tar.gz) = 6040d4f83c6b00f7a0e6ba0e1264090d0fa96fc39e97b04d624721cef200b6cf4dabfe550127ade4edc181187ca1b4219fb46a95082a39e6291d0e2e08f36d78
|
||||
Size (pyasn1-modules-0.0.8.tar.gz) = 38776 bytes
|
||||
|
|
Loading…
Reference in a new issue