[Lunar-commits] r18619 - moonbase/trunk/libs/feedparser

Dennis Veatch stumbles at lunar-linux.org
Thu Feb 9 22:49:20 UTC 2006


Author: stumbles
Date: 2006-02-09 22:49:18 +0000 (Thu, 09 Feb 2006)
New Revision: 18619

Modified:
   moonbase/trunk/libs/feedparser/DETAILS
Log:

Support for the Universal Encoding Detector
Universal Feed Parser no longer sets a default socket timeout (bug 1392140).
If you were relying on this feature, you will need to call
socket.setdefaulttimeout(TIMEOUT_IN_SECONDS) yourself.




Modified: moonbase/trunk/libs/feedparser/DETAILS
===================================================================
--- moonbase/trunk/libs/feedparser/DETAILS	2006-02-09 22:44:09 UTC (rev 18618)
+++ moonbase/trunk/libs/feedparser/DETAILS	2006-02-09 22:49:18 UTC (rev 18619)
@@ -1,15 +1,17 @@
           MODULE=feedparser
-         VERSION=3.3
-	  SOURCE=$MODULE-$VERSION.zip
+         VERSION=4.1
+          SOURCE=$MODULE-$VERSION.zip
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:3a7174e11c8c523ea461c9d47a80526ba29a6544
         WEB_SITE=http://feedparser.org/
          ENTERED=20040606
-         UPDATED=20040716
+         UPDATED=20060209
            SHORT="Universal feed parser"
-cat << EOF 
+cat << EOF
 This is a "universal" feed parser, suitable for reading syndicated
 feeds as produced by weblogs, news sites, wikis, and many other types
 of sites. It handles Atom feeds, CDF, and the nine different versions
 of RSS.
 EOF
+



More information about the Lunar-commits mailing list