diff options
author | adam <adam@pkgsrc.org> | 2019-01-21 09:56:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-21 09:56:24 +0000 |
commit | b07f3f1f1a36f6efaee6c8461366c15768337fc8 (patch) | |
tree | b0616d2821c31cd56711f3cf6f3ebdbc8d84bb44 /www | |
parent | a458be8f24fa6069fbdcbf5c65923c69a82804a6 (diff) | |
download | pkgsrc-b07f3f1f1a36f6efaee6c8461366c15768337fc8.tar.gz |
py-soupsieve: updated to 1.7.2
1.7.2
- **FIX**: Fix HTML detection type selector.
- **FIX**: Fixes for :enabled and :disabled.
- **FIX**: Provide a way for Beautiful Soup to parse selectors in a quirks mode to mimic some of the quirks of the old
select method prior to Soup Sieve, but with warnings. This is to help old scripts to not break during the transitional
period with newest Beautiful Soup. In the future, these quirks will raise an exception as Soup Sieve requires
selectors to follow the CSS specification.
1.7.1
- **FIX**: Fix issue with :has() selector where a leading combinator can only be provided in the first selector in a
relative selector list.
1.7.0
- **NEW**: Add support for :in-range and :out-of-range selectors.
- **NEW**: Add support for :defined selector.
- **FIX**: Fix pickling issue when compiled selector contains a NullSelector object.
- **FIX**: Better exception messages in the CSS selector parser and fix a position reporting issue that can occur in
some exceptions.
- **FIX**: Don't compare prefixes when evaluating attribute namespaces, compare the actual namespace.
- **FIX**: Split whitespace attribute lists by all whitespace characters, not just space.
- **FIX**: :nth-* patterns were converting numbers to base 16 when they should have been converting to base 10.
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 e03df0e32a4..cdb4912b37d 100644 --- a/www/py-soupsieve/Makefile +++ b/www/py-soupsieve/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2019/01/08 09:39:24 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/01/21 09:56:24 adam Exp $ -DISTNAME= soupsieve-1.6.2 +DISTNAME= soupsieve-1.7.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 dd95f0cdea2..fd736e78d6d 100644 --- a/www/py-soupsieve/distinfo +++ b/www/py-soupsieve/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/01/08 09:39:24 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/01/21 09:56:24 adam Exp $ -SHA1 (soupsieve-1.6.2.tar.gz) = 33ac372cd866c5bd76b7104a7357ea34938fea05 -RMD160 (soupsieve-1.6.2.tar.gz) = 17487c09b5ba492e5cc48c70c19a2e1b9cbc5225 -SHA512 (soupsieve-1.6.2.tar.gz) = 57feac1385a603175915337ef7324a1685763aedfd7c837fa618a6d8e00d67a4dad241f97b58e65a9a92b853209faad9d21e0ecb1ad8f9dc56c03b825dfb26c2 -Size (soupsieve-1.6.2.tar.gz) = 61405 bytes +SHA1 (soupsieve-1.7.2.tar.gz) = 820dfbde711b5833b6574d11eb5ba8702b7e6a01 +RMD160 (soupsieve-1.7.2.tar.gz) = 3f7a0dd8d092fe9f7e3e9f6a44500b1c23de83e3 +SHA512 (soupsieve-1.7.2.tar.gz) = becd59a1d5746094de96c9ddb8936a2e76837688f9279fc29f871b4f4cff2e1b48c315025999431985a0cc04a99b93273bcfcd7554a1c71fac608f6f76b14dbf +Size (soupsieve-1.7.2.tar.gz) = 72902 bytes |