Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (109d) 

2024-06-16 18:14:24 UTC Now

2022-01-03 07:43:23 UTC MAIN commitmail json YAML

py-cachelib: updated to 0.5.0

Version 0.5.0
-------------
-  Cache types now have configurable serializers.

Version 0.4.1
-------------
-  Fix break in ``RedisCache`` when a host object was passed
    in ``RedisCache.host`` instead of a string.

Version 0.4.0
-------------
-  All cache types now implement ``BaseCache`` interface both
    in behavior and method return types. Thus, code written
    for one cache type should work with any other cache type.
-  Add type information for static typing tools.
-  ``FileNotFound`` exceptions will not be logged anymore
    in ``FileSystemCache`` methods in order to avoid polluting
    application log files.

(adam)