Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 2001 12:42:01 +0200
From:      johann@egenetics.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24147: Port update: textproc/py-xml (MAINTAINER)
Message-ID:  <E14FZkW-0002MR-00@fling.sanbi.ac.za>

next in thread | raw e-mail | index | archive | help

>Number:         24147
>Category:       ports
>Synopsis:       Port update: textproc/py-xml (MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 02:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Johann Visagie
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Electric Genetics
>Environment:
>Description:
- Update PyXML (textproc/py-xml) from 0.6.2 to 0.6.3
- 0.6.3 is to be considered a beta release
- This version restores unicode compatibility for Python 1.5 users, and
  contains several incremental improvments - see the README
- Not all mirrors listed in ${MASTER_SITES} have caught up with this release
  yet
- Tested on -CURRENT with both Python 1.5.2 and 2.0
>How-To-Repeat:
>Fix:
diff -ruN py-xml.bak/Makefile py-xml/Makefile
--- py-xml.bak/Makefile	Mon Jan  8 12:30:58 2001
+++ py-xml/Makefile	Mon Jan  8 12:30:16 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		xml
-PORTVERSION= 		0.6.2
+PORTVERSION= 		0.6.3
 CATEGORIES=		textproc python
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}                     \
 			http://www.python.org/sigs/xml-sig/files/      \
diff -ruN py-xml.bak/distinfo py-xml/distinfo
--- py-xml.bak/distinfo	Mon Jan  8 12:30:58 2001
+++ py-xml/distinfo	Mon Jan  8 11:55:55 2001
@@ -1 +1 @@
-MD5 (PyXML-0.6.2.tar.gz) = 286ad3c804de956924b72a21bb5a8491
+MD5 (PyXML-0.6.3.tar.gz) = c9f9e72daccfbca3c2ab68410e16c231
diff -ruN py-xml.bak/pkg-descr py-xml/pkg-descr
--- py-xml.bak/pkg-descr	Mon Jan  8 12:30:58 2001
+++ py-xml/pkg-descr	Mon Jan  8 12:34:54 2001
@@ -1,11 +1,11 @@
 From the README:
-  XML package v0.6.2
-
   This is the Python XML package.  The distribution contains a
   validating XML parser, an implementation of the SAX and DOM
   programming interfaces, an interface to the Expat parser (and the
   Expat parser itself), and a C helper module that can speed up
   xmllib.py by a factor of 5.  There's even documentation!
+
+Version 0.6.3 is to be considered a beta release.
 
 WWW: http://www.python.org/sigs/xml-sig/
 
diff -ruN py-xml.bak/pkg-plist py-xml/pkg-plist
--- py-xml.bak/pkg-plist	Mon Jan  8 12:30:58 2001
+++ py-xml/pkg-plist	Mon Jan  8 12:10:11 2001
@@ -26,10 +26,10 @@
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/EntityReference.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/Event.py
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/Event.pyc
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/FtNode.py
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/FtNode.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/NamedNodeMap.py
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/NamedNodeMap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/Node.py
-lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/Node.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/NodeFilter.py
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/NodeFilter.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/dom/NodeIterator.py
@@ -286,6 +286,12 @@
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/sax/writer.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/sax/xmlreader.py
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/sax/xmlreader.pyc
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode/iso8859.py
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode/iso8859.pyc
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode/utf8_iso.py
+lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode/utf8_iso.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/utils/__init__.py
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/utils/__init__.pyc
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/utils/iso8601.py
@@ -293,6 +299,7 @@
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/utils/qp_xml.py
 lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/utils/qp_xml.pyc
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/utils
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/unicode
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/sax/drivers2
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/sax/drivers
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/%%PACKAGE_DIR%%/sax

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14FZkW-0002MR-00>