pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-beautifulsoup4
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 4 18:27:07 UTC 2025
Modified Files:
pkgsrc/www/py-beautifulsoup4: Makefile distinfo
Log Message:
py-beautifulsoup4: updated to 4.13.2
4.13.2 (20250204)
* Gave ElementFilter the ability to explicitly say that it excludes
every item in the parse tree. This is used internally in situations
where the provided filters are logically inconsistent or match a
value against the null set.
Without this, it's not always possible to distinguish between
a SoupStrainer that excludes everything and one that excludes
nothing.
This fixes a bug where calls to find_* methods with no arguments
returned None, instead of the first item out of the iterator. [bug=2097333]
Things added to the API to support this:
- The ElementFilter.includes_everything property
- The MatchRule.exclude_everything member
- The _known_rules argument to ElementFilter.match. This is an optional
argument used internally to indicate that an optimization is safe.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-beautifulsoup4/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-beautifulsoup4/Makefile
diff -u pkgsrc/www/py-beautifulsoup4/Makefile:1.32 pkgsrc/www/py-beautifulsoup4/Makefile:1.33
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.32 Tue Feb 4 08:42:15 2025
+++ pkgsrc/www/py-beautifulsoup4/Makefile Tue Feb 4 18:27:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/02/04 08:42:15 adam Exp $
+# $NetBSD: Makefile,v 1.33 2025/02/04 18:27:07 adam Exp $
-DISTNAME= beautifulsoup4-4.13.1
+DISTNAME= beautifulsoup4-4.13.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup4/}
Index: pkgsrc/www/py-beautifulsoup4/distinfo
diff -u pkgsrc/www/py-beautifulsoup4/distinfo:1.26 pkgsrc/www/py-beautifulsoup4/distinfo:1.27
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.26 Tue Feb 4 08:42:15 2025
+++ pkgsrc/www/py-beautifulsoup4/distinfo Tue Feb 4 18:27:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/02/04 08:42:15 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/02/04 18:27:07 adam Exp $
-BLAKE2s (beautifulsoup4-4.13.1.tar.gz) = 5df30596d3dd2ff66dfc09ac650ed56845a99ca863e2f49ff159a42bc8932d45
-SHA512 (beautifulsoup4-4.13.1.tar.gz) = f661966c9c4a1e0ea3141b8c926ad9ffa010fb2ae48e2715c57812fca09d8a5434128f289a5bbc7a277ffc0b7925c7bc7c6c59c52e3126a926b06e74cc091a09
-Size (beautifulsoup4-4.13.1.tar.gz) = 618295 bytes
+BLAKE2s (beautifulsoup4-4.13.2.tar.gz) = f662abff154bc4d218ea1231f2cbbe4d298b7685724f06d72fcf3382fce48e0a
+SHA512 (beautifulsoup4-4.13.2.tar.gz) = d82ed6e11de477de4012397f1c530a2493f5bc894c1006601cb0197f728dfa155c15617a3458b2b4039b768cfacb485ab947c5177acd6d9e8a430fadaeb0701f
+Size (beautifulsoup4-4.13.2.tar.gz) = 619134 bytes
Home |
Main Index |
Thread Index |
Old Index