Change logs for python-xml source package in Jaunty

  • python-xml (0.8.4-10.1ubuntu2) jaunty; urgency=low
    
      * debian/rules:
         - Add --install-layout=deb, don't hardcode "site-packages" and rebuild
           for the Python 2.6 transition (LP: #335914).
      * test/dom/html/test_map.py,
        xml/xpath/ParsedAbbreviatedRelativeLocationPath.py,
        xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py:
          - Replace all instances of "as" (as a variable) with "as1", as the former
            has become a reserved keyword in Python 2.6.
    
     -- Siegfried-Angel Gevatter Pujals <email address hidden>   Wed, 04 Mar 2009 19:36:51 +0100
  • python-xml (0.8.4-10.1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes: (LP: #????)
        - Explicitely remove /usr/lib/python2.[345]/site-packages/_xmlplus,
          likely be left by an earlier python-central version. LP: #212917.
        - Install the files outside of sys.path, so that the package
          does not overlay the xml code as found in the core python packages.
          This package should be removed once all rdepends are gone. For
          now, packages have to add this path before the first xml import:
          sys.path.append('/usr/lib/python%s/site-packages/oldxml' %
          sys.version[:3])
    
    python-xml (0.8.4-10.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix bashism in debian/rules (Closes: #478621)
      * Bump Standards-Version to 3.8.0.
    
     -- Stefan Lesicnik <email address hidden>   Wed, 06 Aug 2008 19:56:25 +0200