diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2009-01-07 17:24:01 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2009-01-09 20:13:56 +1100 |
commit | a72e9ec52b03e96543d0c00be04d91e94351e1e7 (patch) | |
tree | d9777f70c573348d433ae8b1531113b5448dd7dd /beautifulsoup | |
parent | eac5f26e43f41dff85aad8ed9ea41dbe269f310d (diff) | |
download | contrib-a72e9ec52b03e96543d0c00be04d91e94351e1e7.tar.gz contrib-a72e9ec52b03e96543d0c00be04d91e94351e1e7.tar.xz |
beautifulsoup: 3.1.0 -> 3.1.0.1
Diffstat (limited to 'beautifulsoup')
-rw-r--r-- | beautifulsoup/.footprint | 5 | ||||
-rw-r--r-- | beautifulsoup/.md5sum | 2 | ||||
-rw-r--r-- | beautifulsoup/Pkgfile | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/beautifulsoup/.footprint b/beautifulsoup/.footprint index 620f632ee..407b635a4 100644 --- a/beautifulsoup/.footprint +++ b/beautifulsoup/.footprint @@ -1,8 +1,11 @@ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/testall.sh +-rwxr-xr-x root/root usr/bin/to3.sh 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.1.0-py2.6.egg-info +-rw-r--r-- root/root usr/lib/python2.6/site-packages/BeautifulSoup-3.1.0.1-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 c907451d2..4f44812e4 100644 --- a/beautifulsoup/.md5sum +++ b/beautifulsoup/.md5sum @@ -1 +1 @@ -6c0dae06f9f7e1fe8181d0d1a105cf72 BeautifulSoup-3.1.0.tar.gz +bcffef3eda6e06e6d1e18c06a9db8a24 BeautifulSoup-3.1.0.1.tar.gz diff --git a/beautifulsoup/Pkgfile b/beautifulsoup/Pkgfile index d5ea8f388..8b05b7418 100644 --- a/beautifulsoup/Pkgfile +++ b/beautifulsoup/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python name=beautifulsoup -version=3.1.0 +version=3.1.0.1 release=1 source=(http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-$version.tar.gz) |