update to 0.6.6
bugfix only release, no changelog available
This commit is contained in:
parent
bc4bf19929
commit
8d8fc64070
3 changed files with 12 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2001/05/14 16:27:08 drochner Exp $
|
# $NetBSD: Makefile,v 1.3 2001/08/06 16:05:57 drochner Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= PyXML-0.6.5
|
DISTNAME= PyXML-0.6.6
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: distinfo,v 1.3 2001/05/14 16:27:08 drochner Exp $
|
$NetBSD: distinfo,v 1.4 2001/08/06 16:05:57 drochner Exp $
|
||||||
|
|
||||||
SHA1 (PyXML-0.6.5.tar.gz) = 56deaecacada4400adbd0d79bb93f39969bcb37c
|
SHA1 (PyXML-0.6.6.tar.gz) = 1c5bcf40705fb397f17d2318757098e4697e549f
|
||||||
Size (PyXML-0.6.5.tar.gz) = 498302 bytes
|
Size (PyXML-0.6.6.tar.gz) = 503610 bytes
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
@comment $NetBSD: PLIST,v 1.2 2001/05/14 16:27:09 drochner Exp $
|
@comment $NetBSD: PLIST,v 1.3 2001/08/06 16:05:58 drochner Exp $
|
||||||
bin/xmlproc_parse
|
bin/xmlproc_parse
|
||||||
bin/xmlproc_val
|
bin/xmlproc_val
|
||||||
PYSITELIB/_xmlplus/__init__.py
|
PYSITELIB/_xmlplus/__init__.py
|
||||||
PYSITELIB/_xmlplus/__init__.pyc
|
PYSITELIB/_xmlplus/__init__.pyc
|
||||||
PYSITELIB/_xmlplus/_checkversion.py
|
PYSITELIB/_xmlplus/_checkversion.py
|
||||||
PYSITELIB/_xmlplus/_checkversion.pyc
|
PYSITELIB/_xmlplus/_checkversion.pyc
|
||||||
|
PYSITELIB/_xmlplus/FtCore.py
|
||||||
|
PYSITELIB/_xmlplus/FtCore.pyc
|
||||||
PYSITELIB/_xmlplus/dom/Attr.py
|
PYSITELIB/_xmlplus/dom/Attr.py
|
||||||
PYSITELIB/_xmlplus/dom/Attr.pyc
|
PYSITELIB/_xmlplus/dom/Attr.pyc
|
||||||
PYSITELIB/_xmlplus/dom/CDATASection.py
|
PYSITELIB/_xmlplus/dom/CDATASection.py
|
||||||
|
@ -67,6 +69,8 @@ PYSITELIB/_xmlplus/dom/ext/XHtmlPrinter.py
|
||||||
PYSITELIB/_xmlplus/dom/ext/XHtmlPrinter.pyc
|
PYSITELIB/_xmlplus/dom/ext/XHtmlPrinter.pyc
|
||||||
PYSITELIB/_xmlplus/dom/ext/__init__.py
|
PYSITELIB/_xmlplus/dom/ext/__init__.py
|
||||||
PYSITELIB/_xmlplus/dom/ext/__init__.pyc
|
PYSITELIB/_xmlplus/dom/ext/__init__.pyc
|
||||||
|
PYSITELIB/_xmlplus/dom/ext/c14n.py
|
||||||
|
PYSITELIB/_xmlplus/dom/ext/c14n.pyc
|
||||||
PYSITELIB/_xmlplus/dom/ext/reader/HtmlLib.py
|
PYSITELIB/_xmlplus/dom/ext/reader/HtmlLib.py
|
||||||
PYSITELIB/_xmlplus/dom/ext/reader/HtmlLib.pyc
|
PYSITELIB/_xmlplus/dom/ext/reader/HtmlLib.pyc
|
||||||
PYSITELIB/_xmlplus/dom/ext/reader/HtmlSax.py
|
PYSITELIB/_xmlplus/dom/ext/reader/HtmlSax.py
|
||||||
|
@ -216,6 +220,8 @@ PYSITELIB/_xmlplus/marshal/wddx.py
|
||||||
PYSITELIB/_xmlplus/marshal/wddx.pyc
|
PYSITELIB/_xmlplus/marshal/wddx.pyc
|
||||||
PYSITELIB/_xmlplus/marshal/xmlrpc.py
|
PYSITELIB/_xmlplus/marshal/xmlrpc.py
|
||||||
PYSITELIB/_xmlplus/marshal/xmlrpc.pyc
|
PYSITELIB/_xmlplus/marshal/xmlrpc.pyc
|
||||||
|
PYSITELIB/_xmlplus/ns.py
|
||||||
|
PYSITELIB/_xmlplus/ns.pyc
|
||||||
PYSITELIB/_xmlplus/parsers/__init__.py
|
PYSITELIB/_xmlplus/parsers/__init__.py
|
||||||
PYSITELIB/_xmlplus/parsers/__init__.pyc
|
PYSITELIB/_xmlplus/parsers/__init__.pyc
|
||||||
PYSITELIB/_xmlplus/parsers/expat.py
|
PYSITELIB/_xmlplus/parsers/expat.py
|
||||||
|
|
Loading…
Reference in a new issue