Received: by mail.netbsd.org (Postfix, from userid 605) id 9858984D95; Sat, 6 Jul 2019 22:49:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DBB284D67 for ; Sat, 6 Jul 2019 22:49:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uYnYpw-d1WuS for ; Sat, 6 Jul 2019 22:49:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 909CF84D25 for ; Sat, 6 Jul 2019 22:49:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86448FBF4; Sat, 6 Jul 2019 22:49:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562453340174940" MIME-Version: 1.0 Date: Sat, 6 Jul 2019 22:49:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-soupsieve To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190706224900.86448FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1562453340174940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jul 6 22:49:00 UTC 2019 Modified Files: pkgsrc/www/py-soupsieve: Makefile distinfo Log Message: py-soupsieve: updated to 1.9.2 1.9.2 - **FIX**: Shortcut last descendant calculation if possible for performance. - **FIX**: Fix issue where `Doctype` strings can be mistaken for a normal text node in some cases. - **FIX**: A top level tag is not a `:root` tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using `html.parser` as the parser will allow multiple root nodes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-soupsieve/Makefile \ pkgsrc/www/py-soupsieve/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562453340174940 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-soupsieve/Makefile diff -u pkgsrc/www/py-soupsieve/Makefile:1.7 pkgsrc/www/py-soupsieve/Makefile:1.8 --- pkgsrc/www/py-soupsieve/Makefile:1.7 Mon Apr 29 08:48:10 2019 +++ pkgsrc/www/py-soupsieve/Makefile Sat Jul 6 22:49:00 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/04/29 08:48:10 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/07/06 22:49:00 adam Exp $ -DISTNAME= soupsieve-1.9.1 +DISTNAME= soupsieve-1.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=s/soupsieve/} Index: pkgsrc/www/py-soupsieve/distinfo diff -u pkgsrc/www/py-soupsieve/distinfo:1.7 pkgsrc/www/py-soupsieve/distinfo:1.8 --- pkgsrc/www/py-soupsieve/distinfo:1.7 Mon Apr 29 08:48:10 2019 +++ pkgsrc/www/py-soupsieve/distinfo Sat Jul 6 22:49:00 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/04/29 08:48:10 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/07/06 22:49:00 adam Exp $ -SHA1 (soupsieve-1.9.1.tar.gz) = e8b9fdb5264cd7140394a1f6fd8e522082bc0bec -RMD160 (soupsieve-1.9.1.tar.gz) = da7165deb019cd6e056783775efe0377a4e0cc05 -SHA512 (soupsieve-1.9.1.tar.gz) = 9474fd5beb9a688a71f670feb2a20238be9e050cd35f3e57f03074d80e5a59afc9ee4a6e77fa553ce28d97483b391d4f2bc98d3145eabf0356a319dc50f7d3ca -Size (soupsieve-1.9.1.tar.gz) = 95089 bytes +SHA1 (soupsieve-1.9.2.tar.gz) = d1eb367b6b831eb35a78c109ee4f01d5e1ca03cb +RMD160 (soupsieve-1.9.2.tar.gz) = 0da8641b45fb79f81943ca1e3b27d3a1a576d3aa +SHA512 (soupsieve-1.9.2.tar.gz) = 7d741d7119ecfb886c3c08853aa268c81b8eccae304518367e8ff479b7925d95131f484c4f57af7c5d0dc87cbdb511a48581a3ca9bd206711d5f4700e0896906 +Size (soupsieve-1.9.2.tar.gz) = 95448 bytes --_----------=_1562453340174940--