From d813a219e9fdafccea2cb1ee6c5faa05c4fbfa73 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 31 Dec 2008 22:30:14 +1100 Subject: [PATCH] beautifulsoup: 3.0.7a -> 3.1.0 --- beautifulsoup/.footprint | 2 +- beautifulsoup/.md5sum | 2 +- beautifulsoup/Pkgfile | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/beautifulsoup/.footprint b/beautifulsoup/.footprint index 90041f90a..620f632ee 100644 --- a/beautifulsoup/.footprint +++ b/beautifulsoup/.footprint @@ -2,7 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.6/ drwxr-xr-x root/root usr/lib/python2.6/site-packages/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/BeautifulSoup-3.0.7a-py2.6.egg-info +-rw-r--r-- root/root usr/lib/python2.6/site-packages/BeautifulSoup-3.1.0-py2.6.egg-info -rw-r--r-- root/root usr/lib/python2.6/site-packages/BeautifulSoup.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/BeautifulSoup.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/BeautifulSoupTests.py diff --git a/beautifulsoup/.md5sum b/beautifulsoup/.md5sum index 90b23cec6..c907451d2 100644 --- a/beautifulsoup/.md5sum +++ b/beautifulsoup/.md5sum @@ -1 +1 @@ -d28c8148bb770e72762eb202fa797b56 BeautifulSoup-3.0.7a.tar.gz +6c0dae06f9f7e1fe8181d0d1a105cf72 BeautifulSoup-3.1.0.tar.gz diff --git a/beautifulsoup/Pkgfile b/beautifulsoup/Pkgfile index 0305830d3..d5ea8f388 100644 --- a/beautifulsoup/Pkgfile +++ b/beautifulsoup/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python name=beautifulsoup -version=3.0.7a +version=3.1.0 release=1 source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$version.tar.gz) @@ -13,4 +13,3 @@ build() { cd BeautifulSoup-$version python setup.py install --root=$PKG } -