Received: by mail.netbsd.org (Postfix, from userid 605) id C49DB84D9A; Thu, 31 Jan 2019 10:01:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 152CF84D98 for ; Thu, 31 Jan 2019 10:01:06 +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 9HwbX6DBsqRX for ; Thu, 31 Jan 2019 10:01:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 591B784D88 for ; Thu, 31 Jan 2019 10:01:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53096FB16; Thu, 31 Jan 2019 10:01:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548928865128100" MIME-Version: 1.0 Date: Thu, 31 Jan 2019 10:01:05 +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: <20190131100105.53096FB16@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. --_----------=_1548928865128100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 31 10:01:05 UTC 2019 Modified Files: pkgsrc/devel/py-cachetools: Makefile distinfo Log Message: py-cachetools: updated to 3.1.0 v3.1.0: - Fix Python 3.8 compatibility issue. - Use time.monotonic as default timer if available. - Improve documentation regarding thread safety. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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. --_----------=_1548928865128100 Content-Disposition: inline Content-Length: 1707 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.4 pkgsrc/devel/py-cachetools/Makefile:1.5 --- pkgsrc/devel/py-cachetools/Makefile:1.4 Fri Jan 4 22:48:43 2019 +++ pkgsrc/devel/py-cachetools/Makefile Thu Jan 31 10:01:05 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/01/04 22:48:43 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/01/31 10:01:05 adam Exp $ -DISTNAME= cachetools-3.0.0 +DISTNAME= cachetools-3.1.0 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.4 pkgsrc/devel/py-cachetools/distinfo:1.5 --- pkgsrc/devel/py-cachetools/distinfo:1.4 Fri Jan 4 22:48:43 2019 +++ pkgsrc/devel/py-cachetools/distinfo Thu Jan 31 10:01:05 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/01/04 22:48:43 adam Exp $ +$NetBSD: distinfo,v 1.5 2019/01/31 10:01:05 adam Exp $ -SHA1 (cachetools-3.0.0.tar.gz) = 8934740d99f5a6e6aa5c6657cc6b6460469bc7bc -RMD160 (cachetools-3.0.0.tar.gz) = e5531ebdaf5c4b34f0572e1756abb4f53259462f -SHA512 (cachetools-3.0.0.tar.gz) = 7211e4d1525b94f5a74a89571a1a3696719d1cb15246f4b8158408082cc59ef03935ba82ddd78a34dbb31b271c234dab6cd82839c13b23159b80264bd552bc51 -Size (cachetools-3.0.0.tar.gz) = 20513 bytes +SHA1 (cachetools-3.1.0.tar.gz) = 4fdb4fe6d4c876306e9cc91f01c91901b9b1b066 +RMD160 (cachetools-3.1.0.tar.gz) = ba8042f518899a8a6fe0b1506741290cbf720812 +SHA512 (cachetools-3.1.0.tar.gz) = 1d03cf42b56857ccc1203a658a8c70fa3c0a3be2ecfa3b9501c14ba674463d4ffccf8a8a9daee13084545a5072ecd7757174a4b074d33b0619020f7ec89515bc +Size (cachetools-3.1.0.tar.gz) = 20664 bytes --_----------=_1548928865128100--