Received: by mail.netbsd.org (Postfix, from userid 605) id D72CA84D14; Mon, 23 May 2022 11:55:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E42784CDC for ; Mon, 23 May 2022 11:55:30 +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 T3NeuPdC2O5i for ; Mon, 23 May 2022 11:55:29 +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 8FEAD84CBC for ; Mon, 23 May 2022 11:55:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3513FFAEB; Mon, 23 May 2022 11:56:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165330697614780" MIME-Version: 1.0 Date: Mon, 23 May 2022 11:56:16 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cachecontrol To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220523115616.3513FFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165330697614780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 23 11:56:16 UTC 2022 Modified Files: pkgsrc/devel/py-cachecontrol: Makefile distinfo Log Message: py-cachecontrol: updated to 0.12.11 0.12.11 Added new variant of FileCache, SeparateBodyFileCache, which uses less memory by storing the body in a separate file than metadata, and streaming data in and out directly to/from that file. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-cachecontrol/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-cachecontrol/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165330697614780 Content-Disposition: inline Content-Length: 1682 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cachecontrol/Makefile diff -u pkgsrc/devel/py-cachecontrol/Makefile:1.8 pkgsrc/devel/py-cachecontrol/Makefile:1.9 --- pkgsrc/devel/py-cachecontrol/Makefile:1.8 Fri Apr 29 23:33:05 2022 +++ pkgsrc/devel/py-cachecontrol/Makefile Mon May 23 11:56:16 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/04/29 23:33:05 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/23 11:56:16 adam Exp $ -DISTNAME= CacheControl-0.12.10 +DISTNAME= CacheControl-0.12.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=C/CacheControl/} Index: pkgsrc/devel/py-cachecontrol/distinfo diff -u pkgsrc/devel/py-cachecontrol/distinfo:1.4 pkgsrc/devel/py-cachecontrol/distinfo:1.5 --- pkgsrc/devel/py-cachecontrol/distinfo:1.4 Sat Nov 6 08:52:29 2021 +++ pkgsrc/devel/py-cachecontrol/distinfo Mon May 23 11:56:16 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/11/06 08:52:29 adam Exp $ +$NetBSD: distinfo,v 1.5 2022/05/23 11:56:16 adam Exp $ -BLAKE2s (CacheControl-0.12.10.tar.gz) = 33395318d10069da39c0457ee1319e798cf925be017a64e452e68dcb83788874 -SHA512 (CacheControl-0.12.10.tar.gz) = d9caf4f41c70e0ad3e183673944f7d1dc39c2b56cb0da40a00d673a29477bbca7a5728986e1ccdb5d7829b1ff2ce9469a524d20c66920f19f1ed24e12b920f65 -Size (CacheControl-0.12.10.tar.gz) = 15646 bytes +BLAKE2s (CacheControl-0.12.11.tar.gz) = 0cb70752c9bb683aa31948ef8e00f899c1e02fdefef8467fcbb6a16837e0cd4a +SHA512 (CacheControl-0.12.11.tar.gz) = 6a39e8fd2ebcca776cad533a79f107897aaffbe68b561f89301ef824d2400f8c36ec4e52682b7cf14734f9f77ab27e251202c71036b43422d81126f48cc27834 +Size (CacheControl-0.12.11.tar.gz) = 16552 bytes --_----------=_165330697614780--