ports/171189: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3

William Grzybowski william88 at gmail.com
Thu Aug 30 17:50:01 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list