beautifulsoup 3.2.0-2 source package in Ubuntu

Changelog

beautifulsoup (3.2.0-2) unstable; urgency=low

  * Rebuild for Python transition.
  * Remove Breaks: ${python:Breaks}, no longer used by dh_python2.
  * Bump standards version to 3.9.2, no changes needed.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:38:32 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
beautifulsoup_3.2.0.orig.tar.gz 30.3 KiB a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6
beautifulsoup_3.2.0-2.debian.tar.gz 3.6 KiB 8ba43a90329fe945610bc925c7f0f3f2575401ff9c623fac18e90254cf65ad18
beautifulsoup_3.2.0-2.dsc 1.9 KiB effd7962dc084767f374b32776fbba4c3a05b2c244e9a475f1ad0e78a089befd

Available diffs

View changes file

Binary packages built by this source

python-beautifulsoup: error-tolerant HTML parser for Python

 The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested
 tag-soup list of Tag objects and text snippets. A Tag object corresponds to
 an HTML tag. It knows about the HTML tag's attributes, and contains a
 representation of everything contained between the original tag and its
 closing tag (if any). It's easy to extract Tags that meet certain criteria.