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:           Wed Feb  1 08:42:54 UTC 2023

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

Log Message:
py-beautifulsoup4: updated to 4.11.2

4.11.2 (20230131)

* Fixed test failures caused by nondeterministic behavior of
  UnicodeDammit's character detection, depending on the platform setup.

* Fixed another crash when overriding multi_valued_attributes and using the
  html5lib parser.

* The HTMLFormatter and XMLFormatter constructors no longer return a
  value.

* Tag.interesting_string_types is now propagated when a tag is
  copied.

* Warnings now do their best to provide an appropriate stacklevel,
  improving the usefulness of the message.

* Passing a Tag's .contents into PageElement.extend() now works the
  same way as passing the Tag itself.

* Soup Sieve tests will be skipped if the library is not installed.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.21 -r1.22 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.25 pkgsrc/www/py-beautifulsoup4/Makefile:1.26
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.25  Wed Nov 30 17:00:38 2022
+++ pkgsrc/www/py-beautifulsoup4/Makefile       Wed Feb  1 08:42:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/11/30 17:00:38 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/02/01 08:42:54 adam Exp $
 
-DISTNAME=      beautifulsoup4-4.11.1
+DISTNAME=      beautifulsoup4-4.11.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.21 pkgsrc/www/py-beautifulsoup4/distinfo:1.22
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.21  Wed Nov 30 17:00:38 2022
+++ pkgsrc/www/py-beautifulsoup4/distinfo       Wed Feb  1 08:42:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/11/30 17:00:38 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/02/01 08:42:54 adam Exp $
 
-BLAKE2s (beautifulsoup4-4.11.1.tar.gz) = d81de6d16e68038d4e9e7f72368861542c276874d49520551cff5b1af8b698fd
-SHA512 (beautifulsoup4-4.11.1.tar.gz) = 7446be07cd55f23def929e6491f0d74a940cf50206ed520b8ae7b9d57bd19ecf6aa821f446ca4f26f1e08b43fcc71fb397886f51a3f0ec691f9e53dfdc7a0cf8
-Size (beautifulsoup4-4.11.1.tar.gz) = 517113 bytes
+BLAKE2s (beautifulsoup4-4.11.2.tar.gz) = 8bb7fa26930c5cc347fb98753df5771c8cc292a973d174b92a5a874a3eacefcc
+SHA512 (beautifulsoup4-4.11.2.tar.gz) = 68f5328f881946e80ed1af36b26da184f0af58aaf124f5f623f89c40130e1578f6dbe874b11c802e52c0ec02cfbf6b681e10eb235279631f479d14c2243e7dd3
+Size (beautifulsoup4-4.11.2.tar.gz) = 517627 bytes



Home | Main Index | Thread Index | Old Index