pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-beautifulsoup4



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 27 13:00:40 UTC 2020

Modified Files:
        pkgsrc/www/py-beautifulsoup4: Makefile distinfo

Log Message:
py-beautifulsoup4: updated to 4.9.1

4.9.1:

* Added a keyword argument 'on_duplicate_attribute' to the
  BeautifulSoupHTMLParser constructor (used by the html.parser tree
  builder) which lets you customize the handling of markup that
  contains the same attribute more than once, as in:
  <a href="url1" href="url2">

* Added a distinct subclass, GuessedAtParserWarning, for the warning
  issued when BeautifulSoup is instantiated without a parser being
  specified.

* Added a distinct subclass, MarkupResemblesLocatorWarning, for the
  warning issued when BeautifulSoup is instantiated with 'markup' that
  actually seems to be a URL or the path to a file on
  disk.

* The new NavigableString subclasses (Stylesheet, Script, and
  TemplateString) can now be imported directly from the bs4 package.

* If you encode a document with a Python-specific encoding like
  'unicode_escape', that encoding is no longer mentioned in the final
  XML or HTML document. Instead, encoding information is omitted or
  left blank.

* Fixed test failures when run against soupselect 2.0.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-beautifulsoup4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-beautifulsoup4/Makefile
diff -u pkgsrc/www/py-beautifulsoup4/Makefile:1.18 pkgsrc/www/py-beautifulsoup4/Makefile:1.19
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.18  Tue Apr 28 21:16:14 2020
+++ pkgsrc/www/py-beautifulsoup4/Makefile       Wed May 27 13:00:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/04/28 21:16:14 gutteridge Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/27 13:00:40 adam Exp $
 
-DISTNAME=      beautifulsoup4-4.9.0
+DISTNAME=      beautifulsoup4-4.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.crummy.com/software/BeautifulSoup/bs4/download/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-beautifulsoup4/distinfo
diff -u pkgsrc/www/py-beautifulsoup4/distinfo:1.14 pkgsrc/www/py-beautifulsoup4/distinfo:1.15
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.14  Tue Apr 28 21:16:14 2020
+++ pkgsrc/www/py-beautifulsoup4/distinfo       Wed May 27 13:00:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/04/28 21:16:14 gutteridge Exp $
+$NetBSD: distinfo,v 1.15 2020/05/27 13:00:40 adam Exp $
 
-SHA1 (beautifulsoup4-4.9.0.tar.gz) = 056963c8c56f0dc811dcf1605b340f93ae80e500
-RMD160 (beautifulsoup4-4.9.0.tar.gz) = b687cc76e681ca9b806789f6bfa8b3acbd4b50e6
-SHA512 (beautifulsoup4-4.9.0.tar.gz) = 8c8d3c23f9e76955e465c6d343addb5165480f59d785755f6550aa3e77e8efe0c3dd4a2f310d485162dc046b05f797a8a6aee96a515d59659c820993e0ee37d7
-Size (beautifulsoup4-4.9.0.tar.gz) = 368809 bytes
+SHA1 (beautifulsoup4-4.9.1.tar.gz) = 72ff373be412536b091471d5e8fa7720f7135985
+RMD160 (beautifulsoup4-4.9.1.tar.gz) = b72ed53263f07c843ce34513a9d62128051e2fc3
+SHA512 (beautifulsoup4-4.9.1.tar.gz) = a1fe9cbfe8616d2ff25cc836769ff02d51ed86b06ca9a37366867b145440b7f64b866346600ed74820f0407c8e70eaac3d58700766a99b5ff7433cb736a57b3c
+Size (beautifulsoup4-4.9.1.tar.gz) = 374759 bytes



Home | Main Index | Thread Index | Old Index