diff options
author | drochner <drochner@pkgsrc.org> | 2003-08-01 14:24:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-08-01 14:24:21 +0000 |
commit | 4b4c56362fbc32fc7e1d13a2189c50daf9ce0ca5 (patch) | |
tree | 5c8c058d1b0db33d9e2431a49011f29cb929fa7c /textproc | |
parent | 03b25e34def94fc86c5f019159b4b5599d22df7f (diff) | |
download | pkgsrc-4b4c56362fbc32fc7e1d13a2189c50daf9ce0ca5.tar.gz |
update to 0.8.3
changes:
* New convenience classes in the xml.ns module:
ClosedNamespace, OpenNamespace.
* The symbol "_" is no longer inserted into the built-in
namespace via the gettext module; I18N support is no longer
invasive.
* expatreader now implements feature_namespace_prefixes.
* drv_xmlproc now supports EntityResolvers that return system IDs.
+bugfixes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pyxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/pyxml/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/pyxml/Makefile b/textproc/pyxml/Makefile index cc9367a0519..cf258b91d03 100644 --- a/textproc/pyxml/Makefile +++ b/textproc/pyxml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2003/07/21 17:27:49 martti Exp $ +# $NetBSD: Makefile,v 1.19 2003/08/01 14:24:21 drochner Exp $ # -DISTNAME= PyXML-0.8.2 -PKGNAME= ${PYPKGPREFIX}-xml-0.8.2 +DISTNAME= PyXML-0.8.3 +PKGNAME= ${PYPKGPREFIX}-xml-0.8.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/} diff --git a/textproc/pyxml/distinfo b/textproc/pyxml/distinfo index f89c58eb79c..709191affa9 100644 --- a/textproc/pyxml/distinfo +++ b/textproc/pyxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2003/01/30 10:50:59 drochner Exp $ +$NetBSD: distinfo,v 1.11 2003/08/01 14:24:21 drochner Exp $ -SHA1 (PyXML-0.8.2.tar.gz) = 4679820ce5c741cf24c9f2d1feacd358861150cf -Size (PyXML-0.8.2.tar.gz) = 727458 bytes +SHA1 (PyXML-0.8.3.tar.gz) = 249e91c487d8c4d3792d532769e22cb06eb973f7 +Size (PyXML-0.8.3.tar.gz) = 729172 bytes SHA1 (patch-aa) = 51af9ee51699a9a17ebaf000aba3aba5cb07fd94 |