pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cachecontrol



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.

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



Home | Main Index | Thread Index | Old Index