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 Aug 25 09:39:31 UTC 2025

Modified Files:
        pkgsrc/www/py-beautifulsoup4: Makefile PLIST distinfo

Log Message:
py-beautifulsoup4: updated to 4.13.5

4.13.5 (20250824)

* Fixed an unhandled exception when parsing invalid markup that contains the { character
  when using lxml==6.0.0.
* Fixed a regression when matching a multi-valued attribute against the
  empty string.
* Unit tests and test case data are no longer packaged with the wheel.
* Fixed a bug that gave the wrong result when parsing the empty bytestring.
* Brought the Spanish translation of the documentation up to date with
  4.13.4. Courtesy of Carlos Romero.
* For Python 3.13 and above, disabled tests that verify Beautiful Soup's handling of htmlparser's
  exceptions when given very bad markup. The bug in htmlparser that caused
  this behavior has been fixed. Patch courtesy of Stefano Rivera.
* Used overloading to improve type hints for prettify().
* Updated the SoupStrainer documentation to clarify that during initial
  parsing, attribute values are always passed into the SoupStrainer as raw strings.
* Fixed all type checking errors issued by pyright. (Previously only mypy
  was used for type checking.)
* Improved the type hints for PageElement.replace_with.
* Improved the type hint for the arguments of the lambda function that can
  be used to match a tag's attribute.
* Modified some of the lxml tests to accommodate behavioral changes in libxml2
  2.14.3. Specifically:

  1. XML declarations and processing instructions in HTML documents
  are rewritten as comments. Note that this means XHTML documents will
  now turn into regular HTML documents if run through the 'lxml'
  parser. The 'xml' parser is unaffected.

  2. Out-of-range numeric entities are replaced with REPLACEMENT
  CHARACTER rather than omitted entirely.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-beautifulsoup4/PLIST
cvs rdiff -u -r1.29 -r1.30 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.36 pkgsrc/www/py-beautifulsoup4/Makefile:1.37
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.36  Sat Jul  5 11:44:16 2025
+++ pkgsrc/www/py-beautifulsoup4/Makefile       Mon Aug 25 09:39:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2025/07/05 11:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2025/08/25 09:39:31 adam Exp $
 
-DISTNAME=      beautifulsoup4-4.13.4
+DISTNAME=      beautifulsoup4-4.13.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup4/}

Index: pkgsrc/www/py-beautifulsoup4/PLIST
diff -u pkgsrc/www/py-beautifulsoup4/PLIST:1.14 pkgsrc/www/py-beautifulsoup4/PLIST:1.15
--- pkgsrc/www/py-beautifulsoup4/PLIST:1.14     Tue Feb  4 08:42:15 2025
+++ pkgsrc/www/py-beautifulsoup4/PLIST  Mon Aug 25 09:39:31 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/02/04 08:42:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/08/25 09:39:31 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -50,72 +50,3 @@ ${PYSITELIB}/bs4/formatter.py
 ${PYSITELIB}/bs4/formatter.pyc
 ${PYSITELIB}/bs4/formatter.pyo
 ${PYSITELIB}/bs4/py.typed
-${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
-${PYSITELIB}/bs4/tests/test_builder_registry.py
-${PYSITELIB}/bs4/tests/test_builder_registry.pyc
-${PYSITELIB}/bs4/tests/test_builder_registry.pyo
-${PYSITELIB}/bs4/tests/test_css.py
-${PYSITELIB}/bs4/tests/test_css.pyc
-${PYSITELIB}/bs4/tests/test_css.pyo
-${PYSITELIB}/bs4/tests/test_dammit.py
-${PYSITELIB}/bs4/tests/test_dammit.pyc
-${PYSITELIB}/bs4/tests/test_dammit.pyo
-${PYSITELIB}/bs4/tests/test_element.py
-${PYSITELIB}/bs4/tests/test_element.pyc
-${PYSITELIB}/bs4/tests/test_element.pyo
-${PYSITELIB}/bs4/tests/test_filter.py
-${PYSITELIB}/bs4/tests/test_filter.pyc
-${PYSITELIB}/bs4/tests/test_filter.pyo
-${PYSITELIB}/bs4/tests/test_formatter.py
-${PYSITELIB}/bs4/tests/test_formatter.pyc
-${PYSITELIB}/bs4/tests/test_formatter.pyo
-${PYSITELIB}/bs4/tests/test_fuzz.py
-${PYSITELIB}/bs4/tests/test_fuzz.pyc
-${PYSITELIB}/bs4/tests/test_fuzz.pyo
-${PYSITELIB}/bs4/tests/test_html5lib.py
-${PYSITELIB}/bs4/tests/test_html5lib.pyc
-${PYSITELIB}/bs4/tests/test_html5lib.pyo
-${PYSITELIB}/bs4/tests/test_htmlparser.py
-${PYSITELIB}/bs4/tests/test_htmlparser.pyc
-${PYSITELIB}/bs4/tests/test_htmlparser.pyo
-${PYSITELIB}/bs4/tests/test_lxml.py
-${PYSITELIB}/bs4/tests/test_lxml.pyc
-${PYSITELIB}/bs4/tests/test_lxml.pyo
-${PYSITELIB}/bs4/tests/test_navigablestring.py
-${PYSITELIB}/bs4/tests/test_navigablestring.pyc
-${PYSITELIB}/bs4/tests/test_navigablestring.pyo
-${PYSITELIB}/bs4/tests/test_pageelement.py
-${PYSITELIB}/bs4/tests/test_pageelement.pyc
-${PYSITELIB}/bs4/tests/test_pageelement.pyo
-${PYSITELIB}/bs4/tests/test_soup.py
-${PYSITELIB}/bs4/tests/test_soup.pyc
-${PYSITELIB}/bs4/tests/test_soup.pyo
-${PYSITELIB}/bs4/tests/test_tag.py
-${PYSITELIB}/bs4/tests/test_tag.pyc
-${PYSITELIB}/bs4/tests/test_tag.pyo
-${PYSITELIB}/bs4/tests/test_tree.py
-${PYSITELIB}/bs4/tests/test_tree.pyc
-${PYSITELIB}/bs4/tests/test_tree.pyo

Index: pkgsrc/www/py-beautifulsoup4/distinfo
diff -u pkgsrc/www/py-beautifulsoup4/distinfo:1.29 pkgsrc/www/py-beautifulsoup4/distinfo:1.30
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.29  Fri Apr 18 11:32:28 2025
+++ pkgsrc/www/py-beautifulsoup4/distinfo       Mon Aug 25 09:39:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/04/18 11:32:28 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/08/25 09:39:31 adam Exp $
 
-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
+BLAKE2s (beautifulsoup4-4.13.5.tar.gz) = c5fdaa7a4234bdf6a37c68de648e656dc45c844c5574ef586f04c4a711c8723c
+SHA512 (beautifulsoup4-4.13.5.tar.gz) = 81c0be4e2f228ea11c78540d850ba11e74ebf784460188680d351fbe0f54f4fb9f94e0e7a1a1bfb9e6e5222be6203fbd777aa3483902942dbf9319227ff112bf
+Size (beautifulsoup4-4.13.5.tar.gz) = 622954 bytes



Home | Main Index | Thread Index | Old Index