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: Fri Apr 18 11:32:28 UTC 2025
Modified Files:
pkgsrc/www/py-beautifulsoup4: Makefile distinfo
Log Message:
py-beautifulsoup4: updated to 4.13.4
4.13.4 (20250415)
* If you pass a function as the first argument to a find* method, the
function will only ever be called once per tag, with the Tag object
as the argument. Starting in 4.13.0, there were cases where the
function would be called with a Tag object and then called again
with the name of the tag.
* Added a passthrough implementation for NavigableString.__getitem__ which gives a
more helpful exception if the user tries to treat it as a Tag and
access its HTML attributes.
* Fixed a bug that caused an exception when unpickling the result of
parsing certain invalid markup with lxml as the tree builder.
* Converted the AUTHORS file to UTF-8 for PEP8 compliance.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.28 -r1.29 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.34 pkgsrc/www/py-beautifulsoup4/Makefile:1.35
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.34 Wed Feb 5 09:13:29 2025
+++ pkgsrc/www/py-beautifulsoup4/Makefile Fri Apr 18 11:32:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2025/02/05 09:13:29 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/18 11:32:28 adam Exp $
-DISTNAME= beautifulsoup4-4.13.3
+DISTNAME= beautifulsoup4-4.13.4
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.28 pkgsrc/www/py-beautifulsoup4/distinfo:1.29
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.28 Wed Feb 5 09:13:29 2025
+++ pkgsrc/www/py-beautifulsoup4/distinfo Fri Apr 18 11:32:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/02/05 09:13:29 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/04/18 11:32:28 adam Exp $
-BLAKE2s (beautifulsoup4-4.13.3.tar.gz) = b08c0fc7d724893320814b5942ee6d7437ad974d19e7cc9936ceed61521d3bd7
-SHA512 (beautifulsoup4-4.13.3.tar.gz) = 44cc938e5f981be0deeba864ed44460bcf37e8cdc1c1732fc948d3bc310b1b1008817a63794eb650165d7b56eda6d668ab0e16bcc5dd3ffcecbd932f743d48c1
-Size (beautifulsoup4-4.13.3.tar.gz) = 619516 bytes
+BLAKE2s (beautifulsoup4-4.13.4.tar.gz) = a76945ac26eca2b6a0a59354ecfb9ceecdadb7d7194a3c936ec8839a6ce27d94
+SHA512 (beautifulsoup4-4.13.4.tar.gz) = 7763e7e8528db54c48d29cd300155fc6d5b69785d3ea7d6ca14427b81b384838c4015d952ad6111800aa0b50632e16959cc311f3ff25b3860d7600e3cd3a10d4
+Size (beautifulsoup4-4.13.4.tar.gz) = 621067 bytes
Home |
Main Index |
Thread Index |
Old Index