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: Mon Sep 29 12:07:04 UTC 2025
Modified Files:
pkgsrc/www/py-beautifulsoup4: Makefile distinfo
Log Message:
py-beautifulsoup4: updated to 4.14.2
4.14.2 (20250929)
* Making ResultSet inherit from MutableSequence still resulted in too many
breaking changes in users of the library, so I reverted the
ResultSet code back to where it was in 4.13.5 and added tests of all known
breaking behavior.
4.14.1 (20250929)
* Made ResultSet inherit from MutableSequence instead of Sequence,
since lots of existing code treats ResultSet as a mutable list.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.31 -r1.32 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.38 pkgsrc/www/py-beautifulsoup4/Makefile:1.39
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.38 Sun Sep 28 20:15:38 2025
+++ pkgsrc/www/py-beautifulsoup4/Makefile Mon Sep 29 12:07:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/09/28 20:15:38 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/09/29 12:07:04 adam Exp $
-DISTNAME= beautifulsoup4-4.14.0
+DISTNAME= beautifulsoup4-4.14.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.31 pkgsrc/www/py-beautifulsoup4/distinfo:1.32
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.31 Sun Sep 28 20:15:38 2025
+++ pkgsrc/www/py-beautifulsoup4/distinfo Mon Sep 29 12:07:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/09/28 20:15:38 wiz Exp $
+$NetBSD: distinfo,v 1.32 2025/09/29 12:07:04 adam Exp $
-BLAKE2s (beautifulsoup4-4.14.0.tar.gz) = 078836ea9f0ce5bf7cea3ffe8be207138d2b5b187be97a89e58391bd17406785
-SHA512 (beautifulsoup4-4.14.0.tar.gz) = a1aac3447226752f5cbf41c75a50fa34573c4949690f4cec270811a9db24634b18e21f7c5fd53dd8244eb2d89173742dba9e64e956d6f284d42b55f4785cb14d
-Size (beautifulsoup4-4.14.0.tar.gz) = 625697 bytes
+BLAKE2s (beautifulsoup4-4.14.2.tar.gz) = bb8b305883f464cd7740105ada1e8dc450ebb0f5ee12e40c5d355f2a602a3efb
+SHA512 (beautifulsoup4-4.14.2.tar.gz) = 71615985822a10788b3fb51b832cef0ee7b95464e64e08302471cc68b42924c5d6561c3a355ea211d963c65a46a92d3e5128fb05df653c7bead8623791cae3cb
+Size (beautifulsoup4-4.14.2.tar.gz) = 625822 bytes
Home |
Main Index |
Thread Index |
Old Index