pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-beautifulsoup4 py-beautifulsoup4: updated to 4.8.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfff6405ea07
branches: trunk
changeset: 341158:cfff6405ea07
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 15 17:21:34 2019 +0000
description:
py-beautifulsoup4: updated to 4.8.1
4.8.1:
* When the html.parser or html5lib parsers are in use, Beautiful Soup
will, by default, record the position in the original document where
each tag was encountered. This includes line number (Tag.sourceline)
and position within a line (Tag.sourcepos). Based on code by Chris
Mayo.
* When instantiating a BeautifulSoup object, it's now possible to
provide a dictionary ('element_classes') of the classes you'd like to be
instantiated instead of Tag, NavigableString, etc.
* Fixed the definition of the default XML namespace when using
lxml 4.4. Patch by Isaac Muse.
* Fixed a crash when pretty-printing tags that were not created
during initial parsing.
* Copying a Tag preserves information that was originally obtained from
the TreeBuilder used to build the original Tag.
* Raise an explanatory exception when the underlying parser
completely rejects the incoming markup.
* Avoid a crash when trying to detect the declared encoding of a
Unicode document.
* Avoid a crash when unpickling certain parse trees generated
using html5lib on Python 3.
diffstat:
www/py-beautifulsoup4/Makefile | 4 ++--
www/py-beautifulsoup4/PLIST | 5 ++++-
www/py-beautifulsoup4/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r b9e2d0d6c74e -r cfff6405ea07 www/py-beautifulsoup4/Makefile
--- a/www/py-beautifulsoup4/Makefile Tue Oct 15 17:17:25 2019 +0000
+++ b/www/py-beautifulsoup4/Makefile Tue Oct 15 17:21:34 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/07/21 08:05:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/10/15 17:21:34 adam Exp $
-DISTNAME= beautifulsoup4-4.8.0
+DISTNAME= beautifulsoup4-4.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://www.crummy.com/software/BeautifulSoup/bs4/download/${PKGVERSION_NOREV:R}/
diff -r b9e2d0d6c74e -r cfff6405ea07 www/py-beautifulsoup4/PLIST
--- a/www/py-beautifulsoup4/PLIST Tue Oct 15 17:17:25 2019 +0000
+++ b/www/py-beautifulsoup4/PLIST Tue Oct 15 17:21:34 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/07/21 08:05:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/10/15 17:21:34 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@
${PYSITELIB}/bs4/builder/_lxml.py
${PYSITELIB}/bs4/builder/_lxml.pyc
${PYSITELIB}/bs4/builder/_lxml.pyo
+${PYSITELIB}/bs4/check_block.py
+${PYSITELIB}/bs4/check_block.pyc
+${PYSITELIB}/bs4/check_block.pyo
${PYSITELIB}/bs4/dammit.py
${PYSITELIB}/bs4/dammit.pyc
${PYSITELIB}/bs4/dammit.pyo
diff -r b9e2d0d6c74e -r cfff6405ea07 www/py-beautifulsoup4/distinfo
--- a/www/py-beautifulsoup4/distinfo Tue Oct 15 17:17:25 2019 +0000
+++ b/www/py-beautifulsoup4/distinfo Tue Oct 15 17:21:34 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/07/21 08:05:31 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/10/15 17:21:34 adam Exp $
-SHA1 (beautifulsoup4-4.8.0.tar.gz) = 7cc2ae69183aca6102c88026ef46b339a7059ddb
-RMD160 (beautifulsoup4-4.8.0.tar.gz) = cf28bfc3fa3196e6b548a34347fce6a41dd41e23
-SHA512 (beautifulsoup4-4.8.0.tar.gz) = 00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db
-Size (beautifulsoup4-4.8.0.tar.gz) = 170919 bytes
+SHA1 (beautifulsoup4-4.8.1.tar.gz) = afec76610be96ce8141bf56885bea55ff458d457
+RMD160 (beautifulsoup4-4.8.1.tar.gz) = 8d8d811507d63ee72f55240cad1c86a0f2209d30
+SHA512 (beautifulsoup4-4.8.1.tar.gz) = 7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b
+Size (beautifulsoup4-4.8.1.tar.gz) = 159164 bytes
Home |
Main Index |
Thread Index |
Old Index