Package: python-beautifulsoup
Version: 3.0.7-1
Severity: normal

Take, for example:
    <module>
      <rawname>findmefollow</rawname>
      <name>Follow Me</name>
      <version>2.5.1.7</version>
      <depends>
        <version>2.5.0alpha1</version>
        <module>recordings ge 3.3.8</module>
      </depends>
      <location>release/2.5/findmefollow-2.5.1.7.tgz</location>
    </module>

BeautifulStoneSoup parses this as:

    <module>
      <rawname>findmefollow</rawname>
      <name>Follow Me</name>
      <version>2.5.1.7</version>
      <depends>
        <version>2.5.0alpha1</version>
      </depends>
    </module>
    <module>recordings ge 3.3.8</module>
    <location>release/2.5/findmefollow-2.5.1.7.tgz</location>

which is incorrect.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-beautifulsoup depends on:
ii  python                        2.5.2-3    An interactive high-level object-o
ii  python-support                0.8.7      automated rebuilding support for P

python-beautifulsoup recommends no packages.

python-beautifulsoup suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to