Received: by mail.netbsd.org (Postfix, from userid 605) id 45B5784E63; Mon, 24 Apr 2023 10:47:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 767DB84E5D for ; Mon, 24 Apr 2023 10:47:42 +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 lOjmtTaimMFR for ; Mon, 24 Apr 2023 10:47:42 +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 E636684CC9 for ; Mon, 24 Apr 2023 10:47:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D993AFA85; Mon, 24 Apr 2023 10:47:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682333261117180" MIME-Version: 1.0 Date: Mon, 24 Apr 2023 10:47:41 +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: <20230424104741.D993AFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682333261117180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 24 10:47:41 UTC 2023 Modified Files: pkgsrc/textproc/py-elementpath: Makefile distinfo Log Message: py-elementpath: updated to 4.1.1 v4.1.1 * Simplify type annotations for XSD datatypes * Full test coverage of sequence type functions with bugfixes v4.1.0 * Refactor XPath function call (context=None only as keyword argument) * Add external function support * Some fixes to string representation and source property of tokens * Extend documentation and tests * Clean XSD datatypes hierarchy To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-elementpath/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-elementpath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682333261117180 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.30 pkgsrc/textproc/py-elementpath/Makefile:1.31 --- pkgsrc/textproc/py-elementpath/Makefile:1.30 Wed Feb 15 18:12:58 2023 +++ pkgsrc/textproc/py-elementpath/Makefile Mon Apr 24 10:47:41 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2023/02/15 18:12:58 adam Exp $ +# $NetBSD: Makefile,v 1.31 2023/04/24 10:47:41 adam Exp $ -DISTNAME= elementpath-4.0.1 +DISTNAME= elementpath-4.1.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.31 pkgsrc/textproc/py-elementpath/distinfo:1.32 --- pkgsrc/textproc/py-elementpath/distinfo:1.31 Wed Feb 15 18:12:58 2023 +++ pkgsrc/textproc/py-elementpath/distinfo Mon Apr 24 10:47:41 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2023/02/15 18:12:58 adam Exp $ +$NetBSD: distinfo,v 1.32 2023/04/24 10:47:41 adam Exp $ -BLAKE2s (elementpath-4.0.1.tar.gz) = cc42bb228457bb7863a3a0e60d88aa396d3190d23f817ae9f249bd58f182e426 -SHA512 (elementpath-4.0.1.tar.gz) = d121d515d25e54c3d1525303809d81eaad7f6b24ac0fd40f35fa99032016df33aadcd44085c8c65e9be43e791549b37c1ca078052d1fece3e79d7ebe1e7b33e2 -Size (elementpath-4.0.1.tar.gz) = 304348 bytes +BLAKE2s (elementpath-4.1.1.tar.gz) = ddafaea262520c747732711123e5261112b2e19d4332bc87ec69ffe9e8efd797 +SHA512 (elementpath-4.1.1.tar.gz) = 95f2c238404718ff425d3f6be727a2620f519ecf41036c03148184225e968ce3b26a0c8247bf30eb1e0a8883febfc604ff38fa01c573cd26b81bd90ac79f6eed +Size (elementpath-4.1.1.tar.gz) = 318449 bytes --_----------=_1682333261117180--