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 21 05:36:54 UTC 2025

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

Log Message:
py-soupsieve: updated to 2.7

2.7

- **NEW**: Add `:open` pseudo selector.
- **NEW**: Add `:muted` pseudo selector.
- **NEW**: Recognize the following pseudo selectors: `:autofill`, `:buffering`, `:fullscreen`, `:picture-in-picture`,
  `:popover-open`, `:seeking`, `:stalled`, and `:volume-locked`. These selectors, while recognized, will not match any
  element as they require a live environment to check element states and browser states. This just prevents Soup Sieve
  from failing when any of these selectors are specified.
- **NEW**: A number of existing pseudo-classes are no longer noted as experimental.
- **FIX**: Typing fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/www/py-soupsieve/Makefile:1.19
--- pkgsrc/www/py-soupsieve/Makefile:1.18       Mon Aug 19 22:00:26 2024
+++ pkgsrc/www/py-soupsieve/Makefile    Mon Apr 21 05:36:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/08/19 22:00:26 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/21 05:36:54 adam Exp $
 
-DISTNAME=      soupsieve-2.6
+DISTNAME=      soupsieve-2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/soupsieve/}
@@ -16,13 +16,10 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-coverage-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 TEST_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 TEST_DEPENDS+= ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 # as of 2.6
 # 381 passed
 
Index: pkgsrc/www/py-soupsieve/distinfo
diff -u pkgsrc/www/py-soupsieve/distinfo:1.18 pkgsrc/www/py-soupsieve/distinfo:1.19
--- pkgsrc/www/py-soupsieve/distinfo:1.18       Mon Aug 19 22:00:26 2024
+++ pkgsrc/www/py-soupsieve/distinfo    Mon Apr 21 05:36:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/08/19 22:00:26 wiz Exp $
+$NetBSD: distinfo,v 1.19 2025/04/21 05:36:54 adam Exp $
 
-BLAKE2s (soupsieve-2.6.tar.gz) = 0340458054aa2295499158ecec3a3a438d89f4fad56e18e04ef804b79ee54c93
-SHA512 (soupsieve-2.6.tar.gz) = 48de3208bcf2402eed284551e090a5ef055e7b69561cd70da8376ca114f25a6542be680631f0b8d3482367af4e93be3a4e34b0dd2769862987e05935efb0d5f9
-Size (soupsieve-2.6.tar.gz) = 101569 bytes
+BLAKE2s (soupsieve-2.7.tar.gz) = 4a0dc85587eb9980a647ef1c29831fc6dbd3082269f7f135ea57cf80d67c8573
+SHA512 (soupsieve-2.7.tar.gz) = 0ce9ba7ce2c2b0cb798a81b9f81494e383ca1d9a4b413e8019572f782613dc1c7d670436ffb73494a6c7ac1ea6329d25d458072c4e167ec1023ed607fb4403af
+Size (soupsieve-2.7.tar.gz) = 103418 bytes



Home | Main Index | Thread Index | Old Index