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.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59845dee312c
branches:  trunk
changeset: 328442:59845dee312c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 21 09:56:24 2019 +0000

description:
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:

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

diffs (27 lines):

diff -r fe6cc96d8e82 -r 59845dee312c www/py-soupsieve/Makefile
--- a/www/py-soupsieve/Makefile Mon Jan 21 09:36:06 2019 +0000
+++ b/www/py-soupsieve/Makefile Mon Jan 21 09:56:24 2019 +0000
@@ -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 -r fe6cc96d8e82 -r 59845dee312c www/py-soupsieve/distinfo
--- a/www/py-soupsieve/distinfo Mon Jan 21 09:36:06 2019 +0000
+++ b/www/py-soupsieve/distinfo Mon Jan 21 09:56:24 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index