[Lunar-commits] <moonbase> BeautifulSoup: bumped version and fixed source URL
Dave Brown
dagbrown at lunar-linux.org
Thu Jan 8 03:00:53 CET 2009
commit bb6fcbbf7b12cf1c62fde8143bd2eeb331623ef6
Author: Dave Brown <dagbrown at lart.ca>
Date: Thu Jan 8 11:00:53 2009 +0900
BeautifulSoup: bumped version and fixed source URL
If you download just the file $SOURCE_URL/BeautifulSoup.tar.gz, that
gets you the very latest version, resulting in an SHA1sum mismatch.
If you download just the file $SOURCE_URL/BeautifulSoup-$VERSION.tar.gz,
that works only if you're downloading the very latest version of
BeautifulSoup. Previous versions (and not the latest) are in
$SOURCE_URL/3.x, which is why I set $SOURCE_URL[0] and $SOURCE_URL[1].
Why he did it this way is beyond me. Possibly to annoy maintainers of
Linux distros.
---
python/BeautifulSoup/DETAILS | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/python/BeautifulSoup/DETAILS b/python/BeautifulSoup/DETAILS
index 0e00595..bfb37aa 100644
--- a/python/BeautifulSoup/DETAILS
+++ b/python/BeautifulSoup/DETAILS
@@ -1,12 +1,13 @@
MODULE=BeautifulSoup
- VERSION=3.0.7a
- SOURCE=$MODULE.tar.gz
+ VERSION=3.1.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL=http://www.crummy.com/software/BeautifulSoup/download
- SOURCE_VFY=sha1:8d184216933aeff921181f5daa8165c155f58e28
+ SOURCE_URL[0]=http://www.crummy.com/software/BeautifulSoup/download
+ SOURCE_URL[1]=http://www.crummy.com/software/BeautifulSoup/download/3.x
+ SOURCE_VFY=sha1:e9593b0412402325b6a98e3bf35ac8d00da5fc00
WEB_SITE=http://www.freevo.org
ENTERED=20070610
- UPDATED=20070610
+ UPDATED=20090108
SHORT="HTML/XML parser for quick-turnaround applications like screen-scraping"
cat << EOF
More information about the Lunar-commits
mailing list