pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-cachecontrol py-cachecontrol: updated to 0.12.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44f26157e377
branches:  trunk
changeset: 379780:44f26157e377
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 23 11:56:16 2022 +0000

description:
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.

diffstat:

 devel/py-cachecontrol/Makefile |  5 ++---
 devel/py-cachecontrol/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8768a2bc8b5a -r 44f26157e377 devel/py-cachecontrol/Makefile
--- a/devel/py-cachecontrol/Makefile    Mon May 23 11:55:17 2022 +0000
+++ b/devel/py-cachecontrol/Makefile    Mon May 23 11:56:16 2022 +0000
@@ -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/}
 
diff -r 8768a2bc8b5a -r 44f26157e377 devel/py-cachecontrol/distinfo
--- a/devel/py-cachecontrol/distinfo    Mon May 23 11:55:17 2022 +0000
+++ b/devel/py-cachecontrol/distinfo    Mon May 23 11:56:16 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index