pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cachelib



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 29 09:38:52 UTC 2021

Modified Files:
        pkgsrc/devel/py-cachelib: Makefile distinfo

Log Message:
py-cachelib: updated to 0.3.0

Version 0.3.0
-------------
-   Optimize ``FileSystemCache`` pruning.
-   Fix a bug in ``FileSystemCache`` where entries would not be removed
    when the total was over the threshold, and the entry count would be
    lost.
-   ``FileSystemCache`` logs system-related exceptions.
-   Removal of expired entries in ``FileSystemCache`` is only triggered
    if the number of entries is over the ``threshhold`` when calling
    ``set``. ``get`` ``has`` still return ``None`` and ``False``
    respectively for expired entries, but will not remove the files. All
    removals happen at pruning time or explicitly with ``clear`` and
    ``delete``.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cachelib/Makefile \
    pkgsrc/devel/py-cachelib/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-cachelib/Makefile
diff -u pkgsrc/devel/py-cachelib/Makefile:1.3 pkgsrc/devel/py-cachelib/Makefile:1.4
--- pkgsrc/devel/py-cachelib/Makefile:1.3       Thu Aug  5 13:23:15 2021
+++ pkgsrc/devel/py-cachelib/Makefile   Wed Sep 29 09:38:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/08/05 13:23:15 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/29 09:38:52 adam Exp $
 
-DISTNAME=      cachelib-0.2.0
+DISTNAME=      cachelib-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachelib/}
Index: pkgsrc/devel/py-cachelib/distinfo
diff -u pkgsrc/devel/py-cachelib/distinfo:1.3 pkgsrc/devel/py-cachelib/distinfo:1.4
--- pkgsrc/devel/py-cachelib/distinfo:1.3       Thu Aug  5 13:23:15 2021
+++ pkgsrc/devel/py-cachelib/distinfo   Wed Sep 29 09:38:52 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/08/05 13:23:15 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/09/29 09:38:52 adam Exp $
 
-SHA1 (cachelib-0.2.0.tar.gz) = c87284891169534770c52b482c9ec427baa9b980
-RMD160 (cachelib-0.2.0.tar.gz) = 69b80fa9a406c25ef4c2f1806a3137a19d47bd39
-SHA512 (cachelib-0.2.0.tar.gz) = 4011d9ead4fe27a54508355eba46e91a924ce30ef3d7cdc5a2049f7e0e48f924b64d65f203aebcf9a8729f956b6edde4160cdb7edfa7e63293e2853b94bd6601
-Size (cachelib-0.2.0.tar.gz) = 17735 bytes
+SHA1 (cachelib-0.3.0.tar.gz) = 0ebbc695a401e653f0001ea5cf83daa78118529f
+RMD160 (cachelib-0.3.0.tar.gz) = 6d4042cc817f2620bc00b52796b20c4733282f93
+SHA512 (cachelib-0.3.0.tar.gz) = f9184cf9702c2df77e09d28d6feb8e6f0bc22f17c110a2371e76c4b78163950803e4f013c3746e21b9ac5771f72238ecd8bb041c5a7f44eab6bcb4de6e2ea377
+Size (cachelib-0.3.0.tar.gz) = 18340 bytes



Home | Main Index | Thread Index | Old Index