diff options
author | adam <adam@pkgsrc.org> | 2019-07-06 22:49:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-06 22:49:00 +0000 |
commit | 7ed0a2bd1de87cd54fffe9c81544e653f701f663 (patch) | |
tree | deaab94b305d77d10b2b441d2c9d1032f411cbb1 /www | |
parent | a498ab4631b098a9620836a19951089005007822 (diff) | |
download | pkgsrc-7ed0a2bd1de87cd54fffe9c81544e653f701f663.tar.gz |
py-soupsieve: updated to 1.9.2
1.9.2
- **FIX**: Shortcut last descendant calculation if possible for performance.
- **FIX**: Fix issue where `Doctype` strings can be mistaken for a normal text node in some cases.
- **FIX**: A top level tag is not a `:root` tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using `html.parser` as the parser will allow multiple root nodes.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-soupsieve/Makefile | 4 | ||||
-rw-r--r-- | www/py-soupsieve/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-soupsieve/Makefile b/www/py-soupsieve/Makefile index da840df4f43..bdc463faad3 100644 --- a/www/py-soupsieve/Makefile +++ b/www/py-soupsieve/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/04/29 08:48:10 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/07/06 22:49:00 adam Exp $ -DISTNAME= soupsieve-1.9.1 +DISTNAME= soupsieve-1.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=s/soupsieve/} diff --git a/www/py-soupsieve/distinfo b/www/py-soupsieve/distinfo index 77365675e8b..b3b2793f696 100644 --- a/www/py-soupsieve/distinfo +++ b/www/py-soupsieve/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/04/29 08:48:10 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/07/06 22:49:00 adam Exp $ -SHA1 (soupsieve-1.9.1.tar.gz) = e8b9fdb5264cd7140394a1f6fd8e522082bc0bec -RMD160 (soupsieve-1.9.1.tar.gz) = da7165deb019cd6e056783775efe0377a4e0cc05 -SHA512 (soupsieve-1.9.1.tar.gz) = 9474fd5beb9a688a71f670feb2a20238be9e050cd35f3e57f03074d80e5a59afc9ee4a6e77fa553ce28d97483b391d4f2bc98d3145eabf0356a319dc50f7d3ca -Size (soupsieve-1.9.1.tar.gz) = 95089 bytes +SHA1 (soupsieve-1.9.2.tar.gz) = d1eb367b6b831eb35a78c109ee4f01d5e1ca03cb +RMD160 (soupsieve-1.9.2.tar.gz) = 0da8641b45fb79f81943ca1e3b27d3a1a576d3aa +SHA512 (soupsieve-1.9.2.tar.gz) = 7d741d7119ecfb886c3c08853aa268c81b8eccae304518367e8ff479b7925d95131f484c4f57af7c5d0dc87cbdb511a48581a3ca9bd206711d5f4700e0896906 +Size (soupsieve-1.9.2.tar.gz) = 95448 bytes |