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 Jan 21 09:56:24 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/py-soupsieve/Makefile:1.3
--- pkgsrc/www/py-soupsieve/Makefile:1.2        Tue Jan  8 09:39:24 2019
+++ pkgsrc/www/py-soupsieve/Makefile    Mon Jan 21 09:56:24 2019
@@ -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/}
Index: pkgsrc/www/py-soupsieve/distinfo
diff -u pkgsrc/www/py-soupsieve/distinfo:1.2 pkgsrc/www/py-soupsieve/distinfo:1.3
--- pkgsrc/www/py-soupsieve/distinfo:1.2        Tue Jan  8 09:39:24 2019
+++ pkgsrc/www/py-soupsieve/distinfo    Mon Jan 21 09:56:24 2019
@@ -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