pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xml update to 0.8.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97f5bdb29102
branches:  trunk
changeset: 487396:97f5bdb29102
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jan 13 19:20:59 2005 +0000

description:
update to 0.8.4
relevant changes:
-extended to expose more expat features:
 - CurrentLineNumber, CurrentColumnNumber, CurrentByteIndex
 - symbolic error numbers added in Expat 1.95.7 and 1.95.8
* Added Dublin Core Metadata Initiative (DCMI) namespaces to the
  xml.ns module.
* fix memory leaks in pyexpat
* fix line number reporting in SAX

diffstat:

 textproc/py-xml/Makefile |  7 +++----
 textproc/py-xml/PLIST    |  8 ++++----
 textproc/py-xml/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r da8bf58a9e47 -r 97f5bdb29102 textproc/py-xml/Makefile
--- a/textproc/py-xml/Makefile  Thu Jan 13 18:34:47 2005 +0000
+++ b/textproc/py-xml/Makefile  Thu Jan 13 19:20:59 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:21 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/13 19:20:59 drochner Exp $
 #
 
-DISTNAME=      PyXML-0.8.3
-PKGNAME=       ${PYPKGPREFIX}-xml-0.8.3
-PKGREVISION=   2
+DISTNAME=      PyXML-0.8.4
+PKGNAME=       ${PYPKGPREFIX}-xml-0.8.4
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyxml/}
 
diff -r da8bf58a9e47 -r 97f5bdb29102 textproc/py-xml/PLIST
--- a/textproc/py-xml/PLIST     Thu Jan 13 18:34:47 2005 +0000
+++ b/textproc/py-xml/PLIST     Thu Jan 13 19:20:59 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/23 15:25:53 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/13 19:20:59 drochner Exp $
 bin/xmlproc_parse${PYVERSSUFFIX}
 bin/xmlproc_val${PYVERSSUFFIX}
 ${PYSITELIB}/_xmlplus/FtCore.py
@@ -132,7 +132,7 @@
 ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.py
 ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyc
 ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyo
-${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES/4Suite.mo
+${PYSITELIB}/_xmlplus/dom/fr/LC_MESSAGES/4Suite.mo
 ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.py
 ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyc
 ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyo
@@ -594,8 +594,8 @@
 @dirrm ${PYSITELIB}/_xmlplus/parsers
 @dirrm ${PYSITELIB}/_xmlplus/marshal
 @dirrm ${PYSITELIB}/_xmlplus/dom/html
-@dirrm ${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES
-@dirrm ${PYSITELIB}/_xmlplus/dom/fr_FR
+@dirrm ${PYSITELIB}/_xmlplus/dom/fr/LC_MESSAGES
+@dirrm ${PYSITELIB}/_xmlplus/dom/fr
 @dirrm ${PYSITELIB}/_xmlplus/dom/ext/reader
 @dirrm ${PYSITELIB}/_xmlplus/dom/ext
 @dirrm ${PYSITELIB}/_xmlplus/dom/en_US/LC_MESSAGES
diff -r da8bf58a9e47 -r 97f5bdb29102 textproc/py-xml/distinfo
--- a/textproc/py-xml/distinfo  Thu Jan 13 18:34:47 2005 +0000
+++ b/textproc/py-xml/distinfo  Thu Jan 13 19:20:59 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/23 15:25:39 recht Exp $
+$NetBSD: distinfo,v 1.2 2005/01/13 19:20:59 drochner Exp $
 
-SHA1 (PyXML-0.8.3.tar.gz) = 249e91c487d8c4d3792d532769e22cb06eb973f7
-Size (PyXML-0.8.3.tar.gz) = 729172 bytes
+SHA1 (PyXML-0.8.4.tar.gz) = 6f30d5907b75ef76809c19e0103d78f4a5fb027c
+Size (PyXML-0.8.4.tar.gz) = 734954 bytes
 SHA1 (patch-aa) = 51af9ee51699a9a17ebaf000aba3aba5cb07fd94



Home | Main Index | Thread Index | Old Index