Date: Thu, 30 Aug 2012 10:49:50 -0700 (PDT) From: William Grzybowski <william88@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/171189: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3 Message-ID: <503fa7be.0a4bec0a.73d4.ffff91c6@mx.google.com> Resent-Message-ID: <201208301750.q7UHo1fT018092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171189 >Category: ports >Synopsis: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 30 17:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: Bump to 4.1.3: = 4.1.3 (20120820) = * Skipped a test under Python 2.6 and Python 3.1 to avoid a spurious test failure caused by the lousy HTMLParser in those versions. [bug=1038503] * Raise a more specific error (FeatureNotFound) when a requested parser or parser feature is not installed. Raise NotImplementedError instead of ValueError when the user calls insert_before() or insert_after() on the BeautifulSoup object itself. Patch by Aaron Devore. [bug=1038301] = 4.1.2 (20120817) = * As per PEP-8, allow searching by CSS class using the 'class_' keyword argument. [bug=1037624] * Display namespace prefixes for namespaced attribute names, instead of the fully-qualified names given by the lxml parser. [bug=1037597] * Fixed a crash on encoding when an attribute name contained non-ASCII characters. * When sniffing encodings, if the cchardet library is installed, Beautiful Soup uses it instead of chardet. cchardet is much faster. [bug=1020748] * Use logging.warning() instead of warning.warn() to notify the user that characters were replaced with REPLACEMENT CHARACTER. [bug=1013862] >How-To-Repeat: >Fix: See attached patch --- beautifulsoup.patch begins here --- Index: distinfo =================================================================== --- distinfo (revision 303386) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (beautifulsoup4-4.1.1.tar.gz) = a8b1b59a105c07cf5a4912efd77294b3f86c4e3623fee773c8ca764c29d507ed -SIZE (beautifulsoup4-4.1.1.tar.gz) = 129632 +SHA256 (beautifulsoup4-4.1.3.tar.gz) = f1e9b7b48e93efc044c79fa0ac5805094ab6f42f8946ec4abf840753e0dea91f +SIZE (beautifulsoup4-4.1.3.tar.gz) = 131290 Index: Makefile =================================================================== --- Makefile (revision 303386) +++ Makefile (working copy) @@ -6,9 +6,9 @@ # PORTNAME= beautifulsoup -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.3 CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/4.1/ +MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= beautifulsoup4-${PORTVERSION} --- beautifulsoup.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?503fa7be.0a4bec0a.73d4.ffff91c6>