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.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/131b67ff3f8a
branches: trunk
changeset: 332079:131b67ff3f8a
user: adam <adam%pkgsrc.org@localhost>
date: Wed Apr 03 09:29:54 2019 +0000
description:
py-soupsieve: updated to 1.9.0
1.9.0:
NEW: Allow :contains() to accept a list of text to search for.
NEW: Add new escape function for escaping CSS identifiers.
NEW: Deprecate comments and icomments functions in the API to ensure Soup Sieve focuses only in CSS selectors. comments and icomments will most likely be removed in 2.0.
NEW: Add Python 3.8 support.
FIX: Don't install test files when installing the soupsieve package.
FIX: Improve efficiency of :contains() comparison.
FIX: Null characters should translate to the Unicode REPLACEMENT CHARACTER (U+FFFD) according to the specification. This applies to CSS escaped NULL characters as well.
FIX: Escaped EOF should translate to U+FFFD outside of CSS strings. In a string, they should just be ignored, but as there is no case where we could resolve such a string and still have a valid
selector, string handling remains the same.
diffstat:
www/py-soupsieve/Makefile | 4 ++--
www/py-soupsieve/distinfo | 11 +++++------
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 858899b48861 -r 131b67ff3f8a www/py-soupsieve/Makefile
--- a/www/py-soupsieve/Makefile Wed Apr 03 08:06:41 2019 +0000
+++ b/www/py-soupsieve/Makefile Wed Apr 03 09:29:54 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/02/19 09:43:56 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/03 09:29:54 adam Exp $
-DISTNAME= soupsieve-1.8
+DISTNAME= soupsieve-1.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/soupsieve/}
diff -r 858899b48861 -r 131b67ff3f8a www/py-soupsieve/distinfo
--- a/www/py-soupsieve/distinfo Wed Apr 03 08:06:41 2019 +0000
+++ b/www/py-soupsieve/distinfo Wed Apr 03 09:29:54 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/02/19 09:43:56 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/04/03 09:29:54 adam Exp $
-SHA1 (soupsieve-1.8.tar.gz) = 9a46a1c6e4a582cb7009efd32830752d1f79d77c
-RMD160 (soupsieve-1.8.tar.gz) = 7dd3b868f13744ca0ccd33c5da0343974a336e5d
-SHA512 (soupsieve-1.8.tar.gz) = abdcbb6a13563e7afadd3056141587fdc3d7d644e346f789bca0a16242d860219e462491b0c624b287300af960fb8e3f85c79f5137580939a9fc8c3d6961478c
-Size (soupsieve-1.8.tar.gz) = 88211 bytes
-SHA1 (patch-setup.py) = 064975ebb17816c90522890ae74c3c66daef26a5
+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
Home |
Main Index |
Thread Index |
Old Index