Received: by mail.netbsd.org (Postfix, from userid 605) id 654E384F34; Wed, 1 Feb 2023 08:42:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A63584F42 for ; Wed, 1 Feb 2023 08:42:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZcnPS3oYQFjf for ; Wed, 1 Feb 2023 08:42:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF36284D41 for ; Wed, 1 Feb 2023 08:42:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2B6CFA90; Wed, 1 Feb 2023 08:42:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167524097496330" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 08:42:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-beautifulsoup4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230201084254.D2B6CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167524097496330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_167524097496330 Content-Disposition: inline Content-Length: 1683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_167524097496330--