Received: by mail.netbsd.org (Postfix, from userid 605) id DD39484D8A; Tue, 7 Jul 2020 07:04:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63D8684D84 for ; Tue, 7 Jul 2020 07:04:48 +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 egF6ST9WA_Y2 for ; Tue, 7 Jul 2020 07:04:47 +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 E042C84CCD for ; Tue, 7 Jul 2020 07:04:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA647FB28; Tue, 7 Jul 2020 07:04:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159410548748660" MIME-Version: 1.0 Date: Tue, 7 Jul 2020 07:04:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cachetools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200707070447.DA647FB28@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. --_----------=_159410548748660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 7 07:04:47 UTC 2020 Modified Files: pkgsrc/devel/py-cachetools: Makefile distinfo Log Message: py-cachetools: updated to 4.1.1 v4.1.1 Improve popitem() exception context handling. Replace float('inf') with math.inf. Improve "envkey" documentation example. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-cachetools/Makefile \ pkgsrc/devel/py-cachetools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159410548748660 Content-Disposition: inline Content-Length: 1705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cachetools/Makefile diff -u pkgsrc/devel/py-cachetools/Makefile:1.8 pkgsrc/devel/py-cachetools/Makefile:1.9 --- pkgsrc/devel/py-cachetools/Makefile:1.8 Sun Apr 12 21:13:14 2020 +++ pkgsrc/devel/py-cachetools/Makefile Tue Jul 7 07:04:47 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/04/12 21:13:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2020/07/07 07:04:47 adam Exp $ -DISTNAME= cachetools-4.1.0 +DISTNAME= cachetools-4.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachetools/} Index: pkgsrc/devel/py-cachetools/distinfo diff -u pkgsrc/devel/py-cachetools/distinfo:1.8 pkgsrc/devel/py-cachetools/distinfo:1.9 --- pkgsrc/devel/py-cachetools/distinfo:1.8 Sun Apr 12 21:13:14 2020 +++ pkgsrc/devel/py-cachetools/distinfo Tue Jul 7 07:04:47 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/04/12 21:13:14 wiz Exp $ +$NetBSD: distinfo,v 1.9 2020/07/07 07:04:47 adam Exp $ -SHA1 (cachetools-4.1.0.tar.gz) = dbfd2958ceae7804e3f0914f2c170cacdd022b14 -RMD160 (cachetools-4.1.0.tar.gz) = 8af781b0fb30c0b3bc8e1d6fe140411fe49b2eb2 -SHA512 (cachetools-4.1.0.tar.gz) = 04b0800ffaa0cbdbbf52ab668a6e0a3827456d8cd310dc09047f4c6233c86be46ce8f8bcb8ce0861f2e5cfb9b4d532e642c8aee86c211086c0da6af6016ef3d8 -Size (cachetools-4.1.0.tar.gz) = 22229 bytes +SHA1 (cachetools-4.1.1.tar.gz) = dd68daab9d3024ab06e3ab3778d64d2dad98df41 +RMD160 (cachetools-4.1.1.tar.gz) = 4c4b9fa724b6343ae9ca8909c76af686c4c83193 +SHA512 (cachetools-4.1.1.tar.gz) = 254e8821feaaf4fff656aa2beaf0b2c1c6dbe8698148be783bb18a6476f758061471906e4774f47bd8722dbbbc09745088a8f61eb5c455fbe85ef17a3816ce7d +Size (cachetools-4.1.1.tar.gz) = 23574 bytes --_----------=_159410548748660--