Tue Nov 29 17:00:54 2011 UTC ()
Update to version 3.2.0.  Not much in the way of release notes except this:

Beautiful Soup 3.2.0 features very little new functionality, but its version
number leapfrogs the defunct 3.1 series, preventing confusion about which
version is the latest.

However, the web site also says this about our previous version:

Beautiful Soup version 3.1.0.1 was released January 6, 2009. It won't work
very well — I consider it a failed experiment.


(darcy)
diff -r1.5 -r1.6 pkgsrc/www/py-beautifulsoup/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-beautifulsoup/distinfo
diff -r1.1 -r0 pkgsrc/www/py-beautifulsoup/patches/patch-aa

cvs diff -r1.5 -r1.6 pkgsrc/www/py-beautifulsoup/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-beautifulsoup/Makefile 2011/10/15 11:24:19 1.5
+++ pkgsrc/www/py-beautifulsoup/Makefile 2011/11/29 17:00:54 1.6
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2011/10/15 11:24:19 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2011/11/29 17:00:54 darcy Exp $
2# 2#
3 3
4DISTNAME= BeautifulSoup-3.1.0.1 4DISTNAME= BeautifulSoup-3.2.0
5PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.1.0.1 5PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.2.0
6PKGREVISION= 1 
7CATEGORIES= www python 6CATEGORIES= www python
8MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/ 7MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
9 8
10MAINTAINER= darcy@NetBSD.org 9MAINTAINER= darcy@NetBSD.org
11HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/ 10HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/
12COMMENT= HTML/XML Parser for Python 11COMMENT= HTML/XML Parser for Python
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17.include "../../lang/python/distutils.mk" 16.include "../../lang/python/distutils.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/py-beautifulsoup/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-beautifulsoup/distinfo 2009/10/19 11:05:52 1.2
+++ pkgsrc/www/py-beautifulsoup/distinfo 2011/11/29 17:00:54 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2009/10/19 11:05:52 joerg Exp $ 1$NetBSD: distinfo,v 1.3 2011/11/29 17:00:54 darcy Exp $
2 2
3SHA1 (BeautifulSoup-3.1.0.1.tar.gz) = e9593b0412402325b6a98e3bf35ac8d00da5fc00 3SHA1 (BeautifulSoup-3.2.0.tar.gz) = 924eb4e43144e233e3749edadc8dc5cd8ec8a3be
4RMD160 (BeautifulSoup-3.1.0.1.tar.gz) = 24a4ac2a5faef8136223cba3f3532f7ce0b6bb70 4RMD160 (BeautifulSoup-3.2.0.tar.gz) = 44c04cf55cf8fe7d192a32d8362a36d292acb767
5Size (BeautifulSoup-3.1.0.1.tar.gz) = 71460 bytes 5Size (BeautifulSoup-3.2.0.tar.gz) = 31056 bytes
6SHA1 (patch-aa) = 759fb0b55b5c731998e4b7c7cd4dbda45e47771f 6SHA1 (patch-aa) = 759fb0b55b5c731998e4b7c7cd4dbda45e47771f

File Deleted: pkgsrc/www/py-beautifulsoup/patches/Attic/patch-aa