Received: by mail.netbsd.org (Postfix, from userid 605) id 983B084EBC; Thu, 28 Apr 2022 18:11:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D247684D6A for ; Thu, 28 Apr 2022 18:11:21 +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 ehC8IXsU2575 for ; Thu, 28 Apr 2022 18:11:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4AA3F84CE8 for ; Thu, 28 Apr 2022 18:11:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D28BFB1A; Thu, 28 Apr 2022 18:11:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651169481166210" MIME-Version: 1.0 Date: Thu, 28 Apr 2022 18:11:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-elementpath To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220428181121.3D28BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651169481166210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 28 18:11:21 UTC 2022 Modified Files: pkgsrc/textproc/py-elementpath: Makefile distinfo Log Message: py-elementpath: updated to 2.5.1 v2.5.1 * Fix for failed floats equality tests * Static typing tested with mypy==0.950 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-elementpath/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-elementpath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651169481166210 Content-Disposition: inline Content-Length: 1672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-elementpath/Makefile diff -u pkgsrc/textproc/py-elementpath/Makefile:1.25 pkgsrc/textproc/py-elementpath/Makefile:1.26 --- pkgsrc/textproc/py-elementpath/Makefile:1.25 Mon Apr 11 16:32:33 2022 +++ pkgsrc/textproc/py-elementpath/Makefile Thu Apr 28 18:11:21 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2022/04/11 16:32:33 adam Exp $ +# $NetBSD: Makefile,v 1.26 2022/04/28 18:11:21 adam Exp $ -DISTNAME= elementpath-2.5.0 +DISTNAME= elementpath-2.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/} Index: pkgsrc/textproc/py-elementpath/distinfo diff -u pkgsrc/textproc/py-elementpath/distinfo:1.26 pkgsrc/textproc/py-elementpath/distinfo:1.27 --- pkgsrc/textproc/py-elementpath/distinfo:1.26 Mon Apr 11 16:32:33 2022 +++ pkgsrc/textproc/py-elementpath/distinfo Thu Apr 28 18:11:21 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2022/04/11 16:32:33 adam Exp $ +$NetBSD: distinfo,v 1.27 2022/04/28 18:11:21 adam Exp $ -BLAKE2s (elementpath-2.5.0.tar.gz) = e29d7941b37024278d4fe3de21caec793ef355f71be7bfc0fdb3d574f8681c82 -SHA512 (elementpath-2.5.0.tar.gz) = 658e0beff539d0ccc59c9f55b4ddeb0be7889437c33d2056dc6f55fc8dc397fc7656ea6a049e6f4a6c6be32d93edb21fd99837cda67caa7720cc7ef316aa472a -Size (elementpath-2.5.0.tar.gz) = 264635 bytes +BLAKE2s (elementpath-2.5.1.tar.gz) = 9a52342cd0014a0d1d9876024c3c6349000364d22f852a2e9ce7169568598bb7 +SHA512 (elementpath-2.5.1.tar.gz) = 9fb1062c2485295cfb0c397ba5f5993c12db21bd826b9e4915c65fc68662ab7182e42c4b6f2e94324a74a55152c2094c4f5b4df06b5d2cd301c6f1e86b22ef75 +Size (elementpath-2.5.1.tar.gz) = 265409 bytes --_----------=_1651169481166210--