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: Thu Jan 18 10:20:45 UTC 2024
Modified Files:
pkgsrc/www/py-beautifulsoup4: Makefile PLIST distinfo
Log Message:
py-beautifulsoup4: updated to 4.12.3
4.12.3 (20240117)
* The Beautiful Soup documentation now has a Spanish translation, thanks
to Carlos Romero. Delong Wang's Chinese translation has been updated
to cover Beautiful Soup 4.12.0.
* Fixed a regression such that if you set .hidden on a tag, the tag
becomes invisible but its contents are still visible. User manipulation
of .hidden is not a documented or supported feature, so don't do this,
but it wasn't too difficult to keep the old behavior working.
* Fixed a case found by Mengyuhan where html.parser giving up on
markup would result in an AssertionError instead of a
ParserRejectedMarkup exception.
* Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
[bug=2034451]
* Corrected the syntax of the license definition in pyproject.toml. Patch
by Louis Maddox. [bug=2032848]
* Corrected a typo in a test that was causing test failures when run against
libxml2 2.12.1. [bug=2045481]
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-beautifulsoup4/PLIST
cvs rdiff -u -r1.24 -r1.25 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.30 pkgsrc/www/py-beautifulsoup4/Makefile:1.31
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.30 Sat Oct 28 19:57:22 2023
+++ pkgsrc/www/py-beautifulsoup4/Makefile Thu Jan 18 10:20:45 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2023/10/28 19:57:22 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/01/18 10:20:45 adam Exp $
-DISTNAME= beautifulsoup4-4.12.2
+DISTNAME= beautifulsoup4-4.12.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup4/}
@@ -14,7 +13,6 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-soupsieve>=1.2:../../www/py-soupsieve
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
@@ -22,8 +20,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
EXTRACT_USING= bsdtar
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} bs4
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-beautifulsoup4/PLIST
diff -u pkgsrc/www/py-beautifulsoup4/PLIST:1.12 pkgsrc/www/py-beautifulsoup4/PLIST:1.13
--- pkgsrc/www/py-beautifulsoup4/PLIST:1.12 Sat Oct 28 19:57:22 2023
+++ pkgsrc/www/py-beautifulsoup4/PLIST Thu Jan 18 10:20:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/10/28 19:57:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2024/01/18 10:20:45 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -37,17 +37,24 @@ ${PYSITELIB}/bs4/formatter.pyo
${PYSITELIB}/bs4/tests/__init__.py
${PYSITELIB}/bs4/tests/__init__.pyc
${PYSITELIB}/bs4/tests/__init__.pyo
+${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-4670634698080256.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-4818336571064320.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-4999465949331456.testcase
+${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5000587759190016.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5167584867909632.testcase
+${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5270998950477824.testcase
+${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5375146639360000.testcase
+${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5492400320282624.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5703933063462912.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5843991618256896.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5984173902397440.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6124268085182464.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6241471367348224.testcase
+${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6306874195312640.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6450958476902400.testcase
${PYSITELIB}/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744.testcase
${PYSITELIB}/bs4/tests/fuzz/crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08.testcase
+${PYSITELIB}/bs4/tests/fuzz/crash-ffbdfa8a2b26f13537b68d3794b0478a4090ee4a.testcase
${PYSITELIB}/bs4/tests/test_builder.py
${PYSITELIB}/bs4/tests/test_builder.pyc
${PYSITELIB}/bs4/tests/test_builder.pyo
Index: pkgsrc/www/py-beautifulsoup4/distinfo
diff -u pkgsrc/www/py-beautifulsoup4/distinfo:1.24 pkgsrc/www/py-beautifulsoup4/distinfo:1.25
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.24 Mon Apr 17 06:38:13 2023
+++ pkgsrc/www/py-beautifulsoup4/distinfo Thu Jan 18 10:20:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/04/17 06:38:13 adam Exp $
+$NetBSD: distinfo,v 1.25 2024/01/18 10:20:45 adam Exp $
-BLAKE2s (beautifulsoup4-4.12.2.tar.gz) = 5130ca9c9ad31fb39dd315d23283ed89bd9912de94bbf555ebc5252301b8c713
-SHA512 (beautifulsoup4-4.12.2.tar.gz) = 1dbb620f675bb319ef050ece0f343e80359bdc59cd8b8de19b1851aa5bca1081a7e953e3221ad97142198c17f67384c05b0406af24a123d71398f209fb89db97
-Size (beautifulsoup4-4.12.2.tar.gz) = 505113 bytes
+BLAKE2s (beautifulsoup4-4.12.3.tar.gz) = 389b12484bd092d422231ea415b77ae5d7977a96634b12e4d302f40ed43b86e2
+SHA512 (beautifulsoup4-4.12.3.tar.gz) = b5b6cc9f64a97fa52b9a2ee1265aa215db476e705d3d79e49301de7e8d36c56c96924cb440eec0715f7ec75c5ddf4c1ade9d6cef7cdc9bf9e37125ac6eb50837
+Size (beautifulsoup4-4.12.3.tar.gz) = 581181 bytes
Home |
Main Index |
Thread Index |
Old Index