[Lunar-commits] <moonbase> BeutifulSoup: version bumped to 3.0.7a.

Florin Braescu florin at lunar-linux.org
Tue Sep 16 19:05:22 CEST 2008


commit a578e870c4a49e279d1db26065a7678da10c1e07
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Sep 16 20:05:22 2008 +0300

    BeutifulSoup: version bumped to 3.0.7a.
    
    Changes:
    Fixed a UnicodeDecodeError when unpickling documents that contain non-ASCII characters.
    Fixed a TypeError that occured in some circumstances when a tag contained no text.
    Jump through hoops to avoid the use of chardet, which can be extremely slow in some circumstances. UTF-8 documents should never trigger the use of chardet.
    Whitespace is preserved inside <pre> and <textarea> tags that contain nothing but whitespace.
    Beautiful Soup can now parse a doctype that's scoped to an XML namespace.
---
 python/BeautifulSoup/DETAILS |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/python/BeautifulSoup/DETAILS b/python/BeautifulSoup/DETAILS
index 69c2112..0e00595 100644
--- a/python/BeautifulSoup/DETAILS
+++ b/python/BeautifulSoup/DETAILS
@@ -1,10 +1,16 @@
           MODULE=BeautifulSoup
-         VERSION=3.0.4
+         VERSION=3.0.7a
           SOURCE=$MODULE.tar.gz
-      SOURCE_URL=http://www.crummy.com/software/BeautifulSoup/download/
-        WEB_SITE=http://www.freevo.org/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_URL=http://www.crummy.com/software/BeautifulSoup/download
+      SOURCE_VFY=sha1:8d184216933aeff921181f5daa8165c155f58e28
+        WEB_SITE=http://www.freevo.org
          ENTERED=20070610
          UPDATED=20070610
-           SHORT="Ugly hack because freevo folks don't know how to use libxml2"
+           SHORT="HTML/XML parser for quick-turnaround applications like screen-scraping"
+	   
 cat << EOF
+Beautiful Soup parses arbitrarily invalid SGML and provides a variety 
+of methods and Pythonic idioms for iterating and searching the parse 
+tree.
 EOF


More information about the Lunar-commits mailing list