Received: by mail.netbsd.org (Postfix, from userid 605) id 8E9BF84E89; Sat, 4 Jun 2022 18:59:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7B2E84E70 for ; Sat, 4 Jun 2022 18:59:38 +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 OyCvWJAlCKjl for ; Sat, 4 Jun 2022 18:59:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4946284CF8 for ; Sat, 4 Jun 2022 18:59:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9931AFB18; Sat, 4 Jun 2022 19:00:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165436925456130" MIME-Version: 1.0 Date: Sat, 4 Jun 2022 19:00:54 +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: <20220604190054.9931AFB18@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165436925456130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 4 19:00:54 UTC 2022 Modified Files: pkgsrc/textproc/py-elementpath: Makefile distinfo Log Message: py-elementpath: updated to 2.5.3 v2.5.3 * Fix unary path step operator * Fix sphinx warnings *'reference target not found'* To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-elementpath/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-elementpath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165436925456130 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.27 pkgsrc/textproc/py-elementpath/Makefile:1.28 --- pkgsrc/textproc/py-elementpath/Makefile:1.27 Wed May 18 05:43:43 2022 +++ pkgsrc/textproc/py-elementpath/Makefile Sat Jun 4 19:00:54 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/05/18 05:43:43 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/06/04 19:00:54 adam Exp $ -DISTNAME= elementpath-2.5.2 +DISTNAME= elementpath-2.5.3 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.28 pkgsrc/textproc/py-elementpath/distinfo:1.29 --- pkgsrc/textproc/py-elementpath/distinfo:1.28 Wed May 18 05:43:43 2022 +++ pkgsrc/textproc/py-elementpath/distinfo Sat Jun 4 19:00:54 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2022/05/18 05:43:43 adam Exp $ +$NetBSD: distinfo,v 1.29 2022/06/04 19:00:54 adam Exp $ -BLAKE2s (elementpath-2.5.2.tar.gz) = 0ad0ecdacda40e3186b8c19ec1ed9fdcf1ce3e019adc3eb051f380159db90fed -SHA512 (elementpath-2.5.2.tar.gz) = b9a775993ef5c649347ddee2a6c1daa3a750d0f9a89493e03fa087a643db8b2b17194ec7f56421cb9a7f772bb4a3160caf8df2b8f42d66a82589a8d6d1777524 -Size (elementpath-2.5.2.tar.gz) = 265679 bytes +BLAKE2s (elementpath-2.5.3.tar.gz) = e0db010242aaeb555d405a5c5216c6334a21bbf5e6216e0b6dae6737c974bf40 +SHA512 (elementpath-2.5.3.tar.gz) = 61d37c959514cb9280e9786b73540a2fc096e21a7a957e1c68f9f77da75731cb87595d90dbb56d5432a3bff2dca8e828d9b22669c007e0d9fc0aecdb056707c5 +Size (elementpath-2.5.3.tar.gz) = 265870 bytes --_----------=_165436925456130--