Received: by mail.netbsd.org (Postfix, from userid 605) id 9B71784E2B; Fri, 4 Jan 2019 22:48:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2FC584E29 for ; Fri, 4 Jan 2019 22:48:43 +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 sX9LEI3Y86Id for ; Fri, 4 Jan 2019 22:48:43 +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 4C11E84E22 for ; Fri, 4 Jan 2019 22:48:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DA41FB16; Fri, 4 Jan 2019 22:48:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154664212388990" MIME-Version: 1.0 Date: Fri, 4 Jan 2019 22:48:43 +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: <20190104224843.3DA41FB16@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. --_----------=_154664212388990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 4 22:48:43 UTC 2019 Modified Files: pkgsrc/devel/py-cachetools: Makefile distinfo Log Message: py-cachetools: updated to 3.0.0 v3.0.0: Officially support Python 3.7. Drop Python 3.3 support (breaking change). Remove missing cache constructor parameter (breaking change). Remove self from @cachedmethod key arguments (breaking change). Add support for maxsize=None in cachetools.func decorators. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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. --_----------=_154664212388990 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.3 pkgsrc/devel/py-cachetools/Makefile:1.4 --- pkgsrc/devel/py-cachetools/Makefile:1.3 Tue May 15 06:49:45 2018 +++ pkgsrc/devel/py-cachetools/Makefile Fri Jan 4 22:48:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/05/15 06:49:45 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/04 22:48:43 adam Exp $ -DISTNAME= cachetools-2.1.0 +DISTNAME= cachetools-3.0.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.3 pkgsrc/devel/py-cachetools/distinfo:1.4 --- pkgsrc/devel/py-cachetools/distinfo:1.3 Tue May 15 06:49:45 2018 +++ pkgsrc/devel/py-cachetools/distinfo Fri Jan 4 22:48:43 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/05/15 06:49:45 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/01/04 22:48:43 adam Exp $ -SHA1 (cachetools-2.1.0.tar.gz) = 0a88da0065388fc9da64823c8d74b3a22204376d -RMD160 (cachetools-2.1.0.tar.gz) = a6a9b61c6972bd123d571a240248dc17f633f25e -SHA512 (cachetools-2.1.0.tar.gz) = 6536afae48bad99465709860fd57c8c66d3b203ecf79a922e117a2c004a33b7ab2ac895f87596cbf4be377f6655d1deddc80b6500daa4d529eef7c1ca0adbd8d -Size (cachetools-2.1.0.tar.gz) = 20051 bytes +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 --_----------=_154664212388990--