pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-soupsieve py-soupsieve: updated to 1.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f432ef62d816
branches:  trunk
changeset: 333041:f432ef62d816
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 29 08:48:10 2019 +0000

description:
py-soupsieve: updated to 1.9.1

1.9.1
- **FIX**: :root, :contains(), :default, :indeterminate, :lang(), and :dir() will properly account for HTML
iframe elements in their logic when selecting or matching an element. Their logic will be restricted to the document
for which the element under consideration applies.
- **FIX**: HTML pseudo-classes will check that all key elements checked are in the XHTML namespace (HTML parsers that do
not provide namespaces will assume the XHTML namespace).
- **FIX**: Ensure that all pseudo-class names are case insensitive and allow CSS escapes.

diffstat:

 www/py-soupsieve/Makefile |   4 ++--
 www/py-soupsieve/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 83f53f825ba6 -r f432ef62d816 www/py-soupsieve/Makefile
--- a/www/py-soupsieve/Makefile Mon Apr 29 07:52:18 2019 +0000
+++ b/www/py-soupsieve/Makefile Mon Apr 29 08:48:10 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/03 09:29:54 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/29 08:48:10 adam Exp $
 
-DISTNAME=      soupsieve-1.9
+DISTNAME=      soupsieve-1.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/soupsieve/}
diff -r 83f53f825ba6 -r f432ef62d816 www/py-soupsieve/distinfo
--- a/www/py-soupsieve/distinfo Mon Apr 29 07:52:18 2019 +0000
+++ b/www/py-soupsieve/distinfo Mon Apr 29 08:48:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/04/03 09:29:54 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/04/29 08:48:10 adam Exp $
 
-SHA1 (soupsieve-1.9.tar.gz) = 89c4f6eb10ca7ca0f1a39cda2b4780023ac49995
-RMD160 (soupsieve-1.9.tar.gz) = 8f631ce5838525c3eae06cb24f5a4f11ff2e1eb0
-SHA512 (soupsieve-1.9.tar.gz) = 3ab5ec03afefb2b4a677cf4d7d3d8f7b04f8da471051dbb6c7c3db91b72ac1d8b1adaeaa954087302cb87d37d898fb745e1420275c5ad5a9dfc8cda4c5e02806
-Size (soupsieve-1.9.tar.gz) = 91366 bytes
+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



Home | Main Index | Thread Index | Old Index