pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-soupsieve



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 29 08:48:10 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-soupsieve/Makefile \
    pkgsrc/www/py-soupsieve/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-soupsieve/Makefile
diff -u pkgsrc/www/py-soupsieve/Makefile:1.6 pkgsrc/www/py-soupsieve/Makefile:1.7
--- pkgsrc/www/py-soupsieve/Makefile:1.6        Wed Apr  3 09:29:54 2019
+++ pkgsrc/www/py-soupsieve/Makefile    Mon Apr 29 08:48:10 2019
@@ -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/}
Index: pkgsrc/www/py-soupsieve/distinfo
diff -u pkgsrc/www/py-soupsieve/distinfo:1.6 pkgsrc/www/py-soupsieve/distinfo:1.7
--- pkgsrc/www/py-soupsieve/distinfo:1.6        Wed Apr  3 09:29:54 2019
+++ pkgsrc/www/py-soupsieve/distinfo    Mon Apr 29 08:48:10 2019
@@ -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