Received: by mail.netbsd.org (Postfix, from userid 605) id 899C284D65; Mon, 8 Feb 2021 08:34:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5A7184D56 for ; Mon, 8 Feb 2021 08:34:37 +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 2jQKwi8I6X3F for ; Mon, 8 Feb 2021 08:34:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E0AE84CD8 for ; Mon, 8 Feb 2021 08:34:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4775DFA95; Mon, 8 Feb 2021 08:34:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612773277100420" MIME-Version: 1.0 Date: Mon, 8 Feb 2021 08:34:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-asteval To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210208083437.4775DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612773277100420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 8 08:34:37 UTC 2021 Modified Files: pkgsrc/math/py-asteval: Makefile distinfo Log Message: py-asteval: updated to 0.9.21 0.9.21: another important but small fix for Python 3.9 0.9.20: doc update To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-asteval/Makefile \ pkgsrc/math/py-asteval/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612773277100420 Content-Disposition: inline Content-Length: 1644 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-asteval/Makefile diff -u pkgsrc/math/py-asteval/Makefile:1.6 pkgsrc/math/py-asteval/Makefile:1.7 --- pkgsrc/math/py-asteval/Makefile:1.6 Mon Oct 5 21:05:09 2020 +++ pkgsrc/math/py-asteval/Makefile Mon Feb 8 08:34:37 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/10/05 21:05:09 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/02/08 08:34:37 adam Exp $ -DISTNAME= asteval-0.9.19 +DISTNAME= asteval-0.9.21 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asteval/} Index: pkgsrc/math/py-asteval/distinfo diff -u pkgsrc/math/py-asteval/distinfo:1.6 pkgsrc/math/py-asteval/distinfo:1.7 --- pkgsrc/math/py-asteval/distinfo:1.6 Mon Oct 5 21:05:09 2020 +++ pkgsrc/math/py-asteval/distinfo Mon Feb 8 08:34:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/10/05 21:05:09 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/02/08 08:34:37 adam Exp $ -SHA1 (asteval-0.9.19.tar.gz) = b5c66f16b0b8ffb4304753bf9d4caed1dfa081ed -RMD160 (asteval-0.9.19.tar.gz) = d7f806e0e96538de8804af8106910a54f3534fb2 -SHA512 (asteval-0.9.19.tar.gz) = cc3fd03b053f3ee523fc2d190969c1d2ca3a72169b12843203a8b1a5a9c5a9da4bcff0063ceb19b6753f7fad29097bc8d1f412317cfd65b1964ff78980e94401 -Size (asteval-0.9.19.tar.gz) = 207316 bytes +SHA1 (asteval-0.9.21.tar.gz) = c76722542d4162a89912ece77b141ddd81df4c6d +RMD160 (asteval-0.9.21.tar.gz) = 6b9e16b7f8648e78d28a28efbe643699a2251d27 +SHA512 (asteval-0.9.21.tar.gz) = b2930963641486f208c629300f70e41924aa59bd9c64f767ed5a4db0a39e79c02a02fed48eb0e113fb6e3fc594973c9d0afa56d768ac627758a096b1c4fe6030 +Size (asteval-0.9.21.tar.gz) = 54203 bytes --_----------=_1612773277100420--