pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-cssselect
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 11 14:45:19 UTC 2026
Modified Files:
pkgsrc/textproc/py-cssselect: Makefile distinfo
Log Message:
py-cssselect: updated to 1.5.0
1.5.0
* **Backward-incompatible change**: removed the no longer used
``closing_combiner`` and ``has_inner_condition`` arguments of
``XPathExpr.join()``. They were added for ``:has()`` support which no
longer needs them.
* Fixed and improved support for the following selector features:
* ``:has()`` pseudo-class.
* ``:is()``, ``:where()`` and ``:matches()`` pseudo-classes.
* ``:scope`` pseudo-class.
* ``:only-child`` and ``:only-of-type`` pseudo-classes.
* Namespaces (``|``).
* ``An+B`` arguments of pseudo-classes.
* Type selectors in predicates.
* Fixed some issues with the ``Selector.canonical()`` method.
* Improved the ``Element.__repr__()`` and ``Relation.__repr__()`` methods.
* Fixed ``Selector.specificity()`` calculation for the ``:is()``,
``:where()`` and ``:matches()`` pseudo-classes.
* Fixed issues with whitespace and comment handling inside some selectors.
* Fixed some exception types and messages.
* Improved the docs about the ``:has()``, ``:is()`` and ``:where()``
pseudo-classes and the `!=`` attribute operator.
* Test improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-cssselect/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-cssselect/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-cssselect/Makefile
diff -u pkgsrc/textproc/py-cssselect/Makefile:1.12 pkgsrc/textproc/py-cssselect/Makefile:1.13
--- pkgsrc/textproc/py-cssselect/Makefile:1.12 Mon Feb 9 13:45:11 2026
+++ pkgsrc/textproc/py-cssselect/Makefile Tue Aug 11 14:45:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/02/09 13:45:11 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/08/11 14:45:19 adam Exp $
-DISTNAME= cssselect-1.4.0
+DISTNAME= cssselect-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect/}
Index: pkgsrc/textproc/py-cssselect/distinfo
diff -u pkgsrc/textproc/py-cssselect/distinfo:1.11 pkgsrc/textproc/py-cssselect/distinfo:1.12
--- pkgsrc/textproc/py-cssselect/distinfo:1.11 Mon Feb 9 13:45:11 2026
+++ pkgsrc/textproc/py-cssselect/distinfo Tue Aug 11 14:45:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/02/09 13:45:11 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/08/11 14:45:19 adam Exp $
-BLAKE2s (cssselect-1.4.0.tar.gz) = 8558f2bdcb15b05f244e45ee6292d0c981cff48c3438de06f0246d809e7d27e0
-SHA512 (cssselect-1.4.0.tar.gz) = 4862986c4c8221a17ccdfa6a824513efadcd02144789396e51db573b39c5667dcd5e1ae1aee99a9d2607477bb1f9949030a714523ec7eeedbf52d0aabbc973a2
-Size (cssselect-1.4.0.tar.gz) = 40589 bytes
+BLAKE2s (cssselect-1.5.0.tar.gz) = d45e1f828952fb0c8fef2c9e0d0b2d86696747405f64591bb5b3f6e232de75e2
+SHA512 (cssselect-1.5.0.tar.gz) = 7dd9a8e14c23fe58a1a0277fce50a63ea32eed950604db8033e5b5c7da601395ba96aec58e7b55051786952ee4f4a3694ea275b45d603c4572915b1249e99a93
+Size (cssselect-1.5.0.tar.gz) = 47598 bytes
Home |
Main Index |
Thread Index |
Old Index